summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-30 20:04:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-05-30 20:04:32 +0000
commitdb46abff205e3cd92e96117557904bda705becb0 (patch)
treefe2d11102256dacba58ddd35fb799feff4ab8f8f /net-p2p/rtorrent
parentUpdated to latest upstream version. Removed -warns patch as it's applied upst... (diff)
downloadgentoo-2-db46abff205e3cd92e96117557904bda705becb0.tar.gz
gentoo-2-db46abff205e3cd92e96117557904bda705becb0.tar.bz2
gentoo-2-db46abff205e3cd92e96117557904bda705becb0.zip
Update to latest upstream version. Close #94532.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/ChangeLog8
-rw-r--r--net-p2p/rtorrent/Manifest14
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.2.31
-rw-r--r--net-p2p/rtorrent/files/rtorrent-0.2.3-fix.patch24
-rw-r--r--net-p2p/rtorrent/rtorrent-0.2.3.ebuild40
5 files changed, 75 insertions, 12 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 dd7114ea4acc..d898b0789346 100644
--- a/net-p2p/rtorrent/Manifest
+++ b/net-p2p/rtorrent/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 66412490eca4e94e378b9ce96fbc83b6 rtorrent-0.2.2.ebuild 803
MD5 9d2b4d1d6ee4893bba8128d2823fec4c ChangeLog 528
MD5 dc4336d6e768b550ef6da8f6c965d234 metadata.xml 374
+MD5 66412490eca4e94e378b9ce96fbc83b6 rtorrent-0.2.2.ebuild 803
+MD5 a45af8028948157a07183110a3803cee rtorrent-0.2.3.ebuild 803
MD5 a7fbf9f684955a67ccd3c2218c4c26f1 files/digest-rtorrent-0.2.2 66
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFClilcI1lqEGTUzyQRArDoAJ46IkPF7jm6hhUPQFaojhm9JKOzxQCgnIVh
-OHCEkD6/zLXEvyFbgQibMOI=
-=JrRP
------END PGP SIGNATURE-----
+MD5 d70cef26cab83ad7a36ef78c77b69123 files/digest-rtorrent-0.2.3 66
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
+}