diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-30 20:04:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-30 20:04:32 +0000 |
commit | 76f2af4decde3507eac87c8c7a26298523a0f52a (patch) | |
tree | 1129729eacc263b272ea0a7645ed17b430b70525 /net-p2p | |
parent | Updated to latest upstream version. Removed -warns patch as it's applied upst... (diff) | |
download | historical-76f2af4decde3507eac87c8c7a26298523a0f52a.tar.gz historical-76f2af4decde3507eac87c8c7a26298523a0f52a.tar.bz2 historical-76f2af4decde3507eac87c8c7a26298523a0f52a.zip |
Update to latest upstream version. Close #94532.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/rtorrent/Manifest | 10 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/digest-rtorrent-0.2.3 | 1 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/rtorrent-0.2.3-fix.patch | 24 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.2.3.ebuild | 40 |
5 files changed, 82 insertions, 1 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index cee69a01d77f..0377624cfb91 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2005/05/26 19:53:37 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.3 2005/05/30 20:04:32 flameeyes Exp $ + +*rtorrent-0.2.3 (30 May 2005) + + 30 May 2005; Diego Pettenò <flameeyes@gentoo.org> + +files/rtorrent-0.2.3-fix.patch, +rtorrent-0.2.3.ebuild: + Update to latest upstream version. Close #94532. 26 May 2005; Sven Wegener <swegener@gentoo.org> metadata.xml: 'no-herd' instead of empty herd tag diff --git a/net-p2p/rtorrent/Manifest b/net-p2p/rtorrent/Manifest index 620b4dcb5460..4ab5e486fb71 100644 --- a/net-p2p/rtorrent/Manifest +++ b/net-p2p/rtorrent/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 e2a9fc4d81f76eaad93c309aef1ef9e3 ChangeLog 724 MD5 dc4336d6e768b550ef6da8f6c965d234 metadata.xml 374 MD5 66412490eca4e94e378b9ce96fbc83b6 rtorrent-0.2.2.ebuild 803 @@ -5,3 +8,10 @@ MD5 3e977d16337bb4771b374c1a598ae185 rtorrent-0.2.3.ebuild 879 MD5 a7fbf9f684955a67ccd3c2218c4c26f1 files/digest-rtorrent-0.2.2 66 MD5 d70cef26cab83ad7a36ef78c77b69123 files/digest-rtorrent-0.2.3 66 MD5 070b0554790fa378ce49cbf22f43e7fb files/rtorrent-0.2.3-fix.patch 731 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCm3Dlj5H05b2HAEkRAoWDAJwKJ4I8n6rpY/qyReEbz/Gr9BIKCwCfTZ12 +7Meyetfi9wQWXcnmV3nM2gs= +=n9Ti +-----END PGP SIGNATURE----- diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.2.3 b/net-p2p/rtorrent/files/digest-rtorrent-0.2.3 new file mode 100644 index 000000000000..b7d95b68c58c --- /dev/null +++ b/net-p2p/rtorrent/files/digest-rtorrent-0.2.3 @@ -0,0 +1 @@ +MD5 9f1cd095cdfde8cbed99a6ec39ce0fcd rtorrent-0.2.3.tar.gz 176969 diff --git a/net-p2p/rtorrent/files/rtorrent-0.2.3-fix.patch b/net-p2p/rtorrent/files/rtorrent-0.2.3-fix.patch new file mode 100644 index 000000000000..970ba258af1e --- /dev/null +++ b/net-p2p/rtorrent/files/rtorrent-0.2.3-fix.patch @@ -0,0 +1,24 @@ +diff -ur rtorrent-0.2.3/src/core/curl_get.h rtorrent-0.2.3-fix/src/core/curl_get.h +--- rtorrent-0.2.3/src/core/curl_get.h 2005-05-30 21:21:16.000000000 +0200 ++++ rtorrent-0.2.3-fix/src/core/curl_get.h 2005-05-30 21:51:24.813822752 +0200 +@@ -33,6 +33,8 @@ + + namespace core { + ++class CurlStack; ++ + class CurlGet : public torrent::Http { + public: + friend class CurlStack; +diff -ur rtorrent-0.2.3/src/core/curl_stack.h rtorrent-0.2.3-fix/src/core/curl_stack.h +--- rtorrent-0.2.3/src/core/curl_stack.h 2005-05-30 21:21:16.000000000 +0200 ++++ rtorrent-0.2.3-fix/src/core/curl_stack.h 2005-05-30 21:51:37.805847664 +0200 +@@ -27,6 +27,8 @@ + + namespace core { + ++class CurlGet; ++ + class CurlStack { + public: + friend class CurlGet; diff --git a/net-p2p/rtorrent/rtorrent-0.2.3.ebuild b/net-p2p/rtorrent/rtorrent-0.2.3.ebuild new file mode 100644 index 000000000000..a99a65187cc7 --- /dev/null +++ b/net-p2p/rtorrent/rtorrent-0.2.3.ebuild @@ -0,0 +1,40 @@ +# 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.2.3.ebuild,v 1.1 2005/05/30 20:04:32 flameeyes Exp $ + +inherit eutils + +DESCRIPTION="BitTorrent Client using libtorrent" +HOMEPAGE="http://libtorrent.rakshasa.no/" +SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="debug" + +DEPEND=">=net-libs/libtorrent-0.6.3 + >=dev-libs/libsigc++-2.0 + >=net-misc/curl-7.12 + sys-libs/ncurses" + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${P}-fix.patch +} + +src_compile() { + econf \ + $(use_enable debug) \ + --disable-dependency-tracking \ + || die "econf failed" + + emake || die "emake failed" +} + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc AUTHORS README TODO +} |