diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-14 00:51:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-08-14 00:51:19 +0000 |
commit | ae16b092cb25a4b29d21a214dd13a8292a523cf7 (patch) | |
tree | 392684e4b4dadd245aea2d5ed02bc778ada83117 /dev-ruby/rack-protection | |
parent | Simplify dependency style. (diff) | |
download | gentoo-2-ae16b092cb25a4b29d21a214dd13a8292a523cf7.tar.gz gentoo-2-ae16b092cb25a4b29d21a214dd13a8292a523cf7.tar.bz2 gentoo-2-ae16b092cb25a4b29d21a214dd13a8292a523cf7.zip |
Port to use the new rspec recipe for testing.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rack-protection')
-rw-r--r-- | dev-ruby/rack-protection/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/rack-protection/rack-protection-1.2.0.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/rack-protection/ChangeLog b/dev-ruby/rack-protection/ChangeLog index 2d22b5c8452a..dd47fd2e552f 100644 --- a/dev-ruby/rack-protection/ChangeLog +++ b/dev-ruby/rack-protection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rack-protection # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.6 2012/05/17 10:57:55 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/ChangeLog,v 1.7 2012/08/14 00:51:19 flameeyes Exp $ + + 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> + rack-protection-1.2.0.ebuild: + Port to use the new rspec recipe for testing. 17 May 2012; Thomas Kahle <tomka@gentoo.org> rack-protection-1.1.4.ebuild, rack-protection-1.2.0.ebuild: @@ -27,4 +31,3 @@ 28 Dec 2011; Hans de Graaff <graaff@gentoo.org> +rack-protection-1.1.4.ebuild, +metadata.xml: Initial import. - diff --git a/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild b/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild index 4193c412cfee..1c75a432b55a 100644 --- a/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild +++ b/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild,v 1.3 2012/05/17 10:57:55 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-protection/rack-protection-1.2.0.ebuild,v 1.4 2012/08/14 00:51:18 flameeyes Exp $ EAPI=4 USE_RUBY="ruby18 ree18 ruby19" +RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -18,6 +19,6 @@ HOMEPAGE="https://github.com/rkh/rack-protection" LICENSE="MIT" SLOT="$(get_version_component_range 1)" KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="test" +IUSE="" -ruby_add_bdepend "test? ( dev-ruby/rack-test dev-ruby/rspec:2 )" +ruby_add_bdepend "test? ( dev-ruby/rack-test )" |