summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-02 20:54:36 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-09-02 20:54:36 +0000
commit9f1a74334c7b31eea1394325cb879532011dc446 (patch)
tree0eb2bc5a8ef62f713eb627e5ada2993ce91764ab /net-p2p
parentNew Package. (diff)
downloadgentoo-2-9f1a74334c7b31eea1394325cb879532011dc446.tar.gz
gentoo-2-9f1a74334c7b31eea1394325cb879532011dc446.tar.bz2
gentoo-2-9f1a74334c7b31eea1394325cb879532011dc446.zip
Marked 0.3.0 stable on amd64. Removed old ebuilds.
(Portage version: 2.0.51.22)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/rtorrent/ChangeLog7
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.2.41
-rw-r--r--net-p2p/rtorrent/files/digest-rtorrent-0.2.7-r11
-rw-r--r--net-p2p/rtorrent/files/rtorrent-0.2.3-fix.patch24
-rw-r--r--net-p2p/rtorrent/rtorrent-0.2.4.ebuild46
-rw-r--r--net-p2p/rtorrent/rtorrent-0.2.7-r1.ebuild40
-rw-r--r--net-p2p/rtorrent/rtorrent-0.3.0.ebuild4
7 files changed, 8 insertions, 115 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog
index 15ecfe648256..ae64bf6dea70 100644
--- a/net-p2p/rtorrent/ChangeLog
+++ b/net-p2p/rtorrent/ChangeLog
@@ -1,6 +1,11 @@
# 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.14 2005/09/02 20:50:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.15 2005/09/02 20:54:36 flameeyes Exp $
+
+ 02 Sep 2005; Diego Pettenò <flameeyes@gentoo.org>
+ -files/rtorrent-0.2.3-fix.patch, -rtorrent-0.2.4.ebuild,
+ -rtorrent-0.2.7-r1.ebuild, rtorrent-0.3.0.ebuild:
+ Marked 0.3.0 stable on amd64. Removed old ebuilds.
*rtorrent-0.3.3 (02 Sep 2005)
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.2.4 b/net-p2p/rtorrent/files/digest-rtorrent-0.2.4
deleted file mode 100644
index 4a5210176530..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ad4624050cfe9440e48cc2188da2cb6e rtorrent-0.2.4.tar.gz 181098
diff --git a/net-p2p/rtorrent/files/digest-rtorrent-0.2.7-r1 b/net-p2p/rtorrent/files/digest-rtorrent-0.2.7-r1
deleted file mode 100644
index 102cae0c512d..000000000000
--- a/net-p2p/rtorrent/files/digest-rtorrent-0.2.7-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e315ede1ccba95b94b9f5652c423f464 rtorrent-0.2.7.tar.gz 191881
diff --git a/net-p2p/rtorrent/files/rtorrent-0.2.3-fix.patch b/net-p2p/rtorrent/files/rtorrent-0.2.3-fix.patch
deleted file mode 100644
index 970ba258af1e..000000000000
--- a/net-p2p/rtorrent/files/rtorrent-0.2.3-fix.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur rtorrent-0.2.3/src/core/curl_get.h rtorrent-0.2.3-fix/src/core/curl_get.h
---- rtorrent-0.2.3/src/core/curl_get.h 2005-05-30 21:21:16.000000000 +0200
-+++ rtorrent-0.2.3-fix/src/core/curl_get.h 2005-05-30 21:51:24.813822752 +0200
-@@ -33,6 +33,8 @@
-
- namespace core {
-
-+class CurlStack;
-+
- class CurlGet : public torrent::Http {
- public:
- friend class CurlStack;
-diff -ur rtorrent-0.2.3/src/core/curl_stack.h rtorrent-0.2.3-fix/src/core/curl_stack.h
---- rtorrent-0.2.3/src/core/curl_stack.h 2005-05-30 21:21:16.000000000 +0200
-+++ rtorrent-0.2.3-fix/src/core/curl_stack.h 2005-05-30 21:51:37.805847664 +0200
-@@ -27,6 +27,8 @@
-
- namespace core {
-
-+class CurlGet;
-+
- class CurlStack {
- public:
- friend class CurlGet;
diff --git a/net-p2p/rtorrent/rtorrent-0.2.4.ebuild b/net-p2p/rtorrent/rtorrent-0.2.4.ebuild
deleted file mode 100644
index a765017d4b1e..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.2.4.ebuild
+++ /dev/null
@@ -1,46 +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.4.ebuild,v 1.3 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.4
- >=dev-libs/libsigc++-2.0
- >=net-misc/curl-7.12
- sys-libs/ncurses"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- epatch ${FILESDIR}/${PN}-0.2.3-fix.patch
-}
-
-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-r1.ebuild b/net-p2p/rtorrent/rtorrent-0.2.7-r1.ebuild
deleted file mode 100644
index 76ec6fc93189..000000000000
--- a/net-p2p/rtorrent/rtorrent-0.2.7-r1.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.2.7-r1.ebuild,v 1.1 2005/07/16 23:33: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.6.7
- >=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
-}
diff --git a/net-p2p/rtorrent/rtorrent-0.3.0.ebuild b/net-p2p/rtorrent/rtorrent-0.3.0.ebuild
index 94f8062e86fc..0b0b47be9cb7 100644
--- a/net-p2p/rtorrent/rtorrent-0.3.0.ebuild
+++ b/net-p2p/rtorrent/rtorrent-0.3.0.ebuild
@@ -1,6 +1,6 @@
# 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.1 2005/07/19 21:19:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.3.0.ebuild,v 1.2 2005/09/02 20:54:36 flameeyes Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -10,7 +10,7 @@ SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="debug"
DEPEND="~net-libs/libtorrent-0.7.0