summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-05-23 19:05:15 +0000
committerSven Wegener <swegener@gentoo.org>2006-05-23 19:05:15 +0000
commit29fbf87770635edeff9596512d314d89d83d2a93 (patch)
treeb18e16dfab6f63b495af2c1e12d5a386f9af850a /net-dns
parentStable on ppc64; bug #134090 (diff)
downloadgentoo-2-29fbf87770635edeff9596512d314d89d83d2a93.tar.gz
gentoo-2-29fbf87770635edeff9596512d314d89d83d2a93.tar.bz2
gentoo-2-29fbf87770635edeff9596512d314d89d83d2a93.zip
blame repoman
(Portage version: 2.1_rc2)
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/pdns-recursor/files/digest-pdns-recursor-3.0.13
-rw-r--r--net-dns/pdns-recursor/pdns-recursor-3.0.1.ebuild32
2 files changed, 0 insertions, 35 deletions
diff --git a/net-dns/pdns-recursor/files/digest-pdns-recursor-3.0.1 b/net-dns/pdns-recursor/files/digest-pdns-recursor-3.0.1
deleted file mode 100644
index 1f50c853f606..000000000000
--- a/net-dns/pdns-recursor/files/digest-pdns-recursor-3.0.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 367b2c091791dc7f49002a6d8fedf011 pdns-recursor-3.0.1.tar.bz2 119684
-RMD160 f181660736e1fbbde482bc1b2de9d16ac1af539b pdns-recursor-3.0.1.tar.bz2 119684
-SHA256 d0df237f9a931beb8812fbd1dba567133b599e6eed333631a3980b5a292d4be1 pdns-recursor-3.0.1.tar.bz2 119684
diff --git a/net-dns/pdns-recursor/pdns-recursor-3.0.1.ebuild b/net-dns/pdns-recursor/pdns-recursor-3.0.1.ebuild
deleted file mode 100644
index 95e4d2ed8023..000000000000
--- a/net-dns/pdns-recursor/pdns-recursor-3.0.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.0.1.ebuild,v 1.1 2006/04/30 00:14:42 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"
-
-src_compile() {
- emake OPTFLAGS="${CFLAGS}" 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"
-}