diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-07-11 06:16:58 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-07-11 06:16:58 +0000 |
commit | fa30b0c16931691997a77a83f4dc17265d102a0b (patch) | |
tree | 8a6be28d45d6b0cdc7ca4c69df57623fc3f7f6d9 /dev-ruby/text-hyphen | |
parent | Drop ~mips (diff) | |
download | historical-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-hyphen')
-rw-r--r-- | dev-ruby/text-hyphen/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild | 15 |
3 files changed, 5 insertions, 49 deletions
diff --git a/dev-ruby/text-hyphen/ChangeLog b/dev-ruby/text-hyphen/ChangeLog index 6da01b1d0b70..a95f783bf997 100644 --- a/dev-ruby/text-hyphen/ChangeLog +++ b/dev-ruby/text-hyphen/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/text-hyphen # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.36 2011/07/10 23:16:41 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.37 2011/07/11 06:15:49 graaff Exp $ + + 11 Jul 2011; Hans de Graaff <graaff@gentoo.org> -text-hyphen-1.0.0.ebuild, + -text-hyphen-1.0.0-r1.ebuild: + Remove old versions. 10 Jul 2011; Mark Loeser <halcy0n@gentoo.org> text-hyphen-1.0.0-r2.ebuild: Stable for ppc64; bug #353130 diff --git a/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild deleted file mode 100644 index ab05dd4c2cc9..000000000000 --- a/dev-ruby/text-hyphen/text-hyphen-1.0.0-r1.ebuild +++ /dev/null @@ -1,33 +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-hyphen/text-hyphen-1.0.0-r1.ebuild,v 1.11 2010/08/29 18:02:19 armin76 Exp $ - -EAPI=2 -USE_RUBY="ruby18" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README Changelog" - -inherit ruby-fakegem eutils - -DESCRIPTION="Hyphenates various words according to the rules of the language the word is written in." -HOMEPAGE="http://rubyforge.org/projects/text-format" -SRC_URI="mirror://rubyforge/text-format/${P}.tar.gz" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 ia64 ~ppc ~ppc64 ~sparc x86 ~x86-solaris" -IUSE="" - -ruby_add_bdepend " - test? ( - dev-ruby/archive-tar-minitar - virtual/ruby-test-unit - )" - -all_ruby_prepare() { - # Fix rakefile for new rake versions - sed -i -e 's: if t\.verbose::' Rakefile || die - - epatch "${FILESDIR}/${P}+ruby-1.9.patch" -} diff --git a/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.0.0.ebuild deleted file mode 100644 index 0dadfae8acac..000000000000 --- a/dev-ruby/text-hyphen/text-hyphen-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-hyphen/text-hyphen-1.0.0.ebuild,v 1.13 2010/08/20 13:43:37 graaff Exp $ - -inherit ruby gems - -DESCRIPTION="Hyphenates various words according to the rules of the language the word is written in." -HOMEPAGE="http://rubyforge.org/projects/text-format" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="amd64 ia64 ppc ppc64 ~sparc x86" -IUSE="" - -DEPEND="dev-lang/ruby" |