summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/dchub/dchub-0.4.5.ebuild')
-rw-r--r--net-p2p/dchub/dchub-0.4.5.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-p2p/dchub/dchub-0.4.5.ebuild b/net-p2p/dchub/dchub-0.4.5.ebuild
deleted file mode 100644
index 4852ced7debc..000000000000
--- a/net-p2p/dchub/dchub-0.4.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.4.5.ebuild,v 1.8 2004/10/04 22:02:16 pvdabeel Exp $
-
-IUSE=""
-
-HOMEPAGE="http://ac2i.homelinux.com/dctc/#dchub"
-DESCRIPTION="dchub (Direct Connect Hub), a linux hub for the p2p 'direct connect'"
-SRC_URI="http://ac2i.homelinux.com/dctc/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-
-RDEPEND="virtual/libc
- =dev-libs/glib-1*
- dev-lang/perl
- dev-db/edb"
-
-src_install() {
- einstall || die "install problem"
-
- dodoc Documentation/*
- dodoc AUTHORS COPYING ChangeLog NEWS README TODO
-
- dodir /etc/{conf,init}.d /etc/dchub
- exeinto /etc/init.d
- newexe ${FILESDIR}/dchub.init.d dchub
- insinto /etc/conf.d
- newins ${FILESDIR}/dchub.conf.d dchub
-}