diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2005-01-27 07:21:06 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2005-01-27 07:21:06 +0000 |
commit | 59e5752825d5a9e04bf3249e1b1de980aee617e7 (patch) | |
tree | a0d7e029d69c07fe909fc4107c64b858f59045db /dev-ruby | |
parent | stable on ppc64 (diff) | |
download | historical-59e5752825d5a9e04bf3249e1b1de980aee617e7.tar.gz historical-59e5752825d5a9e04bf3249e1b1de980aee617e7.tar.bz2 historical-59e5752825d5a9e04bf3249e1b1de980aee617e7.zip |
Stable on ppc64
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/Manifest | 10 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index 05e1490756d9..824c5c3f943c 100644 --- a/dev-ruby/ruby-progressbar/ChangeLog +++ b/dev-ruby/ruby-progressbar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-progressbar -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.8 2004/12/20 12:15:46 nigoro Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.9 2005/01/27 07:21:06 nigoro Exp $ + + 27 Jan 2005; Yuta SATOH <nigoro@gentoo.org> ruby-progressbar-0.8.ebuild: + Stable on ppc64 20 Dec 2004; Yuta SATOH <nigoro@gentoo.org> ruby-progressbar-0.8.ebuild: added ~ppc64 diff --git a/dev-ruby/ruby-progressbar/Manifest b/dev-ruby/ruby-progressbar/Manifest index ae04a916fb99..45291dd1845c 100644 --- a/dev-ruby/ruby-progressbar/Manifest +++ b/dev-ruby/ruby-progressbar/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 032915d684c27d2ca503f2dd0ff8e4b7 ChangeLog 1149 +MD5 375ba281168ad67920c9666d9b9bf824 ChangeLog 1243 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 -MD5 268ad8fdad864c4ef1b52da8355227e0 ruby-progressbar-0.8.ebuild 536 +MD5 58dbe0c55af78d6ebd8dc71846d14d3d ruby-progressbar-0.8.ebuild 535 MD5 a98ef2e9877ae090212cb188e3ea227b files/digest-ruby-progressbar-0.8 70 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFBxsJ760LfUIagIAkRAuGXAJ0UmWWRFJZOYkjgfzY4A0cG5pCUBwCfRQu6 -+CL3nlPYQZul0uSFlyc1K34= -=wqlp +iD8DBQFB+JaV60LfUIagIAkRAnwoAKCOxs4EkTzLEevda2efYPtKcwNAiwCfe5On +zIpWo9RresnqzvFCIx3ykOo= +=QH+k -----END PGP SIGNATURE----- diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild index 8881c604015c..108ea24270a7 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.8.ebuild,v 1.7 2004/12/20 12:15:46 nigoro Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild,v 1.8 2005/01/27 07:21:06 nigoro Exp $ inherit ruby @@ -11,7 +11,7 @@ SRC_URI="http://namazu.org/~satoru/ruby-progressbar/${P}.tar.gz" LICENSE="Ruby" SLOT="0" USE_RUBY="any" -KEYWORDS="x86 alpha ppc ~amd64 ~ppc64" +KEYWORDS="x86 alpha ppc ~amd64 ppc64" IUSE="" |