/[gentoo-x86]/dev-ruby/rack-mount/rack-mount-0.8.3.ebuild
Gentoo

Contents of /dev-ruby/rack-mount/rack-mount-0.8.3.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.6 - (show annotations) (download)
Wed Jan 16 00:35:45 2013 UTC (4 months ago) by zerochaos
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +3 -3 lines
adding ~arm keywords to net-analyzer/metasploit rdeps

(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)

1 # Copyright 1999-2013 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-mount/rack-mount-0.8.3.ebuild,v 1.5 2012/08/13 18:41:25 graaff Exp $
4
5 EAPI=4
6 USE_RUBY="ruby18 ruby19 ree18 jruby"
7
8 RUBY_FAKEGEM_TASK_DOC=""
9 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
10
11 inherit versionator ruby-fakegem
12
13 DESCRIPTION="A stackable dynamic tree based Rack router."
14 HOMEPAGE="https://github.com/josh/rack-mount"
15 SRC_URI="https://github.com/josh/rack-mount/tarball/v${PV} -> ${P}.tgz"
16 RUBY_S="josh-${PN}-*"
17
18 LICENSE="MIT"
19 SLOT="$(get_version_component_range 1-2)"
20 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
21 IUSE=""
22
23 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
24
25 ruby_add_rdepend ">=dev-ruby/rack-1.0.0"
26
27 all_ruby_prepare() {
28 # Avoid fragile test depending on hash ordering.
29 sed -i -e '/foo=1&bar=2/ s:^:#:' test/test_utils.rb || die
30 }

  ViewVC Help
Powered by ViewVC 1.1.13