summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-08-06 18:01:19 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-08-06 18:01:19 +0000
commit95d21360a7b9560fa323319cc56258c0802217ff (patch)
tree75d2be4efe31c062f40c1f4a109fc3582be8240e /net-p2p/ctcs
parentVersion bump (diff)
downloadgentoo-2-95d21360a7b9560fa323319cc56258c0802217ff.tar.gz
gentoo-2-95d21360a7b9560fa323319cc56258c0802217ff.tar.bz2
gentoo-2-95d21360a7b9560fa323319cc56258c0802217ff.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/ctcs')
-rw-r--r--net-p2p/ctcs/ctcs-1.4.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-p2p/ctcs/ctcs-1.4.ebuild b/net-p2p/ctcs/ctcs-1.4.ebuild
deleted file mode 100644
index 500fbc941642..000000000000
--- a/net-p2p/ctcs/ctcs-1.4.ebuild
+++ /dev/null
@@ -1,20 +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/ctcs/ctcs-1.4.ebuild,v 1.2 2008/04/18 14:55:51 drac Exp $
-
-DESCRIPTION="Interface for monitoring and managing Enhanced CTorrent clients"
-HOMEPAGE="http://www.rahul.net/dholmes/ctorrent/ctcs.html"
-SRC_URI="http://www.rahul.net/dholmes/ctorrent/${P}.tar.gz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- >=net-p2p/ctorrent-3"
-
-src_install() {
- dobin ctcs
- dodoc readme.txt
-}