diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-05-29 20:47:42 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2003-05-29 20:47:42 +0000 |
commit | 16022449c5a5f0caa9502b854f3efc18ecd3a305 (patch) | |
tree | 5a7f683ffeeea8826b18968dab8acd3abcd19be9 /net-p2p | |
parent | new client for alpha, fixes performance issues. (diff) | |
download | historical-16022449c5a5f0caa9502b854f3efc18ecd3a305.tar.gz historical-16022449c5a5f0caa9502b854f3efc18ecd3a305.tar.bz2 historical-16022449c5a5f0caa9502b854f3efc18ecd3a305.zip |
PPC keyworded
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent/Manifest | 12 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.2.1b-r2.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index 10e85f4b3d39..f11cb787b32e 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bittorrent # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.9 2003/05/15 15:48:11 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.10 2003/05/29 20:47:14 pvdabeel Exp $ + + 29 May 2003; root <pvdabeel@gentoo.org> bittorrent-3.2.1b-r2.ebuild: + Added ~ppc keyword 15 May 2003; Tavis Ormandy <taviso@gentoo.org> bittorrent-3.2.1b-r2.ebuild: marking ~alpha diff --git a/net-p2p/bittorrent/Manifest b/net-p2p/bittorrent/Manifest index b601086343b7..e4a45ab8f74f 100644 --- a/net-p2p/bittorrent/Manifest +++ b/net-p2p/bittorrent/Manifest @@ -1,10 +1,10 @@ -MD5 8325cb638a1da18f6fef56b4b6b4379f bittorrent-3.2.1b-r2.ebuild 1434 -MD5 be16d9b7fde53306624acbee27d45e5b bittorrent-3.2.1b.ebuild 1212 -MD5 9c8b6d20b4b666a614ef2a48e7584302 bittorrent-3.2.1b-r1.ebuild 1292 +MD5 5f6d8fbeba67cdcce016711877d04c94 ChangeLog 1600 MD5 08d924316cb9e9d5c862eaf954a51572 bittorrent-3.2.1.ebuild 1211 -MD5 c1b1d430e5733b8a73d56aed66b63874 ChangeLog 1506 +MD5 9c8b6d20b4b666a614ef2a48e7584302 bittorrent-3.2.1b-r1.ebuild 1292 +MD5 56148750ffdbdfba2401b07ba80b05b0 bittorrent-3.2.1b-r2.ebuild 1439 +MD5 be16d9b7fde53306624acbee27d45e5b bittorrent-3.2.1b.ebuild 1212 +MD5 7bc9832711abd6cc2e334adca1335f74 files/bittorrent-3.2.1b.patch 6500 +MD5 e7e7d0aa3c6c5d57b54db37b53ac066a files/digest-bittorrent-3.2.1 68 MD5 18e4d423bad1434f67f294f131f2e181 files/digest-bittorrent-3.2.1b 69 MD5 18e4d423bad1434f67f294f131f2e181 files/digest-bittorrent-3.2.1b-r1 69 MD5 18e4d423bad1434f67f294f131f2e181 files/digest-bittorrent-3.2.1b-r2 69 -MD5 7bc9832711abd6cc2e334adca1335f74 files/bittorrent-3.2.1b.patch 6500 -MD5 e7e7d0aa3c6c5d57b54db37b53ac066a files/digest-bittorrent-3.2.1 68 diff --git a/net-p2p/bittorrent/bittorrent-3.2.1b-r2.ebuild b/net-p2p/bittorrent/bittorrent-3.2.1b-r2.ebuild index 7b7a729e21f2..589e7980de06 100644 --- a/net-p2p/bittorrent/bittorrent-3.2.1b-r2.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.2.1b-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.2.1b-r2.ebuild,v 1.2 2003/05/15 15:48:11 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.2.1b-r2.ebuild,v 1.3 2003/05/29 20:47:14 pvdabeel Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://bitconjurer.org/BitTorrent/${MY_P}.tar.gz" HOMEPAGE="http://bitconjurer.org/BitTorrent" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86 ~alpha" +KEYWORDS="~x86 ~ppc ~alpha" IUSE="X" |