diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-10-13 07:15:57 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-10-13 07:15:57 +0000 |
commit | 813b1b53cb132fbfd0dcb8533adfdd3cd7327122 (patch) | |
tree | f0a50071229fa3616f1ada2048d9dafe25f8367b /net-libs/libtorrent | |
parent | updated grass dep for latest grass (diff) | |
download | historical-813b1b53cb132fbfd0dcb8533adfdd3cd7327122.tar.gz historical-813b1b53cb132fbfd0dcb8533adfdd3cd7327122.tar.bz2 historical-813b1b53cb132fbfd0dcb8533adfdd3cd7327122.zip |
Stable on x86
Package-Manager: portage-2.0.53_rc4
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/Manifest | 14 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index fc6ba51cdd1d..523204e52f46 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.27 2005/10/11 00:28:12 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.28 2005/10/13 07:15:57 halcy0n Exp $ + + 13 Oct 2005; Mark Loeser <halcy0n@gentoo.org> libtorrent-0.7.0-r1.ebuild: + Stable on x86 11 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> -libtorrent-0.7.2.ebuild, -libtorrent-0.7.3.ebuild, diff --git a/net-libs/libtorrent/Manifest b/net-libs/libtorrent/Manifest index 3e707c529939..19ac7a4ff035 100644 --- a/net-libs/libtorrent/Manifest +++ b/net-libs/libtorrent/Manifest @@ -1,7 +1,17 @@ -MD5 c3f9c54548d64d59ff7836609f5a8b09 ChangeLog 5218 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 70e938a215be55a13b1afaa72960ac19 ChangeLog 5309 MD5 b6bdcc98c0629e31fa94fb37e01a3926 files/digest-libtorrent-0.7.0-r1 68 MD5 d5e9b58e9390b20b9924082c6a222226 files/digest-libtorrent-0.7.5 68 MD5 78f5b0b99807bf88fcc027062fd2572d files/libtorrent-0.7.0-1.diff 579 -MD5 364b9ffd6b00f914c6e3d0cd600e2424 libtorrent-0.7.0-r1.ebuild 1167 +MD5 9f1b0c2bcf00b11553b515da4b71dae9 libtorrent-0.7.0-r1.ebuild 1164 MD5 4f5ad41af1bf947a26791fa188557a15 libtorrent-0.7.5.ebuild 924 MD5 b59f615ff4e1c464f88d1667a66f6b5d metadata.xml 224 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDTgnECRZPokWLroQRAv3PAKC7MG4bep7yJDO37kF7K1+HrEkkKwCgwlOv +izwf4r9J8yvXGbrwYI6oyVk= +=Exur +-----END PGP SIGNATURE----- diff --git a/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild b/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild index 3892e97bdc7c..e93342115b2d 100644 --- a/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild +++ b/net-libs/libtorrent/libtorrent-0.7.0-r1.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-libs/libtorrent/libtorrent-0.7.0-r1.ebuild,v 1.4 2005/09/02 20:55:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.7.0-r1.ebuild,v 1.5 2005/10/13 07:15:57 halcy0n Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -9,7 +9,7 @@ HOMEPAGE="http://libtorrent.rakshasa.no/" SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" IUSE="debug" |