diff options
author | 2012-07-14 08:00:14 +0000 | |
---|---|---|
committer | 2012-07-14 08:00:14 +0000 | |
commit | fa482c38b0f303bbb20eef76f811a4b649659d5a (patch) | |
tree | 78ae3c334cd743c881e66e7e6afe58d228189651 /dev-ruby/ruby-progressbar | |
parent | Fix tests failing due to hash ordering issues, bug 425398. (diff) | |
download | gentoo-2-fa482c38b0f303bbb20eef76f811a4b649659d5a.tar.gz gentoo-2-fa482c38b0f303bbb20eef76f811a4b649659d5a.tar.bz2 gentoo-2-fa482c38b0f303bbb20eef76f811a4b649659d5a.zip |
Drop rbx to create a stable candidate.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index 844521cd1b88..22d6d4aecff5 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.37 2012/06/12 11:46:42 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.38 2012/07/14 08:00:14 graaff Exp $ + + 14 Jul 2012; Hans de Graaff <graaff@gentoo.org> + ruby-progressbar-0.0.10.ebuild: + Drop rbx to create a stable candidate. 12 Jun 2012; Corentin Chary <iksaif@gentoo.org> ruby-progressbar-0.0.10.ebuild, ruby-progressbar-0.0.9-r1.ebuild, diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild index df832841c6dd..7525d131964a 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild @@ -1,10 +1,10 @@ # 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.10.ebuild,v 1.3 2012/06/12 11:46:42 iksaif Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.10.ebuild,v 1.4 2012/07/14 08:00:14 graaff Exp $ EAPI=3 -USE_RUBY="ruby18 ruby19 ree18 jruby rbx" +USE_RUBY="ruby18 ruby19 ree18 jruby" RUBY_FAKEGEM_TASK_TEST="none" RUBY_FAKEGEM_TASK_DOC="" |