summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-07-14 08:01:03 +0000
committerHans de Graaff <graaff@gentoo.org>2012-07-14 08:01:03 +0000
commit74acb2d5801f07a4cae83d0bafbbf5e5d30a3c96 (patch)
treee2eb837e2165f249001946427bc77ad1d335ec96 /dev-ruby/ruby-progressbar
parentDrop rbx to create a stable candidate. (diff)
downloadgentoo-2-74acb2d5801f07a4cae83d0bafbbf5e5d30a3c96.tar.gz
gentoo-2-74acb2d5801f07a4cae83d0bafbbf5e5d30a3c96.tar.bz2
gentoo-2-74acb2d5801f07a4cae83d0bafbbf5e5d30a3c96.zip
Remove old version.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r--dev-ruby/ruby-progressbar/ChangeLog6
-rw-r--r--dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9-r1.ebuild31
2 files changed, 5 insertions, 32 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog
index 22d6d4aecff5..f3c28c065c01 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.38 2012/07/14 08:00:14 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.39 2012/07/14 08:01:03 graaff Exp $
+
+ 14 Jul 2012; Hans de Graaff <graaff@gentoo.org>
+ -ruby-progressbar-0.0.9-r1.ebuild:
+ Remove old version.
14 Jul 2012; Hans de Graaff <graaff@gentoo.org>
ruby-progressbar-0.0.10.ebuild:
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9-r1.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9-r1.ebuild
deleted file mode 100644
index 04f136188ded..000000000000
--- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 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.9-r1.ebuild,v 1.2 2012/06/12 11:46:42 iksaif Exp $
-
-EAPI=2
-
-USE_RUBY="ruby18 ruby19 jruby"
-
-RUBY_FAKEGEM_TASK_TEST=""
-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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-
-IUSE="test"
-
-each_ruby_test() {
- # tests need to be run from within the lib dir but they require
- # lib/progressbar.rb, so we do this silly stuff, but it works at
- # least
- cd lib
- ${RUBY} -I.. ../test.rb || die "test failed"
-}