diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-18 20:44:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-10-18 20:44:33 +0000 |
commit | 349d49c93893682fd1b14f9cfd29a0a8a711db1f (patch) | |
tree | 838fa8fe635454cd58833150ade4bb26ea868527 /net-p2p/rtorrent | |
parent | remove old rc (diff) | |
download | gentoo-2-349d49c93893682fd1b14f9cfd29a0a8a711db1f.tar.gz gentoo-2-349d49c93893682fd1b14f9cfd29a0a8a711db1f.tar.bz2 gentoo-2-349d49c93893682fd1b14f9cfd29a0a8a711db1f.zip |
Bumped following upstream.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/rtorrent/Manifest | 12 | ||||
-rw-r--r-- | net-p2p/rtorrent/files/digest-rtorrent-0.3.6 | 1 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.3.6.ebuild | 40 |
4 files changed, 49 insertions, 11 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 42ba39292713..517bdecfda4d 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.19 2005/10/13 07:17:02 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.20 2005/10/18 20:44:33 flameeyes Exp $ + +*rtorrent-0.3.6 (18 Oct 2005) + + 18 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> +rtorrent-0.3.6.ebuild: + Bumped following upstream. 13 Oct 2005; Mark Loeser <halcy0n@gentoo.org> rtorrent-0.3.0.ebuild: Stable on x86 diff --git a/net-p2p/rtorrent/Manifest b/net-p2p/rtorrent/Manifest index f5f6edb42e39..6f7b6574775b 100644 --- a/net-p2p/rtorrent/Manifest +++ b/net-p2p/rtorrent/Manifest @@ -1,16 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 fdc3a23ec28524e4478e5b1a0ee05e3c ChangeLog 3454 MD5 224ce847e3dadbc09533fa0de3d53564 files/digest-rtorrent-0.3.0 66 MD5 f85c4c3a50407a22701ca3e97344a6b1 files/digest-rtorrent-0.3.5 66 +MD5 bbb25789b80690a06bae3aeb2f18b16f files/digest-rtorrent-0.3.6 66 MD5 dc4336d6e768b550ef6da8f6c965d234 metadata.xml 374 MD5 20a482073194c199f5f03c6b7cdc6323 rtorrent-0.3.0.ebuild 1101 MD5 dedeedfc04d07680f66fb21aca8f2484 rtorrent-0.3.5.ebuild 1110 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDTgoCCRZPokWLroQRArQJAKDP/bDigJnI7uY4PeZgS4TCyZGfggCg1Mus -gFE5++o0s8me2z4evg337Fo= -=79BS ------END PGP SIGNATURE----- +MD5 dedeedfc04d07680f66fb21aca8f2484 rtorrent-0.3.6.ebuild 1110 diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.3.6 b/net-p2p/rtorrent/files/digest-rtorrent-0.3.6 new file mode 100644 index 000000000000..64f6535ffb6a --- /dev/null +++ b/net-p2p/rtorrent/files/digest-rtorrent-0.3.6 @@ -0,0 +1 @@ +MD5 673372e34c46aab2e03bd7e5a6e22a5a rtorrent-0.3.6.tar.gz 223419 diff --git a/net-p2p/rtorrent/rtorrent-0.3.6.ebuild b/net-p2p/rtorrent/rtorrent-0.3.6.ebuild new file mode 100644 index 000000000000..4b789dfeb6d1 --- /dev/null +++ b/net-p2p/rtorrent/rtorrent-0.3.6.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.3.6.ebuild,v 1.1 2005/10/18 20:44:33 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 ~x86" +IUSE="debug" + +DEPEND=">=net-libs/libtorrent-0.7.4 + >=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 +} |