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 | 928ec5af02c233716c95d49d4f619ecb3536136a (patch) | |
tree | 87b60f84c6153abcf3e0c76f0948c95959cb1742 /net-p2p | |
parent | drop to ~x86 since snort was also dropped to ~x86 (diff) | |
download | historical-928ec5af02c233716c95d49d4f619ecb3536136a.tar.gz historical-928ec5af02c233716c95d49d4f619ecb3536136a.tar.bz2 historical-928ec5af02c233716c95d49d4f619ecb3536136a.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 -} |