diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-03-30 03:56:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-03-30 03:56:28 +0000 |
commit | 756cba2f94c6bc05aeb44918773048fab6aa4064 (patch) | |
tree | 5de3eaed1aea12663d6471473c978f970c211267 /dev-ruby/rubytorrent | |
parent | Mark 0.12 ~ia64 (diff) | |
download | gentoo-2-756cba2f94c6bc05aeb44918773048fab6aa4064.tar.gz gentoo-2-756cba2f94c6bc05aeb44918773048fab6aa4064.tar.bz2 gentoo-2-756cba2f94c6bc05aeb44918773048fab6aa4064.zip |
Mark 0.3 ~ia64
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-ruby/rubytorrent')
-rw-r--r-- | dev-ruby/rubytorrent/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/rubytorrent/Manifest | 22 | ||||
-rw-r--r-- | dev-ruby/rubytorrent/rubytorrent-0.3.ebuild | 6 |
3 files changed, 18 insertions, 17 deletions
diff --git a/dev-ruby/rubytorrent/ChangeLog b/dev-ruby/rubytorrent/ChangeLog index 6b655c7be5b2..e6d0dd5906d1 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.4 2005/06/16 18:24:48 dang Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/ChangeLog,v 1.5 2006/03/30 03:56:28 agriffis Exp $ + + 30 Mar 2006; Aron Griffis <agriffis@gentoo.org> rubytorrent-0.3.ebuild: + Mark 0.3 ~ia64 16 Jun 2005; <dang@gentoo.org> rubytorrent-0.3.ebuild: Added ~amd64 diff --git a/dev-ruby/rubytorrent/Manifest b/dev-ruby/rubytorrent/Manifest index 54be35db11bf..8c413615e4a7 100644 --- a/dev-ruby/rubytorrent/Manifest +++ b/dev-ruby/rubytorrent/Manifest @@ -1,14 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4e3b867776a8e07e69f9394af5cb48b3 rubytorrent-0.3.ebuild 985 MD5 762b5478789e0dd0b1ef777163bd4489 ChangeLog 629 -MD5 b522b82d2c47bc548a6607f0f577ab5e metadata.xml 158 +RMD160 92a25575452ca2b552408031a8353720acbc4a3d ChangeLog 629 +SHA256 fe7fc4d02618713cb4a60fc78a204429c761b441a5c5b6d28c3b7b843eb51fdf ChangeLog 629 MD5 7058fe999664918d8eac7aa0afd0cb29 files/digest-rubytorrent-0.3 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFCscQbomPajV0RnrERAk8FAJ4jPrLFJCWow82/shikjwU2vZqoWACcDOJr -YhoPiTGuAP6D6lbVPL5+FjY= -=0lIV ------END PGP SIGNATURE----- +RMD160 6fad8faafd77ced668eb56309de2bcecc6f00b7f files/digest-rubytorrent-0.3 66 +SHA256 20fe8e617e826abefe8f5e4f22abf248f0785c1f230e8b4a9f073833ff1d3240 files/digest-rubytorrent-0.3 66 +MD5 b522b82d2c47bc548a6607f0f577ab5e metadata.xml 158 +RMD160 097f8145a9994f98be4971b43b23b9e5e8bccb66 metadata.xml 158 +SHA256 70b396ab3c7a63a81cb895b7728bd9eccdc9770afdb9919f2c54694b685f7032 metadata.xml 158 +MD5 e5c27861d46f4918f954f09dee4b350c rubytorrent-0.3.ebuild 991 +RMD160 6bc6c53d631adf682355b2ad5ee1784978ffaeaa rubytorrent-0.3.ebuild 991 +SHA256 c341c77b56a7c69b3fca0a28f659d70dd93fc26da468cc22c44f3127a4f60d74 rubytorrent-0.3.ebuild 991 diff --git a/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild b/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild index 0b170683d7bc..bc211edf2b78 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 +# Copyright 1999-2006 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.4 2005/06/16 18:24:48 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubytorrent/rubytorrent-0.3.ebuild,v 1.5 2006/03/30 03:56:28 agriffis 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="~amd64 x86" +KEYWORDS="~amd64 ~ia64 x86" IUSE="" DEPEND="virtual/ruby" |