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 | 4689178b74d5488ee6278bc84d3a73146a9def0d (patch) | |
tree | 8d0a8107c2dbe42b031b92dfcf593b7a3b1abe95 /net-p2p | |
parent | Stable on x86; bug #112928 (diff) | |
download | historical-4689178b74d5488ee6278bc84d3a73146a9def0d.tar.gz historical-4689178b74d5488ee6278bc84d3a73146a9def0d.tar.bz2 historical-4689178b74d5488ee6278bc84d3a73146a9def0d.zip |
Stable on x86; bug #112928
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/Manifest | 10 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.3.6.ebuild | 4 |
3 files changed, 11 insertions, 8 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..0fefce368f4a 100644 --- a/net-p2p/rtorrent/Manifest +++ b/net-p2p/rtorrent/Manifest @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 e084af0984e25c0b0cb7ebbb12610306 ChangeLog 3912 +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 dc4336d6e768b550ef6da8f6c965d234 metadata.xml 374 MD5 20a482073194c199f5f03c6b7cdc6323 rtorrent-0.3.0.ebuild 1101 -MD5 466bd8550bfde557ff42dc8b3c7974e5 rtorrent-0.3.6.ebuild 1104 +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) -iD8DBQFDgj0pAiZjviIA2XgRAk2xAJwPPQmU52LjNTKbuKRn/SDrgxnD5gCgmOyt -+6rK4EamoX+LIV1rXtH4eZ0= -=XdQA +iD8DBQFDhnA4CRZPokWLroQRAmWTAKDNz6uTjWRSOMfjqx8JtCEEAzeofgCgi9db +xRMQpNBvK1HqFn7N00E7/iI= +=CcLi -----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 |