summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-03 23:12:50 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-03 23:12:50 +0000
commit6eee4e6c29c37624fe081895b7b6e1a7284512fc (patch)
tree0979fcab49002a9f927315d0dedebc45a6a4c5a2 /net-p2p/dctc/dctc-0.85.2.ebuild
parenttry to limit over-optimization bugs (diff)
downloadgentoo-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/dctc-0.85.2.ebuild')
-rw-r--r--net-p2p/dctc/dctc-0.85.2.ebuild26
1 files changed, 0 insertions, 26 deletions
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
-}