diff options
author | 2014-04-05 22:01:46 +0000 | |
---|---|---|
committer | 2014-04-05 22:01:46 +0000 | |
commit | f4727a4acd8e14f4ceb903a7f5deb38f321ea9b7 (patch) | |
tree | 07617ea0114bd6ad1f93e26b3edfa41d63be6051 /dev-ruby/rack-test | |
parent | Stable for amd64, wrt bug #506562 (diff) | |
download | gentoo-2-f4727a4acd8e14f4ceb903a7f5deb38f321ea9b7.tar.gz gentoo-2-f4727a4acd8e14f4ceb903a7f5deb38f321ea9b7.tar.bz2 gentoo-2-f4727a4acd8e14f4ceb903a7f5deb38f321ea9b7.zip |
Remove ree18 and ruby18 target. Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/rack-test')
-rw-r--r-- | dev-ruby/rack-test/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/rack-test/rack-test-0.6.2.ebuild | 32 |
3 files changed, 9 insertions, 37 deletions
diff --git a/dev-ruby/rack-test/ChangeLog b/dev-ruby/rack-test/ChangeLog index dd126ea65a67..32f16d00a8f8 100644 --- a/dev-ruby/rack-test/ChangeLog +++ b/dev-ruby/rack-test/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rack-test -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.29 2013/11/21 07:31:14 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.30 2014/04/05 22:01:44 mrueg Exp $ + + 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> -rack-test-0.6.2.ebuild, + rack-test-0.6.2-r1.ebuild: + Remove ree18 and ruby18 target. Cleanup old. *rack-test-0.6.2-r1 (21 Nov 2013) diff --git a/dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild b/dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild index 590ff38a6f52..bd9aecba4f75 100644 --- a/dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild +++ b/dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild,v 1.1 2013/11/21 07:31:14 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/rack-test-0.6.2-r1.ebuild,v 1.2 2014/04/05 22:01:44 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19 ruby20" +USE_RUBY="ruby19 ruby20" # no documentation is generable, it needs hanna, which is broken RUBY_FAKEGEM_TASK_DOC="" diff --git a/dev-ruby/rack-test/rack-test-0.6.2.ebuild b/dev-ruby/rack-test/rack-test-0.6.2.ebuild deleted file mode 100644 index 73f6a7593410..000000000000 --- a/dev-ruby/rack-test/rack-test-0.6.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/rack-test-0.6.2.ebuild,v 1.2 2013/01/16 01:03:21 zerochaos Exp $ - -EAPI=4 -USE_RUBY="ruby18 ruby19 ree18" - -# no documentation is generable, it needs hanna, which is broken -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" - -inherit versionator ruby-fakegem - -DESCRIPTION="Rack::Test is a small, simple testing API for Rack apps." -HOMEPAGE="http://github.com/brynary/rack-test" - -LICENSE="MIT" -SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_rdepend '>=dev-ruby/rack-1.0' -ruby_add_bdepend " - test? ( >=dev-ruby/sinatra-1.2.6 )" - -all_ruby_prepare() { - rm Gemfile* || die - sed -i -e '/bundler/d' spec/spec_helper.rb || die -} |