diff options
author | 2005-12-26 03:56:33 +0000 | |
---|---|---|
committer | 2005-12-26 03:56:33 +0000 | |
commit | c054834984a0b19bb77ed38ace9d381e0593f6e5 (patch) | |
tree | fedf7da146eb132ad8b0b0f246619713cec35944 /net-libs | |
parent | Stable on SPARC. (diff) | |
download | historical-c054834984a0b19bb77ed38ace9d381e0593f6e5.tar.gz historical-c054834984a0b19bb77ed38ace9d381e0593f6e5.tar.bz2 historical-c054834984a0b19bb77ed38ace9d381e0593f6e5.zip |
Added ~sparc keyword wrt bug #116604.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/Manifest | 14 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.8.1.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 200032e448a7..bdfc9a7b4d1c 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.37 2005/12/20 23:20:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.38 2005/12/26 03:56:33 weeve Exp $ + + 26 Dec 2005; Jason Wever <weeve@gentoo.org> libtorrent-0.8.1.ebuild: + Added ~sparc keyword wrt bug #116604. *libtorrent-0.8.1 (20 Dec 2005) diff --git a/net-libs/libtorrent/Manifest b/net-libs/libtorrent/Manifest index 95d1aa4c2811..014a6be6e9d1 100644 --- a/net-libs/libtorrent/Manifest +++ b/net-libs/libtorrent/Manifest @@ -1,19 +1,9 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 019075f08e1d521775df236f683ab52e ChangeLog 6482 +MD5 ba137721af78c22cd51110fc95d2258e ChangeLog 6590 MD5 07f4fde34f29b1823ba3ece4ddfcb022 files/digest-libtorrent-0.7.6 68 MD5 8ad855ece3b0f111304a144e49174930 files/digest-libtorrent-0.8.0 68 MD5 79de4e36bbb6533aea56538826c1f27e files/digest-libtorrent-0.8.1 68 MD5 48ab5c77f02a4e38d9886e85d77aade2 files/libtorrent-0.8.0-inttypes.patch 322 MD5 ae059f1aaf57ca3031303e2d9bff3446 libtorrent-0.7.6.ebuild 927 MD5 e1b9b5f3a2aa0e842f5825b9cb1aac76 libtorrent-0.8.0.ebuild 1012 -MD5 233263e5f217c1ad7b18851cc5724f08 libtorrent-0.8.1.ebuild 931 +MD5 6441874387596350f3614c43e69bf600 libtorrent-0.8.1.ebuild 934 MD5 b59f615ff4e1c464f88d1667a66f6b5d metadata.xml 224 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDqJHHAiZjviIA2XgRAoGQAKDUCPAW2cDhi9SigAdx/LogJsPXUACePgfj -eCTa3LGh4o4uI3QfN9+UePg= -=/+Q3 ------END PGP SIGNATURE----- diff --git a/net-libs/libtorrent/libtorrent-0.8.1.ebuild b/net-libs/libtorrent/libtorrent-0.8.1.ebuild index 8ba27c8af127..6f6aa47455de 100644 --- a/net-libs/libtorrent/libtorrent-0.8.1.ebuild +++ b/net-libs/libtorrent/libtorrent-0.8.1.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.8.1.ebuild,v 1.1 2005/12/20 23:20:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.1.ebuild,v 1.2 2005/12/26 03:56:33 weeve 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 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug" |