summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-07-31 10:30:30 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-07-31 10:30:30 +0000
commit7205228489951a4856435c66999190ef90d5cd6c (patch)
tree6ffcdaa4c9f5d41e859ca67d8d95ad0b46a4fb26 /net-p2p/rtorrent
parentVersion bumped; bug #99784. (diff)
downloadgentoo-2-7205228489951a4856435c66999190ef90d5cd6c.tar.gz
gentoo-2-7205228489951a4856435c66999190ef90d5cd6c.tar.bz2
gentoo-2-7205228489951a4856435c66999190ef90d5cd6c.zip
Removed old versions.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/ChangeLog6
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.2.51
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.2.61
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.2.71
-rw-r--r--net-p2p/rtorrent/rtorrent-0.2.5.ebuild39
-rw-r--r--net-p2p/rtorrent/rtorrent-0.2.6.ebuild39
-rw-r--r--net-p2p/rtorrent/rtorrent-0.2.7.ebuild39
7 files changed, 5 insertions, 121 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
index a1596c5e5f51..6252a3da26df 100644
--- a/net-p2p/rtorrent/ChangeLog
+++ b/net-p2p/rtorrent/ChangeLog
@@ -1,6 +1,10 @@
# 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.10 2005/07/19 21:19:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.11 2005/07/31 10:29:53 flameeyes Exp $
+
+ 31 Jul 2005; Diego Pettenò <flameeyes@gentoo.org> -rtorrent-0.2.5.ebuild,
+ -rtorrent-0.2.6.ebuild, -rtorrent-0.2.7.ebuild:
+ Removed old versions.
*rtorrent-0.3.0 (19 Jul 2005)
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.2.5 b/net-p2p/rtorrent/files/digest-rtorrent-0.2.5
deleted file mode 100644
index d73b9fc6fca9..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.2.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f92d692abae64b617b57a7a711ea5208 rtorrent-0.2.5.tar.gz 181353
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.2.6 b/net-p2p/rtorrent/files/digest-rtorrent-0.2.6
deleted file mode 100644
index 95e95dc489de..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.2.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 819b99453abc33a7a934dcacae3a73d5 rtorrent-0.2.6.tar.gz 188528
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.2.7 b/net-p2p/rtorrent/files/digest-rtorrent-0.2.7
deleted file mode 100644
index 102cae0c512d..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e315ede1ccba95b94b9f5652c423f464 rtorrent-0.2.7.tar.gz 191881
diff --git a/net-p2p/rtorrent/rtorrent-0.2.5.ebuild b/net-p2p/rtorrent/rtorrent-0.2.5.ebuild
deleted file mode 100644
index 9412ca7e0994..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.2.5.ebuild
+++ /dev/null
@@ -1,39 +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.2.5.ebuild,v 1.1 2005/06/15 21:38:15 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="~amd64 ~ppc ~x86"
-IUSE="debug"
-
-DEPEND="~net-libs/libtorrent-0.6.5
- >=dev-libs/libsigc++-2.0
- >=net-misc/curl-7.12
- sys-libs/ncurses"
-
-src_compile() {
- 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
-}
diff --git a/net-p2p/rtorrent/rtorrent-0.2.6.ebuild b/net-p2p/rtorrent/rtorrent-0.2.6.ebuild
deleted file mode 100644
index b36b79793f2b..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.2.6.ebuild
+++ /dev/null
@@ -1,39 +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.2.6.ebuild,v 1.1 2005/06/26 21:14:49 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="~amd64 ~ppc ~x86"
-IUSE="debug"
-
-DEPEND="~net-libs/libtorrent-0.6.6
- >=dev-libs/libsigc++-2.0
- >=net-misc/curl-7.12
- sys-libs/ncurses"
-
-src_compile() {
- 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
-}
diff --git a/net-p2p/rtorrent/rtorrent-0.2.7.ebuild b/net-p2p/rtorrent/rtorrent-0.2.7.ebuild
deleted file mode 100644
index 2639c1b215e0..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.2.7.ebuild
+++ /dev/null
@@ -1,39 +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.2.7.ebuild,v 1.1 2005/07/07 00:59:17 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="~amd64 ~ppc ~x86"
-IUSE="debug"
-
-DEPEND="~net-libs/libtorrent-0.6.7
- >=dev-libs/libsigc++-2.0
- >=net-misc/curl-7.12
- sys-libs/ncurses"
-
-src_compile() {
- 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
-}