diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2005-11-19 21:13:22 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2005-11-19 21:13:22 +0000 |
commit | ad1c95fb9c32f0d91a9bcc02cd9401da579c10d3 (patch) | |
tree | f0b76f25e82a4d7abffe8cf5be3860a6ec369a2c /net-libs | |
parent | Added ~ppc64 keyword; bug #102649 (diff) | |
download | historical-ad1c95fb9c32f0d91a9bcc02cd9401da579c10d3.tar.gz historical-ad1c95fb9c32f0d91a9bcc02cd9401da579c10d3.tar.bz2 historical-ad1c95fb9c32f0d91a9bcc02cd9401da579c10d3.zip |
Marked stable on amd64
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/Manifest | 10 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.7.6.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 09b5a1216166..a4a541d9b12a 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.30 2005/11/05 15:04:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.31 2005/11/19 21:13:22 dang Exp $ + + 19 Nov 2005; <dang@gentoo.org> libtorrent-0.7.6.ebuild: + Marked stable on amd64 05 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> -libtorrent-0.7.5.ebuild: diff --git a/net-libs/libtorrent/Manifest b/net-libs/libtorrent/Manifest index d34c2266e88f..89ccfa1b3e84 100644 --- a/net-libs/libtorrent/Manifest +++ b/net-libs/libtorrent/Manifest @@ -1,17 +1,17 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 bdb351bc3e376c07d19fef84462a0a76 ChangeLog 5559 +MD5 71f8809ac1659bb15878dd0e1bdef78e ChangeLog 5638 MD5 b6bdcc98c0629e31fa94fb37e01a3926 files/digest-libtorrent-0.7.0-r1 68 MD5 07f4fde34f29b1823ba3ece4ddfcb022 files/digest-libtorrent-0.7.6 68 MD5 78f5b0b99807bf88fcc027062fd2572d files/libtorrent-0.7.0-1.diff 579 MD5 9f1b0c2bcf00b11553b515da4b71dae9 libtorrent-0.7.0-r1.ebuild 1164 -MD5 226d31729310045ee8e13fc5ab39833e libtorrent-0.7.6.ebuild 924 +MD5 0a16b0c01dae6c5b1cc6a5cb7f18759e libtorrent-0.7.6.ebuild 918 MD5 b59f615ff4e1c464f88d1667a66f6b5d metadata.xml 224 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDbMofj5H05b2HAEkRAjDwAJ47ZIsobyoWUT6cnSA4DuJjNhwqZgCbBEIp -5AsgWfMqIr+DDz4xfSx7doE= -=Prbt +iD8DBQFDf5V2omPajV0RnrERAnwWAJ0SQHNnRY0GTeGDX1MAv8NAGagTnQCfXaqj +/rzI7NsUe/OjFMyudIYSDAI= +=iS9d -----END PGP SIGNATURE----- diff --git a/net-libs/libtorrent/libtorrent-0.7.6.ebuild b/net-libs/libtorrent/libtorrent-0.7.6.ebuild index 7289af9b2c0c..8c0239e3fab1 100644 --- a/net-libs/libtorrent/libtorrent-0.7.6.ebuild +++ b/net-libs/libtorrent/libtorrent-0.7.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-libs/libtorrent/libtorrent-0.7.6.ebuild,v 1.1 2005/10/18 20:43:07 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.7.6.ebuild,v 1.2 2005/11/19 21:13:22 dang 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" |