diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-12-28 08:33:26 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-12-28 08:33:26 +0000 |
commit | 60e9be61bd3092bca70ba4c7d0c63bc504f390ea (patch) | |
tree | b8aa0256435fccd7e99f88f40c1f12272fe49cac /dev-ruby/method_source | |
parent | Drop ruby19 from stable version. (diff) | |
download | historical-60e9be61bd3092bca70ba4c7d0c63bc504f390ea.tar.gz historical-60e9be61bd3092bca70ba4c7d0c63bc504f390ea.tar.bz2 historical-60e9be61bd3092bca70ba4c7d0c63bc504f390ea.zip |
Remove old versions.
Package-Manager: portage-2.1.10.41/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/method_source')
-rw-r--r-- | dev-ruby/method_source/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/method_source/method_source-0.6.5.ebuild | 29 | ||||
-rw-r--r-- | dev-ruby/method_source/method_source-0.6.6.ebuild | 36 |
3 files changed, 5 insertions, 66 deletions
diff --git a/dev-ruby/method_source/ChangeLog b/dev-ruby/method_source/ChangeLog index a818dab9c966..b2f429142295 100644 --- a/dev-ruby/method_source/ChangeLog +++ b/dev-ruby/method_source/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/method_source # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.3 2011/12/18 17:53:34 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.4 2011/12/28 08:33:26 graaff Exp $ + + 28 Dec 2011; Hans de Graaff <graaff@gentoo.org> -method_source-0.6.5.ebuild, + -method_source-0.6.6.ebuild: + Remove old versions. *method_source-0.6.7 (18 Dec 2011) diff --git a/dev-ruby/method_source/method_source-0.6.5.ebuild b/dev-ruby/method_source/method_source-0.6.5.ebuild deleted file mode 100644 index 820fd4bb6bb6..000000000000 --- a/dev-ruby/method_source/method_source-0.6.5.ebuild +++ /dev/null @@ -1,29 +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/method_source/method_source-0.6.5.ebuild,v 1.1 2011/09/10 07:38:23 graaff Exp $ - -EAPI=4 -# jruby crashes on parsing the metadata. -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_TEST="none" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.markdown" - -inherit ruby-fakegem - -DESCRIPTION="Retrieve the source code for a method." -HOMEPAGE="http://github.com/banister/method_source" -IUSE="" -SLOT="0" - -LICENSE="MIT" -KEYWORDS="~amd64" - -ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 >=dev-ruby/open4-1.0.1 )" - -ruby_add_rdepend ">=dev-ruby/ruby_parser-2.0.5" - -each_ruby_test() { - ${RUBY} -S bacon -k test/test.rb || die "Tests failed." -} diff --git a/dev-ruby/method_source/method_source-0.6.6.ebuild b/dev-ruby/method_source/method_source-0.6.6.ebuild deleted file mode 100644 index 5829197ca70d..000000000000 --- a/dev-ruby/method_source/method_source-0.6.6.ebuild +++ /dev/null @@ -1,36 +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/method_source/method_source-0.6.6.ebuild,v 1.1 2011/10/16 08:44:34 graaff Exp $ - -EAPI=4 -# jruby crashes on parsing the metadata. -USE_RUBY="ruby18 ree18" - -RUBY_FAKEGEM_TASK_TEST="none" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.markdown" - -RUBY_FAKEGEM_GEMSPEC="method_source.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Retrieve the source code for a method." -HOMEPAGE="http://github.com/banister/method_source" -IUSE="" -SLOT="0" - -LICENSE="MIT" -KEYWORDS="~amd64" - -ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 >=dev-ruby/open4-1.0.1 )" - -ruby_add_rdepend ">=dev-ruby/ruby_parser-2.0.5" - -all_ruby_prepare() { - # Newer versions of ruby_parser are compatible. - sed -i -e 's/~> 2.0.5/>= 2.0.5/' method_source.gemspec || die -} - -each_ruby_test() { - ${RUBY} -S bacon -k test/test.rb || die "Tests failed." -} |