summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-12-25 13:29:06 +0000
committerPacho Ramos <pacho@gentoo.org>2012-12-25 13:29:06 +0000
commit1af8bf8c0279a34e28063670085ced15eb0b5e86 (patch)
tree7c8c523aa992344309e6677d4a7fac9a1d294df0 /net-p2p/cccp/cccp-0.9.ebuild
parentDrop masked for removal package (diff)
downloadgentoo-2-1af8bf8c0279a34e28063670085ced15eb0b5e86.tar.gz
gentoo-2-1af8bf8c0279a34e28063670085ced15eb0b5e86.tar.bz2
gentoo-2-1af8bf8c0279a34e28063670085ced15eb0b5e86.zip
Drop masked for removal package
Diffstat (limited to 'net-p2p/cccp/cccp-0.9.ebuild')
-rw-r--r--net-p2p/cccp/cccp-0.9.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-p2p/cccp/cccp-0.9.ebuild b/net-p2p/cccp/cccp-0.9.ebuild
deleted file mode 100644
index 4ac561eeca0e..000000000000
--- a/net-p2p/cccp/cccp-0.9.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/cccp/cccp-0.9.ebuild,v 1.6 2011/08/31 06:42:16 mr_bones_ Exp $
-
-EAPI=4
-
-inherit toolchain-funcs
-
-IUSE=""
-
-DESCRIPTION="Scriptable console frontend to Direct Connect"
-HOMEPAGE="http://members.chello.se/hampasfirma/cccp"
-SRC_URI="http://members01.chello.se/hampasfirma/cccp/${PN}.${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~ppc ~amd64"
-
-RDEPEND=">=net-p2p/dctc-0.83"
-DEPEND=""
-
-S="${WORKDIR}/${PN}.${PV}"
-
-doecho() {
- echo "$@"
- "$@"
-}
-
-src_compile() {
- doecho $(tc-getCC) ${LDFLAGS} ${CFLAGS} cccp.c -o cccp \
- || die "unable to build unpaper"
-}
-
-src_install () {
- dobin cccp
- doman cccp.1
- dodoc README TODO GETTING_STARTED scripts/SCRIPTS
- exeinto /usr/share/cccp/scripts
- doexe scripts/[a-z]*
-}