diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-01 23:55:55 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-08-01 23:55:55 +0000 |
commit | 42cf7596badc6bd6f4cab21ddb4b521a5bd495a9 (patch) | |
tree | 8a4dcba222291f178095435afa4aae0f00100ec9 /dev-ruby/ruby-progressbar | |
parent | x86 stable wrt bug #330727 (diff) | |
download | gentoo-2-42cf7596badc6bd6f4cab21ddb4b521a5bd495a9.tar.gz gentoo-2-42cf7596badc6bd6f4cab21ddb4b521a5bd495a9.tar.bz2 gentoo-2-42cf7596badc6bd6f4cab21ddb4b521a5bd495a9.zip |
Mark 0.0.9 as x86 stable, and remove x86 keywords from 0.9, bug #330729.
(Portage version: 2.1.8.3/cvs/Linux i686)
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 b6cd3b4d70b5..cce43ebe1d83 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.28 2010/08/01 16:54:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.29 2010/08/01 23:55:55 phajdan.jr Exp $ + + 01 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + ruby-progressbar-0.0.9.ebuild, ruby-progressbar-0.9.ebuild: + Mark 0.0.9 as x86 stable, and remove x86 keywords from 0.9, bug #330729. 01 Aug 2010; Markos Chandras <hwoarang@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 0c55d00b09e0..94bc04bf9af2 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.3 2010/08/01 16:54:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.0.9.ebuild,v 1.4 2010/08/01 23:55:55 phajdan.jr 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 ca9fd0bf01f1..303717724f29 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.8 2010/08/01 16:54:16 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.9.ebuild,v 1.9 2010/08/01 23:55:55 phajdan.jr 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 hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha hppa ia64 ppc ppc64 sparc" IUSE="" |