summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-07-06 06:52:06 +0000
committerHans de Graaff <graaff@gentoo.org>2012-07-06 06:52:06 +0000
commitbe45e6973d463ce48ecc02641c4631ef5d9b5c3f (patch)
tree192dbd3e83d2c4130a23d414fa7effb18e34c108 /dev-ruby/method_source
parentmarked x86 per bug 422713 (diff)
downloadgentoo-2-be45e6973d463ce48ecc02641c4631ef5d9b5c3f.tar.gz
gentoo-2-be45e6973d463ce48ecc02641c4631ef5d9b5c3f.tar.bz2
gentoo-2-be45e6973d463ce48ecc02641c4631ef5d9b5c3f.zip
Remove old versions.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/method_source')
-rw-r--r--dev-ruby/method_source/ChangeLog6
-rw-r--r--dev-ruby/method_source/method_source-0.6.7.ebuild31
-rw-r--r--dev-ruby/method_source/method_source-0.7.0.ebuild29
3 files changed, 5 insertions, 61 deletions
diff --git a/dev-ruby/method_source/ChangeLog b/dev-ruby/method_source/ChangeLog
index 871b5dde7e2e..b5b75d1ec3fb 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.9 2012/04/30 19:20:55 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.10 2012/07/06 06:52:06 graaff Exp $
+
+ 06 Jul 2012; Hans de Graaff <graaff@gentoo.org> -method_source-0.6.7.ebuild,
+ -method_source-0.7.0.ebuild:
+ Remove old versions.
*method_source-0.7.1-r1 (30 Apr 2012)
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 4870fc82d0c8..000000000000
--- a/dev-ruby/method_source/method_source-0.6.7.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/method_source/method_source-0.6.7.ebuild,v 1.1 2011/12/18 17:53:34 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"
-
-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."
-}
diff --git a/dev-ruby/method_source/method_source-0.7.0.ebuild b/dev-ruby/method_source/method_source-0.7.0.ebuild
deleted file mode 100644
index 683a62f0e317..000000000000
--- a/dev-ruby/method_source/method_source-0.7.0.ebuild
+++ /dev/null
@@ -1,29 +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.7.0.ebuild,v 1.2 2012/03/11 12:53:50 ranger 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"
-
-LICENSE="MIT"
-KEYWORDS="~amd64 ~ppc64"
-
-ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )"
-
-each_ruby_test() {
- ${RUBY} -I. -S bacon -k test/test.rb || die "Tests failed."
-}