summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/dbhub/dbhub-0.451.ebuild')
-rw-r--r--net-p2p/dbhub/dbhub-0.451.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-p2p/dbhub/dbhub-0.451.ebuild b/net-p2p/dbhub/dbhub-0.451.ebuild
deleted file mode 100644
index 2540dd819b92..000000000000
--- a/net-p2p/dbhub/dbhub-0.451.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/dbhub/dbhub-0.451.ebuild,v 1.4 2010/10/24 18:40:01 ssuominen Exp $
-
-EAPI=2
-inherit autotools eutils
-
-DESCRIPTION="Hub software for Direct Connect, fork of opendchub"
-HOMEPAGE="http://www.dbhub.org"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tbz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug perl nls switch_user"
-
-DEPEND="perl? ( dev-lang/perl )
- switch_user? ( sys-libs/libcap )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-gentoo.patch \
- "${FILESDIR}"/${PN}-no-dynaloader.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- $(use_enable perl) \
- $(use_enable switch_user) \
- $(use_enable debug)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}