summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/dbhub/dbhub-0.399.ebuild')
-rw-r--r--net-p2p/dbhub/dbhub-0.399.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/net-p2p/dbhub/dbhub-0.399.ebuild b/net-p2p/dbhub/dbhub-0.399.ebuild
deleted file mode 100644
index 5cfe7983516f..000000000000
--- a/net-p2p/dbhub/dbhub-0.399.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dbhub/dbhub-0.399.ebuild,v 1.3 2007/02/06 07:02:46 corsair Exp $
-
-inherit eutils
-
-DESCRIPTION="hub software for Direct Connect, fork of opendchub"
-HOMEPAGE="http://dbhub.ir.pl/"
-SRC_URI="http://mieszkancy.ds.pg.gda.pl/~centurion/darkbot/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-
-src_unpack() {
- unpack ${A}
- mv ${P}-dev* ${P}
- cd "${S}"
- epatch ${FILESDIR}/dbhub-gentoo.patch
-}
-
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- exeinto /usr/bin/
- doexe "${FILESDIR}"/dbhub_setup.sh
-
- dodir /usr/share/dbhub/scripts
- insinto /usr/share/dbhub/scripts
- doins Samplescripts/*
-
- dodoc Documentation/*
-}
-
-pkg_postinst() {
- einfo
- einfo "To set up perl scripts for dbhub to use, please run"
- einfo "dbhub_setup.sh as the user you will be using dbhub as."
- einfo
-}