summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-11-03 04:21:27 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-11-03 04:21:27 +0000
commitb511b04aa773ab058cf4e5d0ac219d29ccad2ccb (patch)
tree88e153e677c34bbd1307a63e804e3e177a97da6f /dev-ruby/method_source
parentAdd ruby20 target. (diff)
downloadgentoo-2-b511b04aa773ab058cf4e5d0ac219d29ccad2ccb.tar.gz
gentoo-2-b511b04aa773ab058cf4e5d0ac219d29ccad2ccb.tar.bz2
gentoo-2-b511b04aa773ab058cf4e5d0ac219d29ccad2ccb.zip
Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/method_source')
-rw-r--r--dev-ruby/method_source/ChangeLog5
-rw-r--r--dev-ruby/method_source/method_source-0.8.2.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-ruby/method_source/ChangeLog b/dev-ruby/method_source/ChangeLog
index c49a4866683b..c4aab3896f2c 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.19 2013/10/09 00:39:58 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/method_source/ChangeLog,v 1.20 2013/11/03 04:21:27 mrueg Exp $
+
+ 03 Nov 2013; Manuel Rüger <mrueg@gentoo.org> -method_source-0.8.2.ebuild:
+ Cleanup old.
*method_source-0.8.2-r1 (09 Oct 2013)
diff --git a/dev-ruby/method_source/method_source-0.8.2.ebuild b/dev-ruby/method_source/method_source-0.8.2.ebuild
deleted file mode 100644
index d950f2b06834..000000000000
--- a/dev-ruby/method_source/method_source-0.8.2.ebuild
+++ /dev/null
@@ -1,28 +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/method_source/method_source-0.8.2.ebuild,v 1.1 2013/07/28 20:36:32 mrueg Exp $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.markdown"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.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 ~x86"
-
-ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )"
-
-each_ruby_test() {
- ${RUBY} -I. -S bacon -k test/test.rb || die "Tests failed."
-}