| 1 |
graaff |
1.1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
|
|
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
tomka |
1.3 |
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/journey/journey-1.0.3.ebuild,v 1.2 2012/04/24 17:43:56 grobian Exp $ |
| 4 |
graaff |
1.1 |
|
| 5 |
|
|
EAPI=4 |
| 6 |
|
|
USE_RUBY="ruby18 ruby19 ree18" |
| 7 |
|
|
|
| 8 |
|
|
RUBY_FAKEGEM_TASK_DOC="docs" |
| 9 |
|
|
RUBY_FAKEGEM_DOCDIR="doc" |
| 10 |
|
|
|
| 11 |
|
|
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc" |
| 12 |
|
|
|
| 13 |
|
|
inherit ruby-fakegem versionator |
| 14 |
|
|
|
| 15 |
|
|
DESCRIPTION="Journey is a router. It routes requests." |
| 16 |
|
|
HOMEPAGE="https://github.com/rails/journey" |
| 17 |
|
|
|
| 18 |
|
|
LICENSE="MIT" |
| 19 |
|
|
SLOT="$(get_version_component_range 1-2)" |
| 20 |
tomka |
1.3 |
KEYWORDS="~amd64 ~x86 ~x64-macos" |
| 21 |
graaff |
1.1 |
IUSE="" |
| 22 |
|
|
|
| 23 |
|
|
ruby_add_bdepend "doc? ( dev-ruby/hoe )" |
| 24 |
|
|
ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/json dev-ruby/minitest )" |