diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-09-11 17:58:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-09-11 17:58:12 +0000 |
commit | 88268d7b396a75ecb1183e084795b828f55644d2 (patch) | |
tree | 72b2e139f87ea825258b6c65b616c15b33d39787 /dev-ruby/rack-test | |
parent | Cleanup. Nothing in the tree depends on it and this should probably have been... (diff) | |
download | historical-88268d7b396a75ecb1183e084795b828f55644d2.tar.gz historical-88268d7b396a75ecb1183e084795b828f55644d2.tar.bz2 historical-88268d7b396a75ecb1183e084795b828f55644d2.zip |
Cleanup.
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/rack-test')
-rw-r--r-- | dev-ruby/rack-test/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rack-test/rack-test-0.6.0.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-ruby/rack-test/ChangeLog b/dev-ruby/rack-test/ChangeLog index 2b1957a75bb2..a66af52d906d 100644 --- a/dev-ruby/rack-test/ChangeLog +++ b/dev-ruby/rack-test/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rack-test # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.22 2012/08/12 20:51:39 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.23 2012/09/11 17:55:38 graaff Exp $ + + 11 Sep 2012; Hans de Graaff <graaff@gentoo.org> -rack-test-0.6.0.ebuild: + Cleanup. 12 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> rack-test-0.6.1.ebuild: Bump to EAPI 4; use the new rspec recipe for testing, and stop using bundler diff --git a/dev-ruby/rack-test/rack-test-0.6.0.ebuild b/dev-ruby/rack-test/rack-test-0.6.0.ebuild deleted file mode 100644 index 4d634ffd22ac..000000000000 --- a/dev-ruby/rack-test/rack-test-0.6.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 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.0.ebuild,v 1.2 2011/07/23 07:28:25 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18" - -# no documentation is generable, it needs hanna, which is broken -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_TASK_TEST="spec" - -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 ~x86" -IUSE="" - -ruby_add_rdepend '>=dev-ruby/rack-1.0' -ruby_add_bdepend "test? ( dev-ruby/rspec:2 >=dev-ruby/sinatra-1.2.6 )" - -all_ruby_prepare() { - # Remove Bundler related code. - rm Gemfile Gemfile.lock || die "Unable to clean unneeded Bundler items." -} |