diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-18 19:13:34 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-18 19:13:34 +0000 |
commit | c6ab88114f7a735f4fadf794b42fa8b466989b50 (patch) | |
tree | 288ca3436b2d2c8d696fa1e793b9046dbf730792 /net-libs/libtorrent | |
parent | unmask nano-1.3.4 (diff) | |
download | historical-c6ab88114f7a735f4fadf794b42fa8b466989b50.tar.gz historical-c6ab88114f7a735f4fadf794b42fa8b466989b50.tar.bz2 historical-c6ab88114f7a735f4fadf794b42fa8b466989b50.zip |
Remove patch since Rakshasa upgraded the package with its changes.
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtorrent/Manifest | 12 | ||||
-rw-r--r-- | net-libs/libtorrent/files/0.3.2-rtorrent.patch | 7 | ||||
-rw-r--r-- | net-libs/libtorrent/files/digest-libtorrent-0.3.2 | 2 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.3.2.ebuild | 3 |
5 files changed, 7 insertions, 23 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 117bea253b33..65808fed68b7 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.1 2004/08/18 18:11:16 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.2 2004/08/18 19:13:34 squinky86 Exp $ + + 18 Aug 2004; Jon Hood <squinky86@gentoo.org> -files/0.3.2-rtorrent.patch, + libtorrent-0.3.2.ebuild: + Remove patch since Rakshasa upgraded the package with its changes. *libtorrent-0.3.2 (18 Aug 2004) diff --git a/net-libs/libtorrent/Manifest b/net-libs/libtorrent/Manifest index 5328a8b4ddb7..5611ec6f32d6 100644 --- a/net-libs/libtorrent/Manifest +++ b/net-libs/libtorrent/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 edadd4149c1f4993b70661b834755749 libtorrent-0.3.2.ebuild 932 MD5 a43db37ad2757e9dc98b972d487d22d2 ChangeLog 562 MD5 8abcb326775f027b2e13f23344036e34 metadata.xml 224 -MD5 172fe995c5681517637542f5b2a2bf24 files/digest-libtorrent-0.3.2 68 +MD5 f19c94b0386a95bc542265254d9ea0ac files/digest-libtorrent-0.3.2 68 MD5 459b4193764b0275cdf318933f56240e files/libtorrent-0.3.1-client.patch 664 MD5 52ac1797d19c6c7245d735651bf93c6b files/0.3.2-rtorrent.patch 249 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.5 (GNU/Linux) - -iD8DBQFBI5wEcAgAdbxYsnERAoeQAJ4xcrdCQEqeHebeLyaLD8CFfkB1DQCggCFc -SLyLe4JzTj9NMz8q+YxpN7Q= -=9NKB ------END PGP SIGNATURE----- diff --git a/net-libs/libtorrent/files/0.3.2-rtorrent.patch b/net-libs/libtorrent/files/0.3.2-rtorrent.patch deleted file mode 100644 index 5b8f485c2043..000000000000 --- a/net-libs/libtorrent/files/0.3.2-rtorrent.patch +++ /dev/null @@ -1,7 +0,0 @@ ---- libtorrent-0.3.2/client/rtorrent.cc 2004-08-18 13:00:42.692968144 -0500 -+++ libtorrent-0.3.2/client/rtorrent.cc 2004-08-18 13:00:48.763045352 -0500 -@@ -1,3 +1,4 @@ -+#include <cerrno> - #include <iostream> - #include <fstream> - #include <signal.h> diff --git a/net-libs/libtorrent/files/digest-libtorrent-0.3.2 b/net-libs/libtorrent/files/digest-libtorrent-0.3.2 index d80bf6debcfc..38578e660958 100644 --- a/net-libs/libtorrent/files/digest-libtorrent-0.3.2 +++ b/net-libs/libtorrent/files/digest-libtorrent-0.3.2 @@ -1 +1 @@ -MD5 0019b862d4d196bebe565b8db6f41ee9 libtorrent-0.3.2.tar.gz 355731 +MD5 749d15dd4ee5417ae36f2f8219f279e7 libtorrent-0.3.2.tar.gz 355739 diff --git a/net-libs/libtorrent/libtorrent-0.3.2.ebuild b/net-libs/libtorrent/libtorrent-0.3.2.ebuild index 5fe37eeeb38f..906139729ee9 100644 --- a/net-libs/libtorrent/libtorrent-0.3.2.ebuild +++ b/net-libs/libtorrent/libtorrent-0.3.2.ebuild @@ -2,8 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # $Header $ -inherit eutils - DESCRIPTION="LibTorrent is a BitTorrent library written in C++ for *nix." HOMEPAGE="http://libtorrent.rakshasa.no/" SRC_URI="http://libtorrent.rakshasa.no/${P}.tar.gz" @@ -25,7 +23,6 @@ src_unpack() { unpack ${A} cd ${S} use ncurses && cp client/Makefile2 client/Makefile - use ncurses && epatch ${FILESDIR}/0.3.2-rtorrent.patch } src_compile() { |