summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-11-25 02:00:08 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-11-25 02:00:08 +0000
commit0fda36425fe1272742024498c3e2f3d53068cf50 (patch)
tree9d4cfd09da9c1b7f8faa961c4eed6177a9858a24
parentStable on amd64, bug 112842. (diff)
downloadgentoo-2-0fda36425fe1272742024498c3e2f3d53068cf50.tar.gz
gentoo-2-0fda36425fe1272742024498c3e2f3d53068cf50.tar.bz2
gentoo-2-0fda36425fe1272742024498c3e2f3d53068cf50.zip
Stable on x86; bug #112928
(Portage version: 2.0.53_rc7)
-rw-r--r--net-libs/libtorrent/ChangeLog5
-rw-r--r--net-libs/libtorrent/Manifest12
-rw-r--r--net-libs/libtorrent/libtorrent-0.7.6.ebuild4
-rw-r--r--net-p2p/rtorrent/ChangeLog5
-rw-r--r--net-p2p/rtorrent/Manifest12
-rw-r--r--net-p2p/rtorrent/rtorrent-0.3.6.ebuild4
6 files changed, 14 insertions, 28 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog
index 84758b4da2fa..e4aab9a9120d 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.33 2005/11/22 20:11:46 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.34 2005/11/25 01:59:22 halcy0n Exp $
+
+ 25 Nov 2005; Mark Loeser <halcy0n@gentoo.org> libtorrent-0.7.6.ebuild:
+ Stable on x86; bug #112928
22 Nov 2005; Diego Pettenò <flameeyes@gentoo.org>
+files/libtorrent-0.8.0-inttypes.patch, libtorrent-0.8.0.ebuild:
diff --git a/net-libs/libtorrent/Manifest b/net-libs/libtorrent/Manifest
index 181dff421b57..1d9cea616076 100644
--- a/net-libs/libtorrent/Manifest
+++ b/net-libs/libtorrent/Manifest
@@ -1,6 +1,3 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 704e4e39f30aa096a9b6fa5be39f6410 ChangeLog 5974
MD5 b6bdcc98c0629e31fa94fb37e01a3926 files/digest-libtorrent-0.7.0-r1 68
MD5 07f4fde34f29b1823ba3ece4ddfcb022 files/digest-libtorrent-0.7.6 68
@@ -8,13 +5,6 @@ MD5 8ad855ece3b0f111304a144e49174930 files/digest-libtorrent-0.8.0 68
MD5 78f5b0b99807bf88fcc027062fd2572d files/libtorrent-0.7.0-1.diff 579
MD5 48ab5c77f02a4e38d9886e85d77aade2 files/libtorrent-0.8.0-inttypes.patch 322
MD5 9f1b0c2bcf00b11553b515da4b71dae9 libtorrent-0.7.0-r1.ebuild 1164
-MD5 0a16b0c01dae6c5b1cc6a5cb7f18759e libtorrent-0.7.6.ebuild 918
+MD5 0b67a721103fad7f7897d336b336bbd4 libtorrent-0.7.6.ebuild 917
MD5 313db0500d8f506b3eee91948373ab2b libtorrent-0.8.0.ebuild 1007
MD5 b59f615ff4e1c464f88d1667a66f6b5d metadata.xml 224
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDg3u6AiZjviIA2XgRAgXpAKCFOP7BKI4ug7/K0T0R2sh/mzGRFACeOghH
-btj/czXOM86kfE/tka48Lqs=
-=ETSG
------END PGP SIGNATURE-----
diff --git a/net-libs/libtorrent/libtorrent-0.7.6.ebuild b/net-libs/libtorrent/libtorrent-0.7.6.ebuild
index 8c0239e3fab1..356fb71790f4 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.2 2005/11/19 21:13:22 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.7.6.ebuild,v 1.3 2005/11/25 01:59:22 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"
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