summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-11-29 21:07:40 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-11-29 21:07:40 +0000
commit1f595c701f5f1be0b6e17f8a314a9f65772e2413 (patch)
treea8eb64c0c89e5eb4c536cf4e9c69183f6a9f943c /net-p2p/rtorrent
parentAdded apache2 to defaults for 2006.0 (diff)
downloadhistorical-1f595c701f5f1be0b6e17f8a314a9f65772e2413.tar.gz
historical-1f595c701f5f1be0b6e17f8a314a9f65772e2413.tar.bz2
historical-1f595c701f5f1be0b6e17f8a314a9f65772e2413.zip
Remove old version.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/ChangeLog5
-rw-r--r--net-p2p/rtorrent/Manifest18
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.3.01
-rw-r--r--net-p2p/rtorrent/rtorrent-0.3.0.ebuild40
4 files changed, 17 insertions, 47 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
index d2408e22c623..53fc9977c1b1 100644
--- a/net-p2p/rtorrent/ChangeLog
+++ b/net-p2p/rtorrent/ChangeLog
@@ -1,6 +1,9 @@
# 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.25 2005/11/25 21:41:02 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.26 2005/11/29 21:07:40 flameeyes Exp $
+
+ 29 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> -rtorrent-0.3.0.ebuild:
+ Remove old version.
25 Nov 2005; Markus Rothe <corsair@gentoo.org> rtorrent-0.4.0.ebuild:
Added ~ppc64 keyword
diff --git a/net-p2p/rtorrent/Manifest b/net-p2p/rtorrent/Manifest
index a1a3360eaab8..ff7f9b1bd459 100644
--- a/net-p2p/rtorrent/Manifest
+++ b/net-p2p/rtorrent/Manifest
@@ -1,8 +1,16 @@
-MD5 ea1306e409f1df27d957fcf5e1745c87 ChangeLog 4107
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 bcd5c5e6ce5fdea66da18fa71d0f9fbf ChangeLog 4209
+MD5 bbb25789b80690a06bae3aeb2f18b16f files/digest-rtorrent-0.3.6 66
+MD5 68495c48ac3f70023ce4894e94c112ff files/digest-rtorrent-0.4.0 66
MD5 dc4336d6e768b550ef6da8f6c965d234 metadata.xml 374
MD5 74347323b69e29ee8f3ffaadc7758969 rtorrent-0.3.6.ebuild 1106
MD5 1b9545166b163b35b5e2fc57d6478bf8 rtorrent-0.4.0.ebuild 1115
-MD5 20a482073194c199f5f03c6b7cdc6323 rtorrent-0.3.0.ebuild 1101
-MD5 bbb25789b80690a06bae3aeb2f18b16f files/digest-rtorrent-0.3.6 66
-MD5 68495c48ac3f70023ce4894e94c112ff files/digest-rtorrent-0.4.0 66
-MD5 224ce847e3dadbc09533fa0de3d53564 files/digest-rtorrent-0.3.0 66
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDjMMpAiZjviIA2XgRAnRZAKCJoVWwUrPAQ+SLEdEMSnp9FSj47ACdGOzL
+XwtIs18iyoE9ENIkgFuOWw8=
+=HeDD
+-----END PGP SIGNATURE-----
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.3.0 b/net-p2p/rtorrent/files/digest-rtorrent-0.3.0
deleted file mode 100644
index bbd02c74d4b6..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.3.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c57555f8879db012509f2b88968ae203 rtorrent-0.3.0.tar.gz 194518
diff --git a/net-p2p/rtorrent/rtorrent-0.3.0.ebuild b/net-p2p/rtorrent/rtorrent-0.3.0.ebuild
deleted file mode 100644
index fe04b352aac7..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.3.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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.0.ebuild,v 1.3 2005/10/13 07:17:02 halcy0n 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.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/${PF}/rtorrent.rc.gz."
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS README TODO doc/rtorrent.rc
-}