summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-11 00:28:13 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-10-11 00:28:13 +0000
commitcb66fd390494976027a921e0720573195e6ddd77 (patch)
tree12213e29f6a1b0008885b0865267ed10516d8715 /net-p2p/rtorrent
parentalpha/hppa/m68k/sh stable (diff)
downloadgentoo-2-cb66fd390494976027a921e0720573195e6ddd77.tar.gz
gentoo-2-cb66fd390494976027a921e0720573195e6ddd77.tar.bz2
gentoo-2-cb66fd390494976027a921e0720573195e6ddd77.zip
Remove old versions.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'net-p2p/rtorrent')
-rw-r--r--net-p2p/rtorrent/ChangeLog6
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.3.21
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.3.31
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.3.41
-rw-r--r--net-p2p/rtorrent/rtorrent-0.3.2.ebuild40
-rw-r--r--net-p2p/rtorrent/rtorrent-0.3.3.ebuild40
-rw-r--r--net-p2p/rtorrent/rtorrent-0.3.4.ebuild40
7 files changed, 5 insertions, 124 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
index fb7117ad29ac..7d70f5bb1592 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.17 2005/09/28 15:17:31 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.18 2005/10/11 00:27:33 flameeyes Exp $
+
+ 11 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> -rtorrent-0.3.2.ebuild,
+ -rtorrent-0.3.3.ebuild, -rtorrent-0.3.4.ebuild:
+ Remove old versions.
*rtorrent-0.3.5 (28 Sep 2005)
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.3.2 b/net-p2p/rtorrent/files/digest-rtorrent-0.3.2
deleted file mode 100644
index f6036451eb76..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.3.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 fc9ecf44bdfe9b30ce74f7cc7a823db7 rtorrent-0.3.2.tar.gz 197179
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.3.3 b/net-p2p/rtorrent/files/digest-rtorrent-0.3.3
deleted file mode 100644
index ddae1baf5e7f..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.3.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9fece52c1cc4edabe1f9f40e6f53a616 rtorrent-0.3.3.tar.gz 220870
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.3.4 b/net-p2p/rtorrent/files/digest-rtorrent-0.3.4
deleted file mode 100644
index c8b37d2ae80e..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.3.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 40b5ddd43d5fa64a2ffa12c8d3421f92 rtorrent-0.3.4.tar.gz 221444
diff --git a/net-p2p/rtorrent/rtorrent-0.3.2.ebuild b/net-p2p/rtorrent/rtorrent-0.3.2.ebuild
deleted file mode 100644
index 3413fe6fbdb9..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.3.2.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.2.ebuild,v 1.1 2005/08/16 19:50:23 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.2
- >=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
-}
diff --git a/net-p2p/rtorrent/rtorrent-0.3.3.ebuild b/net-p2p/rtorrent/rtorrent-0.3.3.ebuild
deleted file mode 100644
index 6578b9a33781..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.3.3.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.3.ebuild,v 1.2 2005/09/18 10:32:52 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.3
- >=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
-}
diff --git a/net-p2p/rtorrent/rtorrent-0.3.4.ebuild b/net-p2p/rtorrent/rtorrent-0.3.4.ebuild
deleted file mode 100644
index ea9c4dde5be5..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.3.4.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.4.ebuild,v 1.1 2005/09/18 10:32:52 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
-}