summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/pdns-recursor/pdns-recursor-3.1.1.ebuild')
-rw-r--r--net-dns/pdns-recursor/pdns-recursor-3.1.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-dns/pdns-recursor/pdns-recursor-3.1.1.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.1.1.ebuild
deleted file mode 100644
index e650777d7189..000000000000
--- a/net-dns/pdns-recursor/pdns-recursor-3.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/pdns-recursor/pdns-recursor-3.1.1.ebuild,v 1.2 2006/06/18 17:10:24 swegener Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="The PowerDNS Recursor"
-HOMEPAGE="http://www.powerdns.com/"
-SRC_URI="http://downloads.powerdns.com/releases/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=">=dev-libs/boost-1.33.1"
-RDEPEND="${DEPEND}
- !<net-dns/pdns-2.9.20-r1"
-
-src_compile() {
- emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "emake failed"
-}
-
-src_install() {
- dosbin pdns_recursor rec_control || die "dosbin failed"
- doman pdns_recursor.1 rec_control.1 || die "doman failed"
-
- insinto /etc/powerdns
- doins "${FILESDIR}"/recursor.conf || die "doina failed"
-
- doinitd "${FILESDIR}"/precursor || die "doinitd failed"
-}