diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-11-14 07:13:28 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-11-14 07:13:28 +0000 |
commit | 54e99bf17022e2c39218706ce2c95091e74f7ad3 (patch) | |
tree | c6e5700624c9e1049e2c9822997cf820f8957bf2 /dev-ruby/method_source | |
parent | Add back 0.6.7 in a separate slot to satisfy dev-ruby/pry dependency. (diff) | |
download | gentoo-2-54e99bf17022e2c39218706ce2c95091e74f7ad3.tar.gz gentoo-2-54e99bf17022e2c39218706ce2c95091e74f7ad3.tar.bz2 gentoo-2-54e99bf17022e2c39218706ce2c95091e74f7ad3.zip |
Remove this version again since the compatibility issues where elsewhere.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/method_source')
-rw-r--r-- | dev-ruby/method_source/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/method_source/method_source-0.6.7.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/dev-ruby/method_source/ChangeLog b/dev-ruby/method_source/ChangeLog index e9f4ea5e8551..db5fc8cf2434 100644 --- a/dev-ruby/method_source/ChangeLog +++ b/dev-ruby/method_source/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/method_source # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.14 2012/11/14 07:00:08 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.15 2012/11/14 07:13:28 graaff Exp $ + + 14 Nov 2012; Hans de Graaff <graaff@gentoo.org> -method_source-0.6.7.ebuild: + Remove this version again since the compatibility issues where elsewhere. 14 Nov 2012; Hans de Graaff <graaff@gentoo.org> +method_source-0.6.7.ebuild: Add back 0.6.7 in a separate slot to satisfy dev-ruby/pry dependency. diff --git a/dev-ruby/method_source/method_source-0.6.7.ebuild b/dev-ruby/method_source/method_source-0.6.7.ebuild deleted file mode 100644 index 9915b4a1b3e5..000000000000 --- a/dev-ruby/method_source/method_source-0.6.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2012 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.7.ebuild,v 1.3 2012/11/14 07:00:08 graaff Exp $ - -EAPI=4 -# jruby crashes on parsing the metadata. -USE_RUBY="ruby18 ruby19 ree18 jruby" - -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.6" - -LICENSE="MIT" -KEYWORDS="~amd64" - -ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )" - -ruby_add_rdepend ">=dev-ruby/ruby_parser-2.3.1" - -each_ruby_test() { - ${RUBY} -I. -S bacon -k test/test.rb || die "Tests failed." -} |