diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-08-02 18:42:06 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-08-02 18:42:06 +0000 |
commit | ac1b9efe893e2b15ecb0301d70e9d5a277d41b28 (patch) | |
tree | 450cd84947b6b4b5c96f864e05ccb78e799d8442 /dev-ruby/ruby-progressbar | |
parent | sparc stable wrt #516690 (diff) | |
download | gentoo-2-ac1b9efe893e2b15ecb0301d70e9d5a277d41b28.tar.gz gentoo-2-ac1b9efe893e2b15ecb0301d70e9d5a277d41b28.tar.bz2 gentoo-2-ac1b9efe893e2b15ecb0301d70e9d5a277d41b28.zip |
Cleanup old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild | 27 |
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index 036e4d82ae83..e2ae33632162 100644 --- a/dev-ruby/ruby-progressbar/ChangeLog +++ b/dev-ruby/ruby-progressbar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-progressbar # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.64 2014/08/02 18:17:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.65 2014/08/02 18:42:06 mrueg Exp $ + + 02 Aug 2014; Manuel Rüger <mrueg@gentoo.org> -ruby-progressbar-0.0.10.ebuild: + Cleanup old. 02 Aug 2014; Agostino Sarubbo <ago@gentoo.org> ruby-progressbar-1.4.1.ebuild: Stable for ppc64, wrt bug #503684 diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild deleted file mode 100644 index a835079479e2..000000000000 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2014 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.0.10.ebuild,v 1.11 2014/04/05 23:27:38 mrueg Exp $ - -EAPI=3 - -USE_RUBY="ruby19 jruby" - -RUBY_FAKEGEM_TASK_TEST="none" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="A Text Progress Bar Library for Ruby" -HOMEPAGE="https://github.com/jfelchner/ruby-progressbar" - -LICENSE="|| ( Ruby GPL-2 )" -SLOT="0" -KEYWORDS="amd64 hppa ppc ppc64 x86 ~x86-fbsd" - -IUSE="test" - -each_ruby_test() { - ${RUBY} -I. test.rb || die "test failed" -} |