summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-22 05:11:45 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-22 05:11:45 +0000
commitff30fe5ad2569309b8bcaad6eab2751993196282 (patch)
treef6fe9d527b62ce1bf1b21886601246b337d3ef83 /net-p2p/cccp
parentStable on ppc. (diff)
downloadhistorical-ff30fe5ad2569309b8bcaad6eab2751993196282.tar.gz
historical-ff30fe5ad2569309b8bcaad6eab2751993196282.tar.bz2
historical-ff30fe5ad2569309b8bcaad6eab2751993196282.zip
version bump
Diffstat (limited to 'net-p2p/cccp')
-rw-r--r--net-p2p/cccp/ChangeLog7
-rw-r--r--net-p2p/cccp/Manifest4
-rw-r--r--net-p2p/cccp/cccp-0.9.ebuild34
-rw-r--r--net-p2p/cccp/files/digest-cccp-0.91
4 files changed, 44 insertions, 2 deletions
diff --git a/net-p2p/cccp/ChangeLog b/net-p2p/cccp/ChangeLog
index ea26f358f6a8..07cb62700e3e 100644
--- a/net-p2p/cccp/ChangeLog
+++ b/net-p2p/cccp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-p2p/cccp
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/cccp/ChangeLog,v 1.5 2004/06/25 00:29:12 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/cccp/ChangeLog,v 1.6 2004/07/22 05:11:45 squinky86 Exp $
+
+*cccp-0.9 (22 Jul 2004)
+
+ 22 Jul 2004; Jon Hood <squinky86@gentoo.org> +cccp-0.9.ebuild:
+ version bump
20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> cccp-0.8.ebuild:
Added IUSE.
diff --git a/net-p2p/cccp/Manifest b/net-p2p/cccp/Manifest
index f9b61761146c..423dd042a989 100644
--- a/net-p2p/cccp/Manifest
+++ b/net-p2p/cccp/Manifest
@@ -1,4 +1,6 @@
+MD5 8332c5431532abb7d157ded94da8d092 cccp-0.9.ebuild 755
MD5 efcfef95a2ba1ae8765c734e3f0dcb0b cccp-0.8.ebuild 753
-MD5 30df95ca66cdf6256b42e28649ee59c0 ChangeLog 367
+MD5 1d1da0ec7e933fa78fd02ee42f0715c3 ChangeLog 474
MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160
MD5 97cb86150c44645cf03ffc450ceb6391 files/digest-cccp-0.8 59
+MD5 81365f9e1e98df81365f714305c12c36 files/digest-cccp-0.9 59
diff --git a/net-p2p/cccp/cccp-0.9.ebuild b/net-p2p/cccp/cccp-0.9.ebuild
new file mode 100644
index 000000000000..38cd4050d377
--- /dev/null
+++ b/net-p2p/cccp/cccp-0.9.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 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.1 2004/07/22 05:11:45 squinky86 Exp $
+
+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"
+
+DEPEND=">=net-p2p/dctc-0.83"
+
+S="${WORKDIR}/${PN}.${PV}"
+
+src_compile() {
+
+ gcc ${CFLAGS} -o cccp cccp.c
+
+}
+
+src_install () {
+
+ dobin cccp
+ doman cccp.1
+ dodoc README TODO GETTING_STARTED scripts/SCRIPTS
+ insinto /usr/share/cccp/scripts
+ doins scripts/*
+ chmod 755 ${D}/usr/share/cccp/scripts/[a-z]*
+
+}
diff --git a/net-p2p/cccp/files/digest-cccp-0.9 b/net-p2p/cccp/files/digest-cccp-0.9
new file mode 100644
index 000000000000..e8f296a4a47c
--- /dev/null
+++ b/net-p2p/cccp/files/digest-cccp-0.9
@@ -0,0 +1 @@
+MD5 44500b5077a9791d9c5eeaeace6ef34b cccp.0.9.tar.gz 42104