commit:     38a9eb2394ab521f7bc044464b59ce840ac5bbf6
Author:     Sven Wegener <swegener <AT> gentoo <DOT> org>
AuthorDate: Sat May 30 09:52:24 2020 +0000
Commit:     Sven Wegener <swegener <AT> gentoo <DOT> org>
CommitDate: Sat May 30 09:53:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38a9eb23

net-dns/pdns-recursor: Cleanup

Bug: https://bugs.gentoo.org/723986
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sven Wegener <swegener <AT> gentoo.org>

 net-dns/pdns-recursor/Manifest                     |  5 --
 net-dns/pdns-recursor/files/pdns-recursor-r1       | 37 ----------
 net-dns/pdns-recursor/pdns-recursor-4.1.14.ebuild  | 79 ----------------------
 net-dns/pdns-recursor/pdns-recursor-4.1.15.ebuild  | 79 ----------------------
 net-dns/pdns-recursor/pdns-recursor-4.2.0.ebuild   | 78 ---------------------
 net-dns/pdns-recursor/pdns-recursor-4.2.1.ebuild   | 78 ---------------------
 .../pdns-recursor/pdns-recursor-4.3.0-r1.ebuild    | 78 ---------------------
 7 files changed, 434 deletions(-)

diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
index 71108799dd6..52c8e3e1c43 100644
--- a/net-dns/pdns-recursor/Manifest
+++ b/net-dns/pdns-recursor/Manifest
@@ -1,6 +1 @@
-DIST pdns-recursor-4.1.14.tar.bz2 1249908 BLAKE2B 
8918cbfa2b8ef91b18b7ef79c94bb2ae5e73f2dd835e810aca6480b7338be19e9d151f6ace6cd42bba6c71123378b95811dfa570d31ce2aa3e141b9e49753c8e
 SHA512 
9b1842df5d32f0f7a7080bedb98d8f9e36c08cbf7427c9ba1bd07bae40ef48ad4a843d6eaff336d1fe9869c209c05f4edf1117b994b6ed5818146445b28b3011
-DIST pdns-recursor-4.1.15.tar.bz2 1252518 BLAKE2B 
11eecf1ca69e6855be1cb1a1a6bfefd6b65cf38a6fcfd1e98727fd7813958024b47f974a12fa05cf0a92079a7d14ecb1a6b199a51ba0b4731aa4a1a8b638441a
 SHA512 
d493de78086a88784dbf8b54732faddca7e0dec008cf80a757240f8e1943d230edc4f0ef5a372cb1897be01956bbcfd282a979150901c0df6cc304ccdc6d878d
-DIST pdns-recursor-4.2.0.tar.bz2 1316156 BLAKE2B 
3ceb71695b0d5aa2826e28975f45d03910b23f2d7dfbe7388ffd19ea51c37bf6758ea6f90f1772b0c4ed217ef844e112961f51c04dee4db20a05f1e25ae6b71f
 SHA512 
e4be63c1be70f0dfd7aab71f1184d5cc1d15e60e775451a96e8472db6fb3825762ebd6f51b593b167389868bbfde0538612b14a04c03f3f60a7e49f7882e78bf
-DIST pdns-recursor-4.2.1.tar.bz2 1318022 BLAKE2B 
19fba9dae26d27f68ceaf70f15f2fb27ec030fa64d5dfdfe7bf482293ed5aac6b8eb6ed47a75c2b88f4d481794695d66f0ce1cbc71d8eedeabd86d8ce8c382ba
 SHA512 
ebd7ff40def4b5c9398dee5ceae0aaf762982be4124773002b3f603b18cab2a6df667524a268e72268032334ae29d32b42294cbae68dcdc154e08b8a38f75dff
-DIST pdns-recursor-4.3.0.tar.bz2 1349359 BLAKE2B 
cdb9d38a350ef371c3675185c0f52f416d55338df034ff32a9d9fc85d783de04513555ec96fbc1dd07ecd7214d889cfe6fba80bc6981e66a6b8d4fe6f1da7dfa
 SHA512 
6ba4721f502e1e483d04e8d8cafa35d1cc088c6b3c73120a0cc90ff9c8e8f495a1591e01f0daf30d00f020e3aa06b1cf092ed6b8a0786070c307a6564812c085
 DIST pdns-recursor-4.3.1.tar.bz2 1334817 BLAKE2B 
1972259e42b1cefd9069a36d2bb235652ce234d525a2e3f19c96a93bf26f34063e6d04240146bba0560573c1d2ad042a579d6ab557fc7ac0aadee09fa15ee397
 SHA512 
49ae4957ef202f94ec87e6449dfa9c147689b5576ca1002e0155319099d698300c113e221571f6d41cb1cdc1649619621c2ccf8105620c25452ac30bd83e46b8

diff --git a/net-dns/pdns-recursor/files/pdns-recursor-r1 
b/net-dns/pdns-recursor/files/pdns-recursor-r1
deleted file mode 100644
index 57c9df1eaa4..00000000000
--- a/net-dns/pdns-recursor/files/pdns-recursor-r1
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-PDNS_CONFIGDIR="${PDNS_CONFIGDIR:-/etc/powerdns}"
-
-PDNS_CONFIG="${PDNS_CONFIGDIR}/recursor.conf"
-PDNS_CHROOTDIR="$( awk -F = '$1 == "chroot" { print $2 }' "${PDNS_CONFIG}" )"
-PDNS_SOCKETDIR="$( awk -F = '$1 == "socket-dir" { print $2 }' "${PDNS_CONFIG}" 
)"
-[ -z "${PDNS_SOCKETDIR}" -a -z "${PDNS_CHROOTDIR}" ] && 
PDNS_SOCKETDIR="/var/run"
-
-name="PowerDNS Recursor"
-description="Recursive name server"
-
-extra_started_commands="ping"
-description_ping="Ping the PowerDNS instance"
-
-command="/usr/sbin/pdns_recursor"
-command_args="--config-dir=${PDNS_CONFIGDIR}"
-command_args_foreground="--daemon=no"
-command_args_background="--daemon=yes"
-yesno ${rc_verbose} || command_args_background="${command_args_background} 
>/dev/null 2>&1"
-
-pidfile="${PDNS_CHROOTDIR}/${PDNS_SOCKETDIR}/pdns_recursor.pid"
-
-control_command="/usr/bin/rec_control"
-control_command_args="${command_args}"
-
-depend() {
-       need net
-}
-
-ping() {
-       ebegin "Pinging ${name}"
-       ${control_command} ${control_command_args} ping >/dev/null 2>&1
-       eend $?
-}

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.14.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.1.14.ebuild
deleted file mode 100644
index 25a4668601a..00000000000
--- a/net-dns/pdns-recursor/pdns-recursor-4.1.14.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic
-
-DESCRIPTION="The PowerDNS Recursor"
-HOMEPAGE="https://www.powerdns.com/";
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug libressl luajit protobuf snmp sodium systemd"
-
-DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
-       luajit? ( dev-lang/luajit:= )
-       protobuf? (
-               dev-libs/protobuf
-               >=dev-libs/boost-1.42:=
-       )
-       systemd? ( sys-apps/systemd:0= )
-       snmp? ( net-analyzer/net-snmp )
-       sodium? ( dev-libs/libsodium:= )
-       libressl? ( dev-libs/libressl:= )
-       !libressl? ( dev-libs/openssl:= )
-       >=dev-libs/boost-1.35:="
-RDEPEND="${DEPEND}
-       !<net-dns/pdns-2.9.20-r1"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}"/${P/_/-}
-
-pkg_setup() {
-       filter-flags -ftree-vectorize
-}
-
-src_configure() {
-       econf \
-               --sysconfdir=/etc/powerdns \
-               $(use_enable debug verbose-logging) \
-               $(use_enable systemd) \
-               $(use_enable sodium libsodium) \
-               $(use_with !luajit lua) \
-               $(use_with luajit luajit) \
-               $(use_with protobuf) \
-               $(use_with snmp net-snmp)
-}
-
-src_install() {
-       default
-
-       mv "${D}"/etc/powerdns/recursor.conf{-dist,}
-
-       # set defaults: setuid=nobody, setgid=nobody
-       sed -i \
-               -e 's/^# set\([ug]\)id=$/set\1id=nobody/' \
-               -e 's/^# quiet=$/quiet=on/' \
-               -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
-               "${D}"/etc/powerdns/recursor.conf
-
-       newinitd "${FILESDIR}"/pdns-recursor-r1 pdns-recursor
-
-       keepdir /var/lib/powerdns
-}
-
-pkg_postinst() {
-       local old
-
-       for old in ${REPLACING_VERSIONS}; do
-               ver_test ${old} -lt 4.0.0-r1 || continue
-
-               ewarn "Starting with 4.0.0-r1 the init script has been renamed 
from precursor"
-               ewarn "to pdns-recursor, please update your runlevels 
accordingly."
-
-               break
-       done
-}

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.15.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.1.15.ebuild
deleted file mode 100644
index 8c6bb86d0ac..00000000000
--- a/net-dns/pdns-recursor/pdns-recursor-4.1.15.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic
-
-DESCRIPTION="The PowerDNS Recursor"
-HOMEPAGE="https://www.powerdns.com/";
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug libressl luajit protobuf snmp sodium systemd"
-
-DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
-       luajit? ( dev-lang/luajit:= )
-       protobuf? (
-               dev-libs/protobuf
-               >=dev-libs/boost-1.42:=
-       )
-       systemd? ( sys-apps/systemd:0= )
-       snmp? ( net-analyzer/net-snmp )
-       sodium? ( dev-libs/libsodium:= )
-       libressl? ( dev-libs/libressl:= )
-       !libressl? ( dev-libs/openssl:= )
-       >=dev-libs/boost-1.35:="
-RDEPEND="${DEPEND}
-       !<net-dns/pdns-2.9.20-r1"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}"/${P/_/-}
-
-pkg_setup() {
-       filter-flags -ftree-vectorize
-}
-
-src_configure() {
-       econf \
-               --sysconfdir=/etc/powerdns \
-               $(use_enable debug verbose-logging) \
-               $(use_enable systemd) \
-               $(use_enable sodium libsodium) \
-               $(use_with !luajit lua) \
-               $(use_with luajit luajit) \
-               $(use_with protobuf) \
-               $(use_with snmp net-snmp)
-}
-
-src_install() {
-       default
-
-       mv "${D}"/etc/powerdns/recursor.conf{-dist,}
-
-       # set defaults: setuid=nobody, setgid=nobody
-       sed -i \
-               -e 's/^# set\([ug]\)id=$/set\1id=nobody/' \
-               -e 's/^# quiet=$/quiet=on/' \
-               -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
-               "${D}"/etc/powerdns/recursor.conf
-
-       newinitd "${FILESDIR}"/pdns-recursor-r1 pdns-recursor
-
-       keepdir /var/lib/powerdns
-}
-
-pkg_postinst() {
-       local old
-
-       for old in ${REPLACING_VERSIONS}; do
-               ver_test ${old} -lt 4.0.0-r1 || continue
-
-               ewarn "Starting with 4.0.0-r1 the init script has been renamed 
from precursor"
-               ewarn "to pdns-recursor, please update your runlevels 
accordingly."
-
-               break
-       done
-}

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.2.0.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.2.0.ebuild
deleted file mode 100644
index 2ae00b46ee1..00000000000
--- a/net-dns/pdns-recursor/pdns-recursor-4.2.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic
-
-DESCRIPTION="The PowerDNS Recursor"
-HOMEPAGE="https://www.powerdns.com/";
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug libressl luajit protobuf snmp sodium systemd"
-
-DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
-       luajit? ( dev-lang/luajit:= )
-       protobuf? (
-               dev-libs/protobuf
-               >=dev-libs/boost-1.42:=
-       )
-       systemd? ( sys-apps/systemd:0= )
-       snmp? ( net-analyzer/net-snmp )
-       sodium? ( dev-libs/libsodium:= )
-       libressl? ( dev-libs/libressl:= )
-       !libressl? ( dev-libs/openssl:= )
-       >=dev-libs/boost-1.35:="
-RDEPEND="${DEPEND}
-       !<net-dns/pdns-2.9.20-r1"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}"/${P/_/-}
-
-pkg_setup() {
-       filter-flags -ftree-vectorize
-}
-
-src_configure() {
-       econf \
-               --sysconfdir=/etc/powerdns \
-               --with-lua=$(usex luajit luajit lua) \
-               $(use_enable debug verbose-logging) \
-               $(use_enable systemd) \
-               $(use_with sodium libsodium) \
-               $(use_with protobuf) \
-               $(use_with snmp net-snmp)
-}
-
-src_install() {
-       default
-
-       mv "${D}"/etc/powerdns/recursor.conf{-dist,}
-
-       # set defaults: setuid=nobody, setgid=nobody
-       sed -i \
-               -e 's/^# set\([ug]\)id=$/set\1id=nobody/' \
-               -e 's/^# quiet=$/quiet=on/' \
-               -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
-               "${D}"/etc/powerdns/recursor.conf
-
-       newinitd "${FILESDIR}"/pdns-recursor-r1 pdns-recursor
-
-       keepdir /var/lib/powerdns
-}
-
-pkg_postinst() {
-       local old
-
-       for old in ${REPLACING_VERSIONS}; do
-               ver_test ${old} -lt 4.0.0-r1 || continue
-
-               ewarn "Starting with 4.0.0-r1 the init script has been renamed 
from precursor"
-               ewarn "to pdns-recursor, please update your runlevels 
accordingly."
-
-               break
-       done
-}

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.2.1.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.2.1.ebuild
deleted file mode 100644
index 64c04adb42e..00000000000
--- a/net-dns/pdns-recursor/pdns-recursor-4.2.1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic
-
-DESCRIPTION="The PowerDNS Recursor"
-HOMEPAGE="https://www.powerdns.com/";
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="debug libressl luajit protobuf snmp sodium systemd"
-
-DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
-       luajit? ( dev-lang/luajit:= )
-       protobuf? (
-               dev-libs/protobuf
-               >=dev-libs/boost-1.42:=
-       )
-       systemd? ( sys-apps/systemd:0= )
-       snmp? ( net-analyzer/net-snmp )
-       sodium? ( dev-libs/libsodium:= )
-       libressl? ( dev-libs/libressl:= )
-       !libressl? ( dev-libs/openssl:= )
-       >=dev-libs/boost-1.35:="
-RDEPEND="${DEPEND}
-       !<net-dns/pdns-2.9.20-r1"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}"/${P/_/-}
-
-pkg_setup() {
-       filter-flags -ftree-vectorize
-}
-
-src_configure() {
-       econf \
-               --sysconfdir=/etc/powerdns \
-               --with-lua=$(usex luajit luajit lua) \
-               $(use_enable debug verbose-logging) \
-               $(use_enable systemd) \
-               $(use_with sodium libsodium) \
-               $(use_with protobuf) \
-               $(use_with snmp net-snmp)
-}
-
-src_install() {
-       default
-
-       mv "${D}"/etc/powerdns/recursor.conf{-dist,}
-
-       # set defaults: setuid=nobody, setgid=nobody
-       sed -i \
-               -e 's/^# set\([ug]\)id=$/set\1id=nobody/' \
-               -e 's/^# quiet=$/quiet=on/' \
-               -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
-               "${D}"/etc/powerdns/recursor.conf
-
-       newinitd "${FILESDIR}"/pdns-recursor-r1 pdns-recursor
-
-       keepdir /var/lib/powerdns
-}
-
-pkg_postinst() {
-       local old
-
-       for old in ${REPLACING_VERSIONS}; do
-               ver_test ${old} -lt 4.0.0-r1 || continue
-
-               ewarn "Starting with 4.0.0-r1 the init script has been renamed 
from precursor"
-               ewarn "to pdns-recursor, please update your runlevels 
accordingly."
-
-               break
-       done
-}

diff --git a/net-dns/pdns-recursor/pdns-recursor-4.3.0-r1.ebuild 
b/net-dns/pdns-recursor/pdns-recursor-4.3.0-r1.ebuild
deleted file mode 100644
index fa5437a3d38..00000000000
--- a/net-dns/pdns-recursor/pdns-recursor-4.3.0-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit flag-o-matic
-
-DESCRIPTION="The PowerDNS Recursor"
-HOMEPAGE="https://www.powerdns.com/";
-SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug libressl luajit protobuf snmp sodium systemd"
-
-DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
-       luajit? ( dev-lang/luajit:= )
-       protobuf? (
-               dev-libs/protobuf
-               >=dev-libs/boost-1.42:=
-       )
-       systemd? ( sys-apps/systemd:0= )
-       snmp? ( net-analyzer/net-snmp )
-       sodium? ( dev-libs/libsodium:= )
-       libressl? ( dev-libs/libressl:= )
-       !libressl? ( dev-libs/openssl:= )
-       >=dev-libs/boost-1.35:="
-RDEPEND="${DEPEND}
-       !<net-dns/pdns-2.9.20-r1
-       acct-user/pdns
-       acct-group/pdns"
-BDEPEND="virtual/pkgconfig"
-
-S="${WORKDIR}"/${P/_/-}
-
-pkg_setup() {
-       filter-flags -ftree-vectorize
-}
-
-src_configure() {
-       econf \
-               --sysconfdir=/etc/powerdns \
-               --with-lua=$(usex luajit luajit lua) \
-               $(use_enable debug verbose-logging) \
-               $(use_enable systemd) \
-               $(use_with sodium libsodium) \
-               $(use_with protobuf) \
-               $(use_with snmp net-snmp)
-}
-
-src_install() {
-       default
-
-       mv "${D}"/etc/powerdns/recursor.conf{-dist,}
-
-       # set defaults: setuid=nobody, setgid=nobody
-       sed -i \
-               -e 's/^# set\([ug]\)id=$/set\1id=pdns/' \
-               -e 's/^# quiet=$/quiet=on/' \
-               -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
-               "${D}"/etc/powerdns/recursor.conf
-
-       newinitd "${FILESDIR}"/pdns-recursor-r2 pdns-recursor
-}
-
-pkg_postinst() {
-       local old
-
-       for old in ${REPLACING_VERSIONS}; do
-               ver_test ${old} -lt 4.0.0-r1 || continue
-
-               ewarn "Starting with 4.0.0-r1 the init script has been renamed 
from precursor"
-               ewarn "to pdns-recursor, please update your runlevels 
accordingly."
-
-               break
-       done
-}

Reply via email to