summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-08-24 20:00:51 +0000
committerHans de Graaff <graaff@gentoo.org>2009-08-24 20:00:51 +0000
commitc444312f11bc72903d4a29f5a1b449f132fb356b (patch)
tree5a72fb20f78f10705e0577af0d9c5fcb8b78848c /dev-ruby/ruby-progressbar
parentVersion bump. (diff)
downloadgentoo-2-c444312f11bc72903d4a29f5a1b449f132fb356b.tar.gz
gentoo-2-c444312f11bc72903d4a29f5a1b449f132fb356b.tar.bz2
gentoo-2-c444312f11bc72903d4a29f5a1b449f132fb356b.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r--dev-ruby/ruby-progressbar/ChangeLog8
-rw-r--r--dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog
index bdd95346fcbc..e4e663226236 100644
--- a/dev-ruby/ruby-progressbar/ChangeLog
+++ b/dev-ruby/ruby-progressbar/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/ruby-progressbar
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.17 2009/05/15 14:49:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.18 2009/08/24 20:00:51 graaff Exp $
+
+*ruby-progressbar-0.9 (24 Aug 2009)
+
+ 24 Aug 2009; Hans de Graaff <graaff@gentoo.org>
+ +ruby-progressbar-0.9.ebuild:
+ Version bump.
15 May 2009; Diego E. Pettenò <flameeyes@gentoo.org>
ruby-progressbar-0.8.ebuild:
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild
new file mode 100644
index 000000000000..27da58fd55d2
--- /dev/null
+++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2009 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.1 2009/08/24 20:00:51 graaff 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+
+IUSE=""
+
+src_test() {
+ ${RUBY} -I. test.rb || die "test failed"
+}
+
+src_install() {
+ rm test.rb
+ ruby_src_install
+}