diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-09-17 22:26:51 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-09-17 22:26:51 +0000 |
commit | 83e25f08145798c4960835c08296cf050472e6e7 (patch) | |
tree | 0c804c8dbf7f3eff11c6a7f101596477b3f81a60 /net-p2p/ctorrent | |
parent | applying patch to fix bug 53075 (diff) | |
download | historical-83e25f08145798c4960835c08296cf050472e6e7.tar.gz historical-83e25f08145798c4960835c08296cf050472e6e7.tar.bz2 historical-83e25f08145798c4960835c08296cf050472e6e7.zip |
initial import, #45092
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 11 | ||||
-rw-r--r-- | net-p2p/ctorrent/Manifest | 14 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-1.3.4.ebuild | 20 | ||||
-rw-r--r-- | net-p2p/ctorrent/files/digest-ctorrent-1.3.4 | 1 | ||||
-rw-r--r-- | net-p2p/ctorrent/metadata.xml | 5 |
5 files changed, 51 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..09d8145af25a --- /dev/null +++ b/net-p2p/ctorrent/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 049616eca1c8dcd2c2b7ca3551aaf80d ctorrent-1.3.4.ebuild 548 +MD5 89b3f9ef442aaceb59eade67e3501923 ChangeLog 447 +MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 +MD5 6586ffb5b6accaa9fab65ab8b83a5e67 files/digest-ctorrent-1.3.4 66 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBS2S2cAgAdbxYsnERArSIAJ4p8X1V+QMfZUIXKLFzIwogq2nnAQCfbBWm +hdbik72QmMKr4jgmQFWFgb4= +=IYf8 +-----END PGP SIGNATURE----- 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> |