diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-29 20:09:30 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-29 20:09:30 +0000 |
commit | d3cd453aa702169130576ab28970f331951e14c8 (patch) | |
tree | eb35f6dee0d16b156431f9f275d8986f45862e61 /net-p2p | |
parent | Remove old. (diff) | |
download | gentoo-2-d3cd453aa702169130576ab28970f331951e14c8.tar.gz gentoo-2-d3cd453aa702169130576ab28970f331951e14c8.tar.bz2 gentoo-2-d3cd453aa702169130576ab28970f331951e14c8.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.3.2-r1.ebuild | 32 |
2 files changed, 5 insertions, 34 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index a3939d7274b4..f95035e23ab9 100644 --- a/net-p2p/ctorrent/ChangeLog +++ b/net-p2p/ctorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ctorrent -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.56 2014/08/10 20:36:15 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.57 2015/04/29 20:09:30 mrueg Exp $ + + 29 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -ctorrent-3.3.2-r1.ebuild: + Remove old. 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> ctorrent-3.3.2-r1.ebuild: QA: drop trailing '.' from DESCRIPTION diff --git a/net-p2p/ctorrent/ctorrent-3.3.2-r1.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2-r1.ebuild deleted file mode 100644 index 5d4d36075b87..000000000000 --- a/net-p2p/ctorrent/ctorrent-3.3.2-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 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-r1.ebuild,v 1.6 2014/08/10 20:36:15 slyfox 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 arm ppc s390 sh ~sparc x86 ~x86-fbsd" -IUSE="" - -S="${WORKDIR}/${MY_P}" - -DEPEND="dev-libs/openssl" - -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}/${PN}-CVE-2009-1759.patch" || die -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README-DNH.TXT README NEWS -} |