diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-01-16 01:15:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-16 01:15:11 +0000 |
commit | dac8fc13ed11ddf999e790ec5060f60f85e705aa (patch) | |
tree | 02c2c43ab297ec8eddae84d8fae72f2c4e4e8fe8 /net-p2p | |
parent | drop to ~x86 since snort was also dropped to ~x86 (diff) | |
download | gentoo-2-dac8fc13ed11ddf999e790ec5060f60f85e705aa.tar.gz gentoo-2-dac8fc13ed11ddf999e790ec5060f60f85e705aa.tar.bz2 gentoo-2-dac8fc13ed11ddf999e790ec5060f60f85e705aa.zip |
old
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.3.2.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2.ebuild deleted file mode 100644 index 763b6fe002e8..000000000000 --- a/net-p2p/ctorrent/ctorrent-3.3.2.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.2.ebuild,v 1.6 2008/11/15 09:48:22 vapier 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_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README-DNH.TXT README NEWS -} |