diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-11-25 02:00:08 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-11-25 02:00:08 +0000 |
commit | 0fda36425fe1272742024498c3e2f3d53068cf50 (patch) | |
tree | 9d4cfd09da9c1b7f8faa961c4eed6177a9858a24 /net-p2p | |
parent | Stable on amd64, bug 112842. (diff) | |
download | gentoo-2-0fda36425fe1272742024498c3e2f3d53068cf50.tar.gz gentoo-2-0fda36425fe1272742024498c3e2f3d53068cf50.tar.bz2 gentoo-2-0fda36425fe1272742024498c3e2f3d53068cf50.zip |
Stable on x86; bug #112928
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/Manifest | 12 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.3.6.ebuild | 4 |
3 files changed, 7 insertions, 14 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 08163335582b..aa8ce821e130 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.23 2005/11/21 21:32:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.24 2005/11/25 02:00:08 halcy0n Exp $ + + 25 Nov 2005; Mark Loeser <halcy0n@gentoo.org> rtorrent-0.3.6.ebuild: + Stable on x86; bug #112928 *rtorrent-0.4.0 (21 Nov 2005) diff --git a/net-p2p/rtorrent/Manifest b/net-p2p/rtorrent/Manifest index 837833560d2f..7077ce4d9ddc 100644 --- a/net-p2p/rtorrent/Manifest +++ b/net-p2p/rtorrent/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 e084af0984e25c0b0cb7ebbb12610306 ChangeLog 3912 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 dc4336d6e768b550ef6da8f6c965d234 metadata.xml 374 MD5 20a482073194c199f5f03c6b7cdc6323 rtorrent-0.3.0.ebuild 1101 -MD5 466bd8550bfde557ff42dc8b3c7974e5 rtorrent-0.3.6.ebuild 1104 +MD5 43a2fa5ac707488164ae389df5d14150 rtorrent-0.3.6.ebuild 1103 MD5 fa573dfc1f95ca81e24a879dd3ce129b rtorrent-0.4.0.ebuild 1110 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDgj0pAiZjviIA2XgRAk2xAJwPPQmU52LjNTKbuKRn/SDrgxnD5gCgmOyt -+6rK4EamoX+LIV1rXtH4eZ0= -=XdQA ------END PGP SIGNATURE----- diff --git a/net-p2p/rtorrent/rtorrent-0.3.6.ebuild b/net-p2p/rtorrent/rtorrent-0.3.6.ebuild index 3cfe19562123..57a9519a3d01 100644 --- a/net-p2p/rtorrent/rtorrent-0.3.6.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.3.6.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.3.6.ebuild,v 1.2 2005/11/19 21:14:19 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.3.6.ebuild,v 1.3 2005/11/25 02:00:08 halcy0n 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 x86" IUSE="debug" DEPEND=">=net-libs/libtorrent-0.7.4 |