diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-03 23:12:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-03 23:12:50 +0000 |
commit | 6eee4e6c29c37624fe081895b7b6e1a7284512fc (patch) | |
tree | 0979fcab49002a9f927315d0dedebc45a6a4c5a2 /net-p2p/dctc | |
parent | try to limit over-optimization bugs (diff) | |
download | gentoo-2-6eee4e6c29c37624fe081895b7b6e1a7284512fc.tar.gz gentoo-2-6eee4e6c29c37624fe081895b7b6e1a7284512fc.tar.bz2 gentoo-2-6eee4e6c29c37624fe081895b7b6e1a7284512fc.zip |
out with the old in the new
Diffstat (limited to 'net-p2p/dctc')
-rw-r--r-- | net-p2p/dctc/dctc-0.83.8.ebuild | 25 | ||||
-rw-r--r-- | net-p2p/dctc/dctc-0.85.1.ebuild | 25 | ||||
-rw-r--r-- | net-p2p/dctc/dctc-0.85.2.ebuild | 26 | ||||
-rw-r--r-- | net-p2p/dctc/dctc-0.85.3.ebuild | 26 | ||||
-rw-r--r-- | net-p2p/dctc/dctc-0.85.4.ebuild | 14 | ||||
-rw-r--r-- | net-p2p/dctc/files/digest-dctc-0.83.8 | 1 | ||||
-rw-r--r-- | net-p2p/dctc/files/digest-dctc-0.85.1 | 1 | ||||
-rw-r--r-- | net-p2p/dctc/files/digest-dctc-0.85.2 | 1 | ||||
-rw-r--r-- | net-p2p/dctc/files/digest-dctc-0.85.3 | 1 |
9 files changed, 4 insertions, 116 deletions
diff --git a/net-p2p/dctc/dctc-0.83.8.ebuild b/net-p2p/dctc/dctc-0.83.8.ebuild deleted file mode 100644 index dbd48353ac32..000000000000 --- a/net-p2p/dctc/dctc-0.83.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.83.8.ebuild,v 1.3 2003/02/13 15:18:30 vapier Exp $ - -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/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -DEPEND="=dev-libs/glib-1.2* - =sys-libs/db-3.2*" - -src_compile() { - econf - emake || die -} - -src_install() { - einstall - dodoc Documentation/* Documentation/DCextensions/* - dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO -} diff --git a/net-p2p/dctc/dctc-0.85.1.ebuild b/net-p2p/dctc/dctc-0.85.1.ebuild deleted file mode 100644 index 599583bc41bf..000000000000 --- a/net-p2p/dctc/dctc-0.85.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.85.1.ebuild,v 1.2 2003/07/13 20:28:39 aliz Exp $ - -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/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" - -DEPEND="=dev-libs/glib-1* - =sys-libs/db-3.2*" - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die - dodoc Documentation/* Documentation/DCextensions/* - dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO -} diff --git a/net-p2p/dctc/dctc-0.85.2.ebuild b/net-p2p/dctc/dctc-0.85.2.ebuild deleted file mode 100644 index 2c712d0a47c2..000000000000 --- a/net-p2p/dctc/dctc-0.85.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.85.2.ebuild,v 1.2 2003/07/13 20:28:39 aliz Exp $ - -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/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND="=dev-libs/glib-2* - =sys-libs/db-3.2*" - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die - dodoc Documentation/* Documentation/DCextensions/* - dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO -} diff --git a/net-p2p/dctc/dctc-0.85.3.ebuild b/net-p2p/dctc/dctc-0.85.3.ebuild deleted file mode 100644 index 82e041357cff..000000000000 --- a/net-p2p/dctc/dctc-0.85.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.85.3.ebuild,v 1.2 2003/07/13 20:28:39 aliz Exp $ - -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/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND="=dev-libs/glib-2* - =sys-libs/db-3.2*" - -src_compile() { - econf || die - emake || die -} - -src_install() { - einstall || die - dodoc Documentation/* Documentation/DCextensions/* - dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO -} diff --git a/net-p2p/dctc/dctc-0.85.4.ebuild b/net-p2p/dctc/dctc-0.85.4.ebuild index 3a70ff316415..92fd7760f793 100644 --- a/net-p2p/dctc/dctc-0.85.4.ebuild +++ b/net-p2p/dctc/dctc-0.85.4.ebuild @@ -1,24 +1,18 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.85.4.ebuild,v 1.1 2003/07/24 00:17:55 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dctc/dctc-0.85.4.ebuild,v 1.2 2003/11/03 23:12:50 vapier Exp $ 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/" +SRC_URI="http://ac2i.tzo.com/dctc/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -IUSE="" +SLOT="0" +KEYWORDS="~x86 ppc" DEPEND="=dev-libs/glib-2* =sys-libs/db-3.2*" -src_compile() { - econf || die - emake || die -} - src_install() { einstall || die dodoc Documentation/* Documentation/DCextensions/* diff --git a/net-p2p/dctc/files/digest-dctc-0.83.8 b/net-p2p/dctc/files/digest-dctc-0.83.8 deleted file mode 100644 index b290716109f5..000000000000 --- a/net-p2p/dctc/files/digest-dctc-0.83.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 10f58a5670659d36e87904b3493cf426 dctc-0.83.8.tar.gz 253213 diff --git a/net-p2p/dctc/files/digest-dctc-0.85.1 b/net-p2p/dctc/files/digest-dctc-0.85.1 deleted file mode 100644 index 48a18453a659..000000000000 --- a/net-p2p/dctc/files/digest-dctc-0.85.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 13e1d72f3b06729a0e499a2d2ba94e5c dctc-0.85.1.tar.gz 401756 diff --git a/net-p2p/dctc/files/digest-dctc-0.85.2 b/net-p2p/dctc/files/digest-dctc-0.85.2 deleted file mode 100644 index f6a5bc5c9826..000000000000 --- a/net-p2p/dctc/files/digest-dctc-0.85.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 a7063b1ae3c118efad871dd41813d73c dctc-0.85.2.tar.gz 407952 diff --git a/net-p2p/dctc/files/digest-dctc-0.85.3 b/net-p2p/dctc/files/digest-dctc-0.85.3 deleted file mode 100644 index 80c9f9f218f6..000000000000 --- a/net-p2p/dctc/files/digest-dctc-0.85.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 99fdcb356a4a59fbd5bf892af2e79f78 dctc-0.85.3.tar.gz 414522 |