diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-08-09 18:10:39 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-08-09 18:10:39 +0000 |
commit | 5dfd0db1ca25f16f9fb14f41550b6cd91b27abe2 (patch) | |
tree | 7f4aff44e899e0203bd3133ed60e0cf98feb69a6 /net-p2p/ctorrent | |
parent | Bring back stable version 4.2.205.5730, made possible by versioned SRC_URI di... (diff) | |
download | gentoo-2-5dfd0db1ca25f16f9fb14f41550b6cd91b27abe2.tar.gz gentoo-2-5dfd0db1ca25f16f9fb14f41550b6cd91b27abe2.tar.bz2 gentoo-2-5dfd0db1ca25f16f9fb14f41550b6cd91b27abe2.zip |
amd64 stable wrt bug #234114, remove old version.
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.3.1.ebuild | 25 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.3.2.ebuild | 4 |
3 files changed, 7 insertions, 28 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index a07769963d9a..4ee986e57941 100644 --- a/net-p2p/ctorrent/ChangeLog +++ b/net-p2p/ctorrent/ChangeLog @@ -1,6 +1,10 @@ # 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.43 2008/08/08 17:13:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.44 2008/08/09 18:10:39 coldwind Exp $ + + 09 Aug 2008; Santiago M. Mola <coldwind@gentoo.org> + -ctorrent-3.3.1.ebuild, ctorrent-3.3.2.ebuild: + amd64 stable wrt bug #234114, remove old version. 08 Aug 2008; nixnut <nixnut@gentoo.org> ctorrent-3.3.2.ebuild: Stable on ppc wrt bug 234114 diff --git a/net-p2p/ctorrent/ctorrent-3.3.1.ebuild b/net-p2p/ctorrent/ctorrent-3.3.1.ebuild deleted file mode 100644 index 68c5bf46b8d1..000000000000 --- a/net-p2p/ctorrent/ctorrent-3.3.1.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.1.ebuild,v 1.4 2008/07/13 19:58:38 josejx 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/ctorrent-3.3.2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2.ebuild index feec92ad6fb3..bbd1736dde99 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.3 2008/08/08 17:13:34 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.3.2.ebuild,v 1.4 2008/08/09 18:10:39 coldwind 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}" |