summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-09-04 13:50:28 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-09-04 13:50:28 +0000
commitb9dbc0dcab3f5808cc56e6a1d592f258d42fbfed (patch)
treeb171d49c2d55a816638262499b66be6b6fc13a46 /dev-ruby
parentCleanup old. (diff)
downloadgentoo-2-b9dbc0dcab3f5808cc56e6a1d592f258d42fbfed.tar.gz
gentoo-2-b9dbc0dcab3f5808cc56e6a1d592f258d42fbfed.tar.bz2
gentoo-2-b9dbc0dcab3f5808cc56e6a1d592f258d42fbfed.zip
Cleanup old.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/text-format/ChangeLog5
-rw-r--r--dev-ruby/text-format/text-format-1.0.0-r2.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog
index 246d232f983e..c5cb21e37bc5 100644
--- a/dev-ruby/text-format/ChangeLog
+++ b/dev-ruby/text-format/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/text-format
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.65 2013/01/09 14:23:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.66 2013/09/04 13:50:28 mrueg Exp $
+
+ 04 Sep 2013; Manuel Rüger <mrueg@gentoo.org> -text-format-1.0.0-r2.ebuild:
+ Cleanup old.
09 Jan 2013; Jeroen Roovers <jer@gentoo.org> text-format-1.0.0-r3.ebuild:
Stable for HPPA (bug #450144).
diff --git a/dev-ruby/text-format/text-format-1.0.0-r2.ebuild b/dev-ruby/text-format/text-format-1.0.0-r2.ebuild
deleted file mode 100644
index 3b55ea0b23b2..000000000000
--- a/dev-ruby/text-format/text-format-1.0.0-r2.ebuild
+++ /dev/null
@@ -1,28 +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/text-format/text-format-1.0.0-r2.ebuild,v 1.13 2012/10/28 17:22:32 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README Changelog ToDo"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Text::Format provides strong text formatting capabilities to Ruby"
-HOMEPAGE="http://rubyforge.org/projects/text-format/"
-SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-solaris"
-IUSE=""
-
-ruby_add_rdepend '>=dev-ruby/text-hyphen-1.0.0'
-ruby_add_bdepend "test? ( dev-ruby/archive-tar-minitar )"
-
-all_ruby_prepare() {
- # Fix rakefile for new rake versions
- sed -i -e 's: if t\.verbose::' Rakefile || die
-}