diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-06-25 10:26:11 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-06-25 10:26:11 +0000 |
commit | 07a2e481814af85e47e5af94fa20544a0f4c63d4 (patch) | |
tree | 02a5573027989d2b28469736e68d86f20955bc7f /net-p2p/dctc | |
parent | new version, compiles with gcc 3.1 (diff) | |
download | historical-07a2e481814af85e47e5af94fa20544a0f4c63d4.tar.gz historical-07a2e481814af85e47e5af94fa20544a0f4c63d4.tar.bz2 historical-07a2e481814af85e47e5af94fa20544a0f4c63d4.zip |
initial commit for net-p2p - these are all the p2p ebuilds listed in my mail. Note: they have not yet been removed from net-misc or media-sound
Diffstat (limited to 'net-p2p/dctc')
-rw-r--r-- | net-p2p/dctc/ChangeLog | 24 | ||||
-rw-r--r-- | net-p2p/dctc/dctc-0.82.0.ebuild | 25 | ||||
-rw-r--r-- | net-p2p/dctc/files/digest-dctc-0.82.0 | 1 |
3 files changed, 50 insertions, 0 deletions
diff --git a/net-p2p/dctc/ChangeLog b/net-p2p/dctc/ChangeLog new file mode 100644 index 000000000000..f812f324345b --- /dev/null +++ b/net-p2p/dctc/ChangeLog @@ -0,0 +1,24 @@ +# ChangeLog for net-p2p/dctc +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/ChangeLog,v 1.1 2002/06/25 10:26:11 bangert Exp $ + +*dctc-0.82.0 (4 Jun 2002) + + 4 Jun 2002; Seemant Kulleen <seemant@gentoo.org> dctc-0.82.0.ebuild + files/digest-dctc-0.82.0 : + + Version bump thanks to todd1@sr.sticare.com (Todd) in bug #3143 + +*dctc-0.79.1 (18 Apr 2002) + + 18 Apr 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, + dcdc-0.79.1.ebuild, files/digest-dctd-0.79.1 : + + New ebuild. + + DCTC is a Direct Connect clone, a windoz client allowing users to + share their files and talk (like IRC but more software sharing + oriented) using a proprietary protocol. DCTC stands for Direct + Connect Text Client. DCTC is release under GPL however, if you use + it regularly and want to support its development, you can send a + small fee. diff --git a/net-p2p/dctc/dctc-0.82.0.ebuild b/net-p2p/dctc/dctc-0.82.0.ebuild new file mode 100644 index 000000000000..5f881238fbb9 --- /dev/null +++ b/net-p2p/dctc/dctc-0.82.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.82.0.ebuild,v 1.1 2002/06/25 10:26:11 bangert Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Direct Connect Text Client, almost famous file share program." +SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz" +HOMEPAGE="http://ac2i.tzo.com/dctc" + +DEPEND="virtual/glibc + =dev-libs/glib-1.2* + =sys-libs/db-3.2*" + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die + + dodoc -r Documentation + + dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO +} diff --git a/net-p2p/dctc/files/digest-dctc-0.82.0 b/net-p2p/dctc/files/digest-dctc-0.82.0 new file mode 100644 index 000000000000..390cee8bb6a3 --- /dev/null +++ b/net-p2p/dctc/files/digest-dctc-0.82.0 @@ -0,0 +1 @@ +MD5 404eb4b39a948cb29ad6b6324ce4f88e dctc-0.82.0.tar.gz 225173 |