diff options
author | <luke-jr@gentoo.org> | 2003-12-17 18:38:33 +0000 |
---|---|---|
committer | <luke-jr@gentoo.org> | 2003-12-17 18:38:33 +0000 |
commit | da2b8fc849f054e7ae29a1e164371f257292c243 (patch) | |
tree | 60626207875adf2f3f493e846c4f82f38deb0e35 /net-p2p | |
parent | Cleanup; move unofficial BT patch to net-p2p/bittorrent-stats; rename 3.3 to ... (diff) | |
download | historical-da2b8fc849f054e7ae29a1e164371f257292c243.tar.gz historical-da2b8fc849f054e7ae29a1e164371f257292c243.tar.bz2 historical-da2b8fc849f054e7ae29a1e164371f257292c243.zip |
Mark 3.3.0 stable on x86
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.3.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index 5b2e240f70af..8d5fa67a395d 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.18 2003/12/17 18:35:13 luke-jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.19 2003/12/17 18:38:15 luke-jr Exp $ + + 17 Dec 2003; Luke-Jr <luke-jr@gentoo.org> bittorrent-3.3.0.ebuild: + Mark 3.3.0 stable on x86 *bittorrent-3.3.0 (17 Dec 2003) diff --git a/net-p2p/bittorrent/Manifest b/net-p2p/bittorrent/Manifest index b0ba70a23c43..1f94602afd70 100644 --- a/net-p2p/bittorrent/Manifest +++ b/net-p2p/bittorrent/Manifest @@ -1,5 +1,5 @@ -MD5 d4ff8bb4c5face440b216988f4fa123a ChangeLog 3095 -MD5 f7a0f9e73f3f616e43e6ec6626efefdb bittorrent-3.3.0.ebuild 2133 +MD5 6507ed9cb9bb5a68e04e22df05b51dc3 ChangeLog 3192 +MD5 250698ec16104411ce87a819102e93ee bittorrent-3.3.0.ebuild 2132 MD5 bde68862e4c887d38342c515ecc5ece6 bittorrent-3.2.1b-r4.ebuild 2109 MD5 83f2b62b16904e997005968b8e7ea82a metadata.xml 222 MD5 dfb7c0c50cc6abc6efd5cf380f4615a0 files/bittorrent-stats-3.2.1b.patch 26140 diff --git a/net-p2p/bittorrent/bittorrent-3.3.0.ebuild b/net-p2p/bittorrent/bittorrent-3.3.0.ebuild index 4cf128a018e3..c62957e2e37f 100644 --- a/net-p2p/bittorrent/bittorrent-3.3.0.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.3.0.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.3.0.ebuild,v 1.1 2003/12/17 18:35:13 luke-jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.3.0.ebuild,v 1.2 2003/12/17 18:38:15 luke-jr Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://bitconjurer.org/BitTorrent/${MY_P}.tar.gz" HOMEPAGE="http://bitconjurer.org/BitTorrent" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" +KEYWORDS="x86 ~ppc ~alpha ~sparc" IUSE="X" |