summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-07-11 06:16:58 +0000
committerHans de Graaff <graaff@gentoo.org>2011-07-11 06:16:58 +0000
commitfa30b0c16931691997a77a83f4dc17265d102a0b (patch)
tree8a6be28d45d6b0cdc7ca4c69df57623fc3f7f6d9 /dev-ruby/text-format
parentDrop ~mips (diff)
downloadhistorical-fa30b0c16931691997a77a83f4dc17265d102a0b.tar.gz
historical-fa30b0c16931691997a77a83f4dc17265d102a0b.tar.bz2
historical-fa30b0c16931691997a77a83f4dc17265d102a0b.zip
Remove old versions.
Package-Manager: portage-2.1.10.3/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/text-format')
-rw-r--r--dev-ruby/text-format/ChangeLog6
-rw-r--r--dev-ruby/text-format/text-format-1.0.0-r1.ebuild28
-rw-r--r--dev-ruby/text-format/text-format-1.0.0.ebuild15
3 files changed, 5 insertions, 44 deletions
diff --git a/dev-ruby/text-format/ChangeLog b/dev-ruby/text-format/ChangeLog
index 5e3d583aa1c1..a88cb02cc54f 100644
--- a/dev-ruby/text-format/ChangeLog
+++ b/dev-ruby/text-format/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/text-format
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.54 2011/07/10 23:17:23 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-format/ChangeLog,v 1.55 2011/07/11 06:16:58 graaff Exp $
+
+ 11 Jul 2011; Hans de Graaff <graaff@gentoo.org> -text-format-1.0.0.ebuild,
+ -text-format-1.0.0-r1.ebuild:
+ Remove old versions.
10 Jul 2011; Mark Loeser <halcy0n@gentoo.org> text-format-1.0.0-r2.ebuild:
Stable for ppc64; bug #353130
diff --git a/dev-ruby/text-format/text-format-1.0.0-r1.ebuild b/dev-ruby/text-format/text-format-1.0.0-r1.ebuild
deleted file mode 100644
index 5e040c1762d0..000000000000
--- a/dev-ruby/text-format/text-format-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2010 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-r1.ebuild,v 1.11 2010/08/29 18:03:29 armin76 Exp $
-
-EAPI=2
-USE_RUBY="ruby18"
-
-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="amd64 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
-}
diff --git a/dev-ruby/text-format/text-format-1.0.0.ebuild b/dev-ruby/text-format/text-format-1.0.0.ebuild
deleted file mode 100644
index fabe9e2f432e..000000000000
--- a/dev-ruby/text-format/text-format-1.0.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2010 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.ebuild,v 1.14 2010/08/07 14:38:23 graaff Exp $
-
-inherit ruby gems
-
-DESCRIPTION="Text::Format provides strong text formatting capabilities to Ruby"
-HOMEPAGE="http://raa.ruby-lang.org/project/text-format/"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 ~sparc x86 ~x86-fbsd"
-IUSE=""
-DEPEND="dev-lang/ruby
- >=dev-ruby/text-hyphen-1.0.0"