diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2004-12-20 12:15:46 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2004-12-20 12:15:46 +0000 |
commit | 4367f01584136f6638d04014294a4bf7a5be8308 (patch) | |
tree | 0de217d47f7f42ac5f8099f0973643392b1eef7c /dev-ruby | |
parent | added ~ppc64 (diff) | |
download | historical-4367f01584136f6638d04014294a4bf7a5be8308.tar.gz historical-4367f01584136f6638d04014294a4bf7a5be8308.tar.bz2 historical-4367f01584136f6638d04014294a4bf7a5be8308.zip |
added ~ppc64
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-progressbar/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/Manifest | 14 | ||||
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-0.8.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-ruby/ruby-progressbar/ChangeLog b/dev-ruby/ruby-progressbar/ChangeLog index 787607966e13..05e1490756d9 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.7 2004/06/25 02:02:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-progressbar/ChangeLog,v 1.8 2004/12/20 12:15:46 nigoro Exp $ + + 20 Dec 2004; Yuta SATOH <nigoro@gentoo.org> ruby-progressbar-0.8.ebuild: + added ~ppc64 23 May 2004; Mamoru KOMACHI <usata@gentoo.org> ruby-progressbar-0.8.ebuild: Stable on alpha and ppc diff --git a/dev-ruby/ruby-progressbar/Manifest b/dev-ruby/ruby-progressbar/Manifest index 424152e23b83..ae04a916fb99 100644 --- a/dev-ruby/ruby-progressbar/Manifest +++ b/dev-ruby/ruby-progressbar/Manifest @@ -1,4 +1,14 @@ -MD5 da57ff832e2b3ea62b081de6266ad994 ChangeLog 1060 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 032915d684c27d2ca503f2dd0ff8e4b7 ChangeLog 1149 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 -MD5 82e6b0c9f9269da188e90884f2450669 ruby-progressbar-0.8.ebuild 530 +MD5 268ad8fdad864c4ef1b52da8355227e0 ruby-progressbar-0.8.ebuild 536 MD5 a98ef2e9877ae090212cb188e3ea227b files/digest-ruby-progressbar-0.8 70 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBxsJ760LfUIagIAkRAuGXAJ0UmWWRFJZOYkjgfzY4A0cG5pCUBwCfRQu6 ++CL3nlPYQZul0uSFlyc1K34= +=wqlp +-----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 3cd816e0e1dc..8881c604015c 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 # 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.6 2004/08/26 15:11:17 jhuebel Exp $ +# $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 $ 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" +KEYWORDS="x86 alpha ppc ~amd64 ~ppc64" IUSE="" |