diff options
author | 2005-11-25 21:41:02 +0000 | |
---|---|---|
committer | 2005-11-25 21:41:02 +0000 | |
commit | 5fd7c2bb0f8720086bd645492a17c74013c91317 (patch) | |
tree | 62b3b86d735d2519fc91039cded05058bed7e719 /net-p2p | |
parent | Added ~ppc64 keyword (diff) | |
download | historical-5fd7c2bb0f8720086bd645492a17c74013c91317.tar.gz historical-5fd7c2bb0f8720086bd645492a17c74013c91317.tar.bz2 historical-5fd7c2bb0f8720086bd645492a17c74013c91317.zip |
Added ~ppc64 keyword
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/Manifest | 22 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.4.0.ebuild | 4 |
3 files changed, 12 insertions, 19 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index aa8ce821e130..d2408e22c623 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.24 2005/11/25 02:00:08 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.25 2005/11/25 21:41:02 corsair Exp $ + + 25 Nov 2005; Markus Rothe <corsair@gentoo.org> rtorrent-0.4.0.ebuild: + Added ~ppc64 keyword 25 Nov 2005; Mark Loeser <halcy0n@gentoo.org> rtorrent-0.3.6.ebuild: Stable on x86; bug #112928 diff --git a/net-p2p/rtorrent/Manifest b/net-p2p/rtorrent/Manifest index 0fefce368f4a..a1a3360eaab8 100644 --- a/net-p2p/rtorrent/Manifest +++ b/net-p2p/rtorrent/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 e9c847845ceeef10cfdebd24ac1fef89 ChangeLog 4011 -MD5 224ce847e3dadbc09533fa0de3d53564 files/digest-rtorrent-0.3.0 66 -MD5 bbb25789b80690a06bae3aeb2f18b16f files/digest-rtorrent-0.3.6 66 -MD5 68495c48ac3f70023ce4894e94c112ff files/digest-rtorrent-0.4.0 66 +MD5 ea1306e409f1df27d957fcf5e1745c87 ChangeLog 4107 MD5 dc4336d6e768b550ef6da8f6c965d234 metadata.xml 374 -MD5 20a482073194c199f5f03c6b7cdc6323 rtorrent-0.3.0.ebuild 1101 MD5 74347323b69e29ee8f3ffaadc7758969 rtorrent-0.3.6.ebuild 1106 -MD5 fa573dfc1f95ca81e24a879dd3ce129b rtorrent-0.4.0.ebuild 1110 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDhnA4CRZPokWLroQRAmWTAKDNz6uTjWRSOMfjqx8JtCEEAzeofgCgi9db -xRMQpNBvK1HqFn7N00E7/iI= -=CcLi ------END PGP SIGNATURE----- +MD5 1b9545166b163b35b5e2fc57d6478bf8 rtorrent-0.4.0.ebuild 1115 +MD5 20a482073194c199f5f03c6b7cdc6323 rtorrent-0.3.0.ebuild 1101 +MD5 bbb25789b80690a06bae3aeb2f18b16f files/digest-rtorrent-0.3.6 66 +MD5 68495c48ac3f70023ce4894e94c112ff files/digest-rtorrent-0.4.0 66 +MD5 224ce847e3dadbc09533fa0de3d53564 files/digest-rtorrent-0.3.0 66 diff --git a/net-p2p/rtorrent/rtorrent-0.4.0.ebuild b/net-p2p/rtorrent/rtorrent-0.4.0.ebuild index e1ab2ef966a6..3c8f4b300139 100644 --- a/net-p2p/rtorrent/rtorrent-0.4.0.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.4.0.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/rtorrent/rtorrent-0.4.0.ebuild,v 1.1 2005/11/21 21:32:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.4.0.ebuild,v 1.2 2005/11/25 21:41:02 corsair Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug" DEPEND=">=net-libs/libtorrent-0.8.0 |