summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-20 04:00:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-04-20 04:00:32 +0000
commitd288037f2d4dd534eaab8788fd0d725fb34ec2a9 (patch)
tree60b095a025608f7bb83efad4f75924997cdfa6e6 /net-p2p
parentStable on amd64 per bug #130542 (diff)
downloadgentoo-2-d288037f2d4dd534eaab8788fd0d725fb34ec2a9.tar.gz
gentoo-2-d288037f2d4dd534eaab8788fd0d725fb34ec2a9.tar.bz2
gentoo-2-d288037f2d4dd534eaab8788fd0d725fb34ec2a9.zip
Drop old versions.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rtorrent/ChangeLog7
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.3.61
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.4.43
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.4.53
-rw-r--r--net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch12
-rw-r--r--net-p2p/rtorrent/rtorrent-0.3.6.ebuild40
-rw-r--r--net-p2p/rtorrent/rtorrent-0.4.4.ebuild48
-rw-r--r--net-p2p/rtorrent/rtorrent-0.4.5.ebuild42
8 files changed, 6 insertions, 150 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
index fa03f7011c93..0dd2abc4d1a1 100644
--- a/net-p2p/rtorrent/ChangeLog
+++ b/net-p2p/rtorrent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/rtorrent
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.40 2006/04/06 18:05:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.41 2006/04/20 04:00:32 flameeyes Exp $
+
+ 20 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
+ -files/rtorrent-0.4.4-inttypes.patch, -rtorrent-0.3.6.ebuild,
+ -rtorrent-0.4.4.ebuild, -rtorrent-0.4.5.ebuild:
+ Drop old versions.
*rtorrent-0.5.0 (06 Apr 2006)
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.3.6 b/net-p2p/rtorrent/files/digest-rtorrent-0.3.6
deleted file mode 100644
index 64f6535ffb6a..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.3.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 673372e34c46aab2e03bd7e5a6e22a5a rtorrent-0.3.6.tar.gz 223419
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.4.4 b/net-p2p/rtorrent/files/digest-rtorrent-0.4.4
deleted file mode 100644
index 0466e560394a..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.4.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e385c4dfc15aff7786d519c771cca9a2 rtorrent-0.4.4.tar.gz 238358
-RMD160 33302b61f64f91c7aae5d4335a776676a620e780 rtorrent-0.4.4.tar.gz 238358
-SHA256 d7d955992997f88cdcff5255958d06d5f64bae6486258b8b907c841d4aff7595 rtorrent-0.4.4.tar.gz 238358
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.4.5 b/net-p2p/rtorrent/files/digest-rtorrent-0.4.5
deleted file mode 100644
index 71c49f315032..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.4.5
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 5344b71334bacdbc80066b2a468aa05c rtorrent-0.4.5.tar.gz 391183
-RMD160 37d07de0f9f19d91886cf1949db61b7bbe2be868 rtorrent-0.4.5.tar.gz 391183
-SHA256 86c9ae66efc4f04d4a63a9b8bc619b45caf2b273277b7bf60e0ae60c7d5aadee rtorrent-0.4.5.tar.gz 391183
diff --git a/net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch b/net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch
deleted file mode 100644
index b057bd934d12..000000000000
--- a/net-p2p/rtorrent/files/rtorrent-0.4.4-inttypes.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: rtorrent/src/command_scheduler.h
-===================================================================
---- rtorrent/src/command_scheduler.h (revision 629)
-+++ rtorrent/src/command_scheduler.h (working copy)
-@@ -39,6 +39,7 @@
-
- #include <vector>
- #include <string>
-+#include <inttypes.h>
- #include <rak/functional_fun.h>
-
- class CommandSchedulerItem;
diff --git a/net-p2p/rtorrent/rtorrent-0.3.6.ebuild b/net-p2p/rtorrent/rtorrent-0.3.6.ebuild
deleted file mode 100644
index 57a9519a3d01..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.3.6.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.6.ebuild,v 1.3 2005/11/25 02:00:08 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.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
-}
diff --git a/net-p2p/rtorrent/rtorrent-0.4.4.ebuild b/net-p2p/rtorrent/rtorrent-0.4.4.ebuild
deleted file mode 100644
index e28740d0111f..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.4.4.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.4.4.ebuild,v 1.2 2006/02/06 12:46:01 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 ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-DEPEND=">=net-libs/libtorrent-0.8.0
- >=dev-libs/libsigc++-2.0
- >=net-misc/curl-7.12
- sys-libs/ncurses"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch "${FILESDIR}/${P}-inttypes.patch"
-}
-
-src_compile() {
- [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer
- replace-flags -Os -O2
-
- 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.4.5.ebuild b/net-p2p/rtorrent/rtorrent-0.4.5.ebuild
deleted file mode 100644
index 026a688e9f02..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.4.5.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.4.5.ebuild,v 1.1 2006/02/16 19:26:36 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 ~ppc64 ~sparc ~x86"
-IUSE="debug"
-
-DEPEND=">=net-libs/libtorrent-0.8.0
- >=dev-libs/libsigc++-2.0
- >=net-misc/curl-7.12
- sys-libs/ncurses"
-
-src_compile() {
- [[ $(tc-arch) = "x86" ]] && filter-flags -fomit-frame-pointer
- replace-flags -Os -O2
-
- 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
-}