summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-09-17 22:26:51 +0000
committerJon Hood <squinky86@gentoo.org>2004-09-17 22:26:51 +0000
commitdaf07004413276efd424b5614e30b062bb43b8e5 (patch)
treea5c98e22e7ac341756a0abf57f27f688fb1059cf /net-p2p
parentapplying patch to fix bug 53075 (Manifest recommit) (diff)
downloadgentoo-2-daf07004413276efd424b5614e30b062bb43b8e5.tar.gz
gentoo-2-daf07004413276efd424b5614e30b062bb43b8e5.tar.bz2
gentoo-2-daf07004413276efd424b5614e30b062bb43b8e5.zip
initial import, #45092
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ctorrent/ChangeLog11
-rw-r--r--net-p2p/ctorrent/Manifest2
-rw-r--r--net-p2p/ctorrent/ctorrent-1.3.4.ebuild20
-rw-r--r--net-p2p/ctorrent/files/digest-ctorrent-1.3.41
-rw-r--r--net-p2p/ctorrent/metadata.xml5
5 files changed, 39 insertions, 0 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog
new file mode 100644
index 000000000000..05948b5b3525
--- /dev/null
+++ b/net-p2p/ctorrent/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-p2p/ctorrent
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.1 2004/09/17 22:26:51 squinky86 Exp $
+
+*ctorrent-1.3.4 (17 Sep 2004)
+
+ 17 Sep 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml,
+ +ctorrent-1.3.4.ebuild:
+ Initial import. Closes #45092, thanks to Scott Carr <scarr@progbits.com> and
+ Alexandru Toma <flash3001@yahoo.com>.
+
diff --git a/net-p2p/ctorrent/Manifest b/net-p2p/ctorrent/Manifest
new file mode 100644
index 000000000000..c0a76b14abd4
--- /dev/null
+++ b/net-p2p/ctorrent/Manifest
@@ -0,0 +1,2 @@
+MD5 931323470829e6c7ad4595ed1b2981d1 ctorrent-1.3.4.ebuild 445
+MD5 6586ffb5b6accaa9fab65ab8b83a5e67 files/digest-ctorrent-1.3.4 66
diff --git a/net-p2p/ctorrent/ctorrent-1.3.4.ebuild b/net-p2p/ctorrent/ctorrent-1.3.4.ebuild
new file mode 100644
index 000000000000..c61de9b16c81
--- /dev/null
+++ b/net-p2p/ctorrent/ctorrent-1.3.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-1.3.4.ebuild,v 1.1 2004/09/17 22:26:51 squinky86 Exp $
+
+DESCRIPTION="CTorrent is a BitTorrent console client written in C."
+HOMEPAGE="http://ctorrent.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/libc
+ dev-libs/openssl"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README NEWS
+}
diff --git a/net-p2p/ctorrent/files/digest-ctorrent-1.3.4 b/net-p2p/ctorrent/files/digest-ctorrent-1.3.4
new file mode 100644
index 000000000000..f6e90884f4ac
--- /dev/null
+++ b/net-p2p/ctorrent/files/digest-ctorrent-1.3.4
@@ -0,0 +1 @@
+MD5 823010ec78215d476537c9eba9381cdd ctorrent-1.3.4.tar.bz2 87333
diff --git a/net-p2p/ctorrent/metadata.xml b/net-p2p/ctorrent/metadata.xml
new file mode 100644
index 000000000000..aa0f3664825f
--- /dev/null
+++ b/net-p2p/ctorrent/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-p2p</herd>
+</pkgmetadata>