summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-09 23:00:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-09 23:00:00 +0000
commit87b9eef5d184df0cd90dc01ab32d7fb4ebc2bea2 (patch)
treebef3ff304fceea49e88b75877cf39b18a5a81fb9 /net-p2p
parentBump to last version. (diff)
downloadhistorical-87b9eef5d184df0cd90dc01ab32d7fb4ebc2bea2.tar.gz
historical-87b9eef5d184df0cd90dc01ab32d7fb4ebc2bea2.tar.bz2
historical-87b9eef5d184df0cd90dc01ab32d7fb4ebc2bea2.zip
Bump to last version.
Package-Manager: portage-2529-svn
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rtorrent/ChangeLog9
-rw-r--r--net-p2p/rtorrent/Manifest14
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.4.21
-rw-r--r--net-p2p/rtorrent/rtorrent-0.4.2.ebuild40
4 files changed, 61 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
index 1dcad21c6030..aade8dc0ce9f 100644
--- a/net-p2p/rtorrent/ChangeLog
+++ b/net-p2p/rtorrent/ChangeLog
@@ -1,6 +1,11 @@
# 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.28 2005/12/26 03:57:18 weeve Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.29 2006/01/09 23:00:00 flameeyes Exp $
+
+*rtorrent-0.4.2 (09 Jan 2006)
+
+ 09 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> +rtorrent-0.4.2.ebuild:
+ Bump to last version.
26 Dec 2005; Jason Wever <weeve@gentoo.org> rtorrent-0.4.1.ebuild:
Added ~sparc keyword wrt bug #116604.
diff --git a/net-p2p/rtorrent/Manifest b/net-p2p/rtorrent/Manifest
index f58380b05af0..ec6c23571e00 100644
--- a/net-p2p/rtorrent/Manifest
+++ b/net-p2p/rtorrent/Manifest
@@ -1,8 +1,20 @@
-MD5 906bcf3660af82463584e8a542a09ba9 ChangeLog 4450
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 74520046584d6c54e1778712385a3cc0 ChangeLog 4587
MD5 bbb25789b80690a06bae3aeb2f18b16f files/digest-rtorrent-0.3.6 66
MD5 68495c48ac3f70023ce4894e94c112ff files/digest-rtorrent-0.4.0 66
MD5 a66428f7c22e95e3ae63cbaad1c76046 files/digest-rtorrent-0.4.1 66
+MD5 8b47ccc42320cb8f37819407d360c5be files/digest-rtorrent-0.4.2 66
MD5 dc4336d6e768b550ef6da8f6c965d234 metadata.xml 374
MD5 74347323b69e29ee8f3ffaadc7758969 rtorrent-0.3.6.ebuild 1106
MD5 1b9545166b163b35b5e2fc57d6478bf8 rtorrent-0.4.0.ebuild 1115
MD5 e080dbf8313d726e1ac6b44c1cede618 rtorrent-0.4.1.ebuild 1120
+MD5 f45fdc23dfed78356a54de0cbf830d7f rtorrent-0.4.2.ebuild 1124
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDwur3AiZjviIA2XgRAjcsAKDUljmfCSpCKgH26JLiXyxB6sXhvACfdoMb
+V/cXPq5muOuvfjEAVCNnW2Q=
+=lDLU
+-----END PGP SIGNATURE-----
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.4.2 b/net-p2p/rtorrent/files/digest-rtorrent-0.4.2
new file mode 100644
index 000000000000..b52092d41042
--- /dev/null
+++ b/net-p2p/rtorrent/files/digest-rtorrent-0.4.2
@@ -0,0 +1 @@
+MD5 2e6cc9fe0008da3ff4e3462e59386064 rtorrent-0.4.2.tar.gz 231341
diff --git a/net-p2p/rtorrent/rtorrent-0.4.2.ebuild b/net-p2p/rtorrent/rtorrent-0.4.2.ebuild
new file mode 100644
index 000000000000..9820608f8ced
--- /dev/null
+++ b/net-p2p/rtorrent/rtorrent-0.4.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.4.2.ebuild,v 1.1 2006/01/09 23:00:00 flameeyes Exp $
+
+inherit eutils toolchain-funcs flag-o-matic
+
+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="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+DEPEND=">=net-libs/libtorrent-0.8.0
+ >=dev-libs/libsigc++-2.0
+ >=net-misc/curl-7.12
+ sys-libs/ncurses"
+
+src_compile() {
+ [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer
+ econf \
+ $(use_enable debug) \
+ --disable-dependency-tracking \
+ || die "econf failed"
+
+ emake || die "emake failed"
+}
+
+pkg_postinst() {
+ einfo "rtorrent now supports a configuration file."
+ einfo "A sample configuration file for rtorrent is can be found"
+ einfo "in ${ROOT}usr/share/doc/${PF}/rtorrent.rc.gz."
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS README TODO doc/rtorrent.rc
+}