diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-07-05 06:00:30 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-07-05 06:00:30 +0000 |
commit | 1ade1bb1ce6554fbfdcf112f685c77a82b222f3e (patch) | |
tree | a0301a58529d296e473de2f6f7695330129e4d6c /dev-ruby/text-hyphen | |
parent | Change manifest to new hashes. (diff) | |
download | gentoo-2-1ade1bb1ce6554fbfdcf112f685c77a82b222f3e.tar.gz gentoo-2-1ade1bb1ce6554fbfdcf112f685c77a82b222f3e.tar.bz2 gentoo-2-1ade1bb1ce6554fbfdcf112f685c77a82b222f3e.zip |
Remove old versions.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/text-hyphen')
-rw-r--r-- | dev-ruby/text-hyphen/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.0.0-r3.ebuild | 33 | ||||
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.0.2.ebuild | 32 |
3 files changed, 6 insertions, 67 deletions
diff --git a/dev-ruby/text-hyphen/ChangeLog b/dev-ruby/text-hyphen/ChangeLog index 4b54cfe0c29e..e202ab2e24c0 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.39 2011/09/14 16:07:15 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.40 2012/07/05 06:00:30 graaff Exp $ + + 05 Jul 2012; Hans de Graaff <graaff@gentoo.org> -text-hyphen-1.0.0-r3.ebuild, + -text-hyphen-1.0.2.ebuild: + Remove old versions. 14 Sep 2011; Jeroen Roovers <jer@gentoo.org> text-hyphen-1.0.0-r2.ebuild: Stable for HPPA (bug #369573). diff --git a/dev-ruby/text-hyphen/text-hyphen-1.0.0-r3.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.0.0-r3.ebuild deleted file mode 100644 index 6f46e3235dd9..000000000000 --- a/dev-ruby/text-hyphen/text-hyphen-1.0.0-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 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-r3.ebuild,v 1.6 2011/01/29 11:17:06 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" - -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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~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.2.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.0.2.ebuild deleted file mode 100644 index 0dc1c84a42c0..000000000000 --- a/dev-ruby/text-hyphen/text-hyphen-1.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2011 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.2.ebuild,v 1.1 2011/02/17 06:48:37 graaff Exp $ - -EAPI=2 -USE_RUBY="ruby18 ree18 ruby19 jruby" - -RUBY_FAKEGEM_TASK_DOC="docs" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" - -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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" -IUSE="" - -ruby_add_bdepend " - doc? ( - >=dev-ruby/hoe-2.8.0 - >=dev-ruby/rubyforge-2.0.4 - ) - test? ( - virtual/ruby-test-unit - >=dev-ruby/hoe-2.8.0 - >=dev-ruby/rubyforge-2.0.4 - )" |