diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-08-29 18:26:00 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-08-29 18:26:00 +0000 |
commit | 8ad07ce5ae7597302798cd313f8b45a65e42d7fe (patch) | |
tree | 5d5b55c54ff223d30774ef1ed1a9a178aa554d55 /dev-ruby/ruby-progressbar | |
parent | ia64/s390/sh/sparc stable wrt #329175 (diff) | |
download | gentoo-2-8ad07ce5ae7597302798cd313f8b45a65e42d7fe.tar.gz gentoo-2-8ad07ce5ae7597302798cd313f8b45a65e42d7fe.tar.bz2 gentoo-2-8ad07ce5ae7597302798cd313f8b45a65e42d7fe.zip |
alpha/ia64/sparc stable wrt #330729
(Portage version: 2.1.8.3/cvs/Linux ia64)
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.9.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index 5a70d0241ca1..ac57fda033ef 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.30 2010/08/16 23:20:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.31 2010/08/29 18:26:00 armin76 Exp $ + + 29 Aug 2010; Raúl Porcel <armin76@gentoo.org> + ruby-progressbar-0.0.9.ebuild, ruby-progressbar-0.9.ebuild: + alpha/ia64/sparc stable wrt #330729 16 Aug 2010; Jeroen Roovers <jer@gentoo.org> ruby-progressbar-0.0.9.ebuild, ruby-progressbar-0.9.ebuild: diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild index 5574788500a4..9ecf8c3eb5bc 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild @@ -1,6 +1,6 @@ # 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.0.9.ebuild,v 1.5 2010/08/16 23:20:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild,v 1.6 2010/08/29 18:26:00 armin76 Exp $ EAPI=2 @@ -18,7 +18,7 @@ HOMEPAGE="http://github.com/nex3/ruby-progressbar" LICENSE="|| ( Ruby GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd" IUSE="test" diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild index 0715039273fb..4ff41154209e 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild @@ -1,6 +1,6 @@ # 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.10 2010/08/16 23:20:15 jer Exp $ +# $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 @@ -11,7 +11,7 @@ SRC_URI="http://0xcc.net/ruby-progressbar/${P}.tar.gz" LICENSE="Ruby" SLOT="0" USE_RUBY="ruby18" -KEYWORDS="alpha ia64 ppc64 sparc" +KEYWORDS="ppc64" IUSE="" |