summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-05 00:35:43 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-05 00:35:43 +0000
commitaac88aa9bb4c6cbf92f8b1a971cf12bcc994d683 (patch)
tree2c0e494a5ade9f1f2a2a136ba69e00b8d8f6394d /dev-ruby/ruby2ruby
parentCleanup old. (diff)
downloadgentoo-2-aac88aa9bb4c6cbf92f8b1a971cf12bcc994d683.tar.gz
gentoo-2-aac88aa9bb4c6cbf92f8b1a971cf12bcc994d683.tar.bz2
gentoo-2-aac88aa9bb4c6cbf92f8b1a971cf12bcc994d683.zip
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ruby2ruby')
-rw-r--r--dev-ruby/ruby2ruby/ChangeLog6
-rw-r--r--dev-ruby/ruby2ruby/ruby2ruby-1.3.1.ebuild34
-rw-r--r--dev-ruby/ruby2ruby/ruby2ruby-2.0.5.ebuild31
3 files changed, 5 insertions, 66 deletions
diff --git a/dev-ruby/ruby2ruby/ChangeLog b/dev-ruby/ruby2ruby/ChangeLog
index fa5b59b0ad2d..740594da37ee 100644
--- a/dev-ruby/ruby2ruby/ChangeLog
+++ b/dev-ruby/ruby2ruby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/ruby2ruby
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.48 2013/07/29 02:58:40 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby2ruby/ChangeLog,v 1.49 2013/09/05 00:35:43 mrueg Exp $
+
+ 05 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -ruby2ruby-1.3.1.ebuild,
+ -ruby2ruby-2.0.5.ebuild:
+ Cleanup old.
*ruby2ruby-2.0.6 (29 Jul 2013)
diff --git a/dev-ruby/ruby2ruby/ruby2ruby-1.3.1.ebuild b/dev-ruby/ruby2ruby/ruby2ruby-1.3.1.ebuild
deleted file mode 100644
index 40d2046172ab..000000000000
--- a/dev-ruby/ruby2ruby/ruby2ruby-1.3.1.ebuild
+++ /dev/null
@@ -1,34 +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/ruby2ruby/ruby2ruby-1.3.1.ebuild,v 1.5 2013/01/15 06:06:28 zerochaos Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ree18"
-
-# Don't run tests, since they require the testcase from ParseTree;
-# ParseTree _is_ the testcase for ruby2ruby
-RUBY_FAKEGEM_TASK_TEST=""
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Generates readable ruby from ParseTree"
-HOMEPAGE="http://seattlerb.rubyforge.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "=dev-ruby/parsetree-3*
- =dev-ruby/sexp_processor-3*
- =dev-ruby/ruby_parser-2*"
-ruby_add_bdepend doc "dev-ruby/hoe dev-ruby/hoe-seattlerb"
-
-all_ruby_prepare() {
- sed -i -e '/isolate/d' Rakefile || die
-}
diff --git a/dev-ruby/ruby2ruby/ruby2ruby-2.0.5.ebuild b/dev-ruby/ruby2ruby/ruby2ruby-2.0.5.ebuild
deleted file mode 100644
index 3f5755aa1f9c..000000000000
--- a/dev-ruby/ruby2ruby/ruby2ruby-2.0.5.ebuild
+++ /dev/null
@@ -1,31 +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/ruby2ruby/ruby2ruby-2.0.5.ebuild,v 1.2 2013/05/31 18:29:58 graaff Exp $
-
-EAPI=5
-
-USE_RUBY="ruby18 ruby19"
-
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Generates readable ruby from ParseTree"
-HOMEPAGE="http://seattlerb.rubyforge.org/"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend "
- dev-ruby/sexp_processor:4
- dev-ruby/ruby_parser:3
- !<dev-ruby/ruby2ruby-1.3.1-r1"
-ruby_add_bdepend "doc? ( dev-ruby/hoe dev-ruby/hoe-seattlerb )"
-
-all_ruby_prepare() {
- sed -i -e '/plugin :isolate/ s:^:#:' Rakefile || die
-}