diff options
-rw-r--r-- | net-p2p/bittornado/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/bittornado/Manifest | 14 | ||||
-rw-r--r-- | net-p2p/bittornado/bittornado-0.3.12.ebuild | 4 |
3 files changed, 14 insertions, 10 deletions
diff --git a/net-p2p/bittornado/ChangeLog b/net-p2p/bittornado/ChangeLog index 3957f98fd9bc..cf4f4e281b6d 100644 --- a/net-p2p/bittornado/ChangeLog +++ b/net-p2p/bittornado/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bittornado # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.38 2005/06/06 12:00:56 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/ChangeLog,v 1.39 2005/06/17 20:36:13 hansmi Exp $ + + 17 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> + bittornado-0.3.12.ebuild: + Stable on ppc. 06 Jun 2005; Markus Rothe <corsair@gentoo.org> bittornado-0.3.12.ebuild: Stable on ppc64 diff --git a/net-p2p/bittornado/Manifest b/net-p2p/bittornado/Manifest index 1bfb5477136f..a5c08959d5d7 100644 --- a/net-p2p/bittornado/Manifest +++ b/net-p2p/bittornado/Manifest @@ -1,12 +1,12 @@ -MD5 327bb7c8427766473381626f8e54721a ChangeLog 5416 -MD5 e55622238d809d99529c4b18eeafcc72 bittornado-0.3.10.ebuild 2063 -MD5 210d0d7c75e79413c685b8e3c49cf105 bittornado-0.3.12.ebuild 2061 -MD5 fab6140f73f7f4ebc0a38f1d1bcf69ec bittornado-0.3.8.ebuild 2051 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 -MD5 c7977a11c1bf8a5d7afb8772202af87d files/bittornado-wxpython-pre2.5-fix.patch 297 -MD5 5e0dbf4ae726b145dcec6fb57526e4c5 files/bttrack.conf 728 +MD5 fab6140f73f7f4ebc0a38f1d1bcf69ec bittornado-0.3.8.ebuild 2051 +MD5 3596ef0774e6cbbd53a3bf30f2392149 ChangeLog 5515 +MD5 e55622238d809d99529c4b18eeafcc72 bittornado-0.3.10.ebuild 2063 +MD5 3a2b55d249e15ec95c3a50aa6ac688c1 bittornado-0.3.12.ebuild 2059 MD5 a706406b4513eb97a4715be7a4b3cfd7 files/bttrack.rc 631 MD5 709a3dae79ddb5cfc966cce563ed15d5 files/digest-bittornado-0.3.10 69 +MD5 5e0dbf4ae726b145dcec6fb57526e4c5 files/bttrack.conf 728 +MD5 7779a7eaf51eb9f84da8a588050f53fa files/favicon.ico 1406 MD5 c3329d42b780ea4163ec94d1336d610b files/digest-bittornado-0.3.12 69 MD5 68ff80aa60200feb7a3c22a3ad17bbea files/digest-bittornado-0.3.8 68 -MD5 7779a7eaf51eb9f84da8a588050f53fa files/favicon.ico 1406 +MD5 c7977a11c1bf8a5d7afb8772202af87d files/bittornado-wxpython-pre2.5-fix.patch 297 diff --git a/net-p2p/bittornado/bittornado-0.3.12.ebuild b/net-p2p/bittornado/bittornado-0.3.12.ebuild index 719a8acec827..d5fc407c0eeb 100644 --- a/net-p2p/bittornado/bittornado-0.3.12.ebuild +++ b/net-p2p/bittornado/bittornado-0.3.12.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/net-p2p/bittornado/bittornado-0.3.12.ebuild,v 1.3 2005/06/06 12:00:56 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittornado/bittornado-0.3.12.ebuild,v 1.4 2005/06/17 20:36:13 hansmi Exp $ inherit distutils eutils @@ -13,7 +13,7 @@ SRC_URI="http://bittornado.com/download/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" IUSE="X" RDEPEND="X? ( >=dev-python/wxpython-2.4 ) |