diff options
author | 2015-04-18 06:27:24 +0000 | |
---|---|---|
committer | 2015-04-18 06:27:24 +0000 | |
commit | 9d3bf7fa262775f8e7d53ed1216e6833d4047a18 (patch) | |
tree | 9de60c3fb331e1d109c8e53d2d9207bd2df3e12f /dev-ruby/httparty | |
parent | old (diff) | |
download | gentoo-2-9d3bf7fa262775f8e7d53ed1216e6833d4047a18.tar.gz gentoo-2-9d3bf7fa262775f8e7d53ed1216e6833d4047a18.tar.bz2 gentoo-2-9d3bf7fa262775f8e7d53ed1216e6833d4047a18.zip |
Avoid test dependency on dev-util/cucumber.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/httparty')
-rw-r--r-- | dev-ruby/httparty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/httparty/httparty-0.13.3.ebuild | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/httparty/ChangeLog b/dev-ruby/httparty/ChangeLog index 6306ea5b70aa..42db59485ce7 100644 --- a/dev-ruby/httparty/ChangeLog +++ b/dev-ruby/httparty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/httparty # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.35 2015/04/13 18:30:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.36 2015/04/18 06:27:24 graaff Exp $ + + 18 Apr 2015; Hans de Graaff <graaff@gentoo.org> httparty-0.13.3.ebuild: + Avoid test dependency on dev-util/cucumber. 13 Apr 2015; Hans de Graaff <graaff@gentoo.org> httparty-0.13.1.ebuild: Create stable candidate. diff --git a/dev-ruby/httparty/httparty-0.13.3.ebuild b/dev-ruby/httparty/httparty-0.13.3.ebuild index 36934ddc85b1..2b2ff95856da 100644 --- a/dev-ruby/httparty/httparty-0.13.3.ebuild +++ b/dev-ruby/httparty/httparty-0.13.3.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.13.3.ebuild,v 1.1 2014/11/13 22:07:24 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.13.3.ebuild,v 1.2 2015/04/18 06:27:24 graaff Exp $ EAPI=5 -# jruby → testsuite fails (seems like a testuite bug) USE_RUBY="ruby19 ruby20 ruby21" # We have a custom test function, but don't null this out so that the @@ -33,7 +32,9 @@ all_ruby_prepare() { rm Gemfile || die sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die -# sed -i -e '/git ls-files/ s:^:#:' ${PN}.gemspec || die + # Avoid test dependency on cucumber. We can't run the features since + # they depend on mongrel which is no longer packaged. + sed -i -e '/cucumber/I s:^:#:' Rakefile || die } each_ruby_test() { |