diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2005-06-16 18:24:48 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2005-06-16 18:24:48 +0000 |
commit | cc8bc32266d4741ae328bd79ddcd295c04fc7974 (patch) | |
tree | 744a44cb89907dcdbe4b7c1f11e16f48a7b0c90c /dev-ruby/rubytorrent | |
parent | version bump (diff) | |
download | historical-cc8bc32266d4741ae328bd79ddcd295c04fc7974.tar.gz historical-cc8bc32266d4741ae328bd79ddcd295c04fc7974.tar.bz2 historical-cc8bc32266d4741ae328bd79ddcd295c04fc7974.zip |
Added ~amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-ruby/rubytorrent')
-rw-r--r-- | dev-ruby/rubytorrent/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rubytorrent/Manifest | 12 | ||||
-rw-r--r-- | dev-ruby/rubytorrent/rubytorrent-0.3.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/dev-ruby/rubytorrent/ChangeLog b/dev-ruby/rubytorrent/ChangeLog index db17324eb8d6..6b655c7be5b2 100644 --- a/dev-ruby/rubytorrent/ChangeLog +++ b/dev-ruby/rubytorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rubytorrent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.3 2005/03/12 15:49:27 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.4 2005/06/16 18:24:48 dang Exp $ + + 16 Jun 2005; <dang@gentoo.org> rubytorrent-0.3.ebuild: + Added ~amd64 12 Mar 2005; Michael Kohl <citizen428@gentoo.org> rubytorrent-0.3.ebuild: Marked stable on x86. diff --git a/dev-ruby/rubytorrent/Manifest b/dev-ruby/rubytorrent/Manifest index b131dc845ffe..54be35db11bf 100644 --- a/dev-ruby/rubytorrent/Manifest +++ b/dev-ruby/rubytorrent/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 bc05c488f52c02069748e42c58db035d rubytorrent-0.3.ebuild 984 -MD5 3d7c1a1e5f470a56ae0b2d1358385689 ChangeLog 562 +MD5 4e3b867776a8e07e69f9394af5cb48b3 rubytorrent-0.3.ebuild 985 +MD5 762b5478789e0dd0b1ef777163bd4489 ChangeLog 629 MD5 b522b82d2c47bc548a6607f0f577ab5e metadata.xml 158 MD5 7058fe999664918d8eac7aa0afd0cb29 files/digest-rubytorrent-0.3 66 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCMw+Q/UDVUK2NELYRAn/rAKDJnOdnf9ImD2ltyu1pmn1zWlF2DQCaAsIU -GTXS7S5G97p863ntp7cf1iA= -=OIKl +iD8DBQFCscQbomPajV0RnrERAk8FAJ4jPrLFJCWow82/shikjwU2vZqoWACcDOJr +YhoPiTGuAP6D6lbVPL5+FjY= +=0lIV -----END PGP SIGNATURE----- diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild index 4f0ee6ae8056..0b170683d7bc 100644 --- a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild +++ b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.3 2005/03/12 15:49:27 citizen428 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.4 2005/06/16 18:24:48 dang Exp $ inherit ruby @@ -10,7 +10,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/3017/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="virtual/ruby" |