diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-04-18 05:44:24 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-04-18 05:44:24 +0000 |
commit | 1906c131115e92095f26e85e48509c391df5fe5b (patch) | |
tree | 7c266d04b35445fa5bab7d32e055e78fbdfac751 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-1906c131115e92095f26e85e48509c391df5fe5b.tar.gz gentoo-2-1906c131115e92095f26e85e48509c391df5fe5b.tar.bz2 gentoo-2-1906c131115e92095f26e85e48509c391df5fe5b.zip |
Remove old versions with higher version numbers.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.9-r1.ebuild | 30 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild | 25 |
3 files changed, 5 insertions, 56 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index 59302701b569..810eacf25b20 100644 --- a/dev-ruby/ruby-progressbar/ChangeLog +++ b/dev-ruby/ruby-progressbar/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-progressbar # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.33 2011/01/14 16:38:38 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.34 2011/04/18 05:44:24 graaff Exp $ + + 18 Apr 2011; Hans de Graaff <graaff@gentoo.org> + -ruby-progressbar-0.9.ebuild, -ruby-progressbar-0.9-r1.ebuild: + Remove old versions with higher version numbers. *ruby-progressbar-0.9-r1 (14 Jan 2011) diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.9-r1.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.9-r1.ebuild deleted file mode 100644 index afb23f7a72b9..000000000000 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.9-r1.ebuild +++ /dev/null @@ -1,30 +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/ruby-progressbar/ruby-progressbar-0.9-r1.ebuild,v 1.1 2011/01/14 16:38:38 matsuu Exp $ - -EAPI="2" -USE_RUBY="ruby18 ruby19 ree18 jruby" - -inherit ruby-ng - -DESCRIPTION="A Text Progress Bar Library for Ruby" -HOMEPAGE="http://0xcc.net/ruby-progressbar/" -SRC_URI="http://0xcc.net/ruby-progressbar/${P}.tar.gz" - -LICENSE="Ruby" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - -IUSE="" - -each_ruby_test() { - ${RUBY} -I. test.rb || die "test failed" -} - -each_ruby_install() { - doruby progressbar.rb -} - -all_ruby_install() { - dodoc ChangeLog progressbar.*.rd || die -} diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild deleted file mode 100644 index 4ff41154209e..000000000000 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild +++ /dev/null @@ -1,25 +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/ruby-progressbar/ruby-progressbar-0.9.ebuild,v 1.11 2010/08/29 18:26:00 armin76 Exp $ - -inherit ruby - -DESCRIPTION="A Text Progress Bar Library for Ruby" -HOMEPAGE="http://0xcc.net/ruby-progressbar/" -SRC_URI="http://0xcc.net/ruby-progressbar/${P}.tar.gz" - -LICENSE="Ruby" -SLOT="0" -USE_RUBY="ruby18" -KEYWORDS="ppc64" - -IUSE="" - -src_test() { - ${RUBY} -I. test.rb || die "test failed" -} - -src_install() { - rm test.rb - ruby_src_install -} |