summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-08-06 17:53:18 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-08-06 17:53:18 +0000
commit2423de4e223763a1c825e1088ebafae1824367e2 (patch)
treecb3ba25162f5b98d3e410697596e017c7eb9d9e7 /net-p2p
parentAdd USE flag description to metadata wrt GLEP 56. (diff)
downloadgentoo-2-2423de4e223763a1c825e1088ebafae1824367e2.tar.gz
gentoo-2-2423de4e223763a1c825e1088ebafae1824367e2.tar.bz2
gentoo-2-2423de4e223763a1c825e1088ebafae1824367e2.zip
x86 stable, remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ctorrent/ChangeLog7
-rw-r--r--net-p2p/ctorrent/ctorrent-3.2-r1.ebuild32
-rw-r--r--net-p2p/ctorrent/ctorrent-3.3.2.ebuild4
-rw-r--r--net-p2p/ctorrent/ctorrent-3.3.ebuild25
-rw-r--r--net-p2p/ctorrent/files/3.2-setvbuf-removal.patch10
5 files changed, 8 insertions, 70 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog
index 244ef7ed7eed..30c00ecf96ef 100644
--- a/net-p2p/ctorrent/ChangeLog
+++ b/net-p2p/ctorrent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/ctorrent
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.41 2008/07/13 19:58:38 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.42 2008/08/06 17:53:17 armin76 Exp $
+
+ 06 Aug 2008; Raúl Porcel <armin76@gentoo.org>
+ -files/3.2-setvbuf-removal.patch, -ctorrent-3.2-r1.ebuild,
+ -ctorrent-3.3.ebuild, ctorrent-3.3.2.ebuild:
+ x86 stable, remove old
13 Jul 2008; Joseph Jezak <josejx@gentoo.org> ctorrent-3.3.1.ebuild:
Marked ppc stable for bug #231041.
diff --git a/net-p2p/ctorrent/ctorrent-3.2-r1.ebuild b/net-p2p/ctorrent/ctorrent-3.2-r1.ebuild
deleted file mode 100644
index 21fd0c1b7224..000000000000
--- a/net-p2p/ctorrent/ctorrent-3.2-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.2-r1.ebuild,v 1.1 2007/12/17 20:04:43 armin76 Exp $
-
-inherit eutils
-
-MY_P="${PN}-dnh${PV}"
-
-DESCRIPTION="Enhanced CTorrent is a BitTorrent console client written in C and C++."
-HOMEPAGE="http://www.rahul.net/dholmes/ctorrent/"
-SRC_URI="http://www.rahul.net/dholmes/${PN}/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-DEPEND="dev-libs/openssl"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${PV}-setvbuf-removal.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog README-DNH.TXT README NEWS
-}
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2.ebuild
index b190a45967ea..894ec3e4fa42 100644
--- a/net-p2p/ctorrent/ctorrent-3.3.2.ebuild
+++ b/net-p2p/ctorrent/ctorrent-3.3.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.3.2.ebuild,v 1.1 2008/07/07 11:55:13 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.3.2.ebuild,v 1.2 2008/08/06 17:53:17 armin76 Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd"
IUSE=""
S="${WORKDIR}/${MY_P}"
diff --git a/net-p2p/ctorrent/ctorrent-3.3.ebuild b/net-p2p/ctorrent/ctorrent-3.3.ebuild
deleted file mode 100644
index 2fd430d544d4..000000000000
--- a/net-p2p/ctorrent/ctorrent-3.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.3.ebuild,v 1.1 2008/04/19 17:20:49 armin76 Exp $
-
-inherit eutils
-
-MY_P="${PN}-dnh${PV}"
-
-DESCRIPTION="Enhanced CTorrent is a BitTorrent console client written in C and C++."
-HOMEPAGE="http://www.rahul.net/dholmes/ctorrent/"
-SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-DEPEND="dev-libs/openssl"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog README-DNH.TXT README NEWS
-}
diff --git a/net-p2p/ctorrent/files/3.2-setvbuf-removal.patch b/net-p2p/ctorrent/files/3.2-setvbuf-removal.patch
deleted file mode 100644
index 72969af1bddb..000000000000
--- a/net-p2p/ctorrent/files/3.2-setvbuf-removal.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- btfiles.cpp.orig 2007-12-12 15:01:51.000000000 +0000
-+++ btfiles.cpp 2007-12-12 15:02:59.000000000 +0000
-@@ -126,7 +126,6 @@
- return -1; // caller prints error
- }else return -1; // caller prints error
- }
-- setvbuf(pbf->bf_fp, m_buffer, _IOFBF, DEFAULT_SLICE_SIZE);
-
- pbf->bf_flag_opened = 1;
- pbf->bf_flag_readonly = iotype ? 0 : 1;