summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-11-05 15:00:48 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-11-05 15:00:48 +0000
commit6bdf5494a1298eb584f599867f8f5e5bfc1b946b (patch)
tree8a7de4ad5d7d4eda13da92e6c1139778497d3240 /net-p2p
parentVersion bump to fix Bug 111501 (diff)
downloadhistorical-6bdf5494a1298eb584f599867f8f5e5bfc1b946b.tar.gz
historical-6bdf5494a1298eb584f599867f8f5e5bfc1b946b.tar.bz2
historical-6bdf5494a1298eb584f599867f8f5e5bfc1b946b.zip
Remove old version.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rtorrent/ChangeLog5
-rw-r--r--net-p2p/rtorrent/Manifest10
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.3.51
-rw-r--r--net-p2p/rtorrent/rtorrent-0.3.5.ebuild40
4 files changed, 8 insertions, 48 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
index 517bdecfda4d..295d2cd00193 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.20 2005/10/18 20:44:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.21 2005/11/05 15:00:48 flameeyes Exp $
+
+ 05 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> -rtorrent-0.3.5.ebuild:
+ Remove old version.
*rtorrent-0.3.6 (18 Oct 2005)
diff --git a/net-p2p/rtorrent/Manifest b/net-p2p/rtorrent/Manifest
index 7616a4ced6c1..ba6fa44697c3 100644
--- a/net-p2p/rtorrent/Manifest
+++ b/net-p2p/rtorrent/Manifest
@@ -1,18 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 3e36330b996288ce2a4a3315ef7d9018 ChangeLog 3594
+MD5 b95f909b0706dcb5e7e7ac7a95717d40 ChangeLog 3694
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
MD5 6d9eae31031e4555e7cfece5bd398307 rtorrent-0.3.6.ebuild 1110
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDVV7Oj5H05b2HAEkRAmEQAJwIks7lP3mcWRcJ4I0E+W0jM11CaQCfcfpa
-P/A9idWCCJzxtkGm1EEHyuk=
-=n5wr
+iD8DBQFDbMlOj5H05b2HAEkRAq/DAJ4ltHv2gRIJlcgDB65wWjQO4DSA5gCgiFqB
+xxU1pIfCn28qEdc8yTANMeE=
+=Osxe
-----END PGP SIGNATURE-----
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.3.5 b/net-p2p/rtorrent/files/digest-rtorrent-0.3.5
deleted file mode 100644
index e2dc0e02e0bd..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.3.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 094b8e66a0c1dd30f71375c24f9d1a4e rtorrent-0.3.5.tar.gz 222197
diff --git a/net-p2p/rtorrent/rtorrent-0.3.5.ebuild b/net-p2p/rtorrent/rtorrent-0.3.5.ebuild
deleted file mode 100644
index f679607c0223..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.3.5.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.5.ebuild,v 1.1 2005/09/28 15:17:31 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
-}