Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-recursor/
Date: Mon, 30 Oct 2017 09:02:15
Message-Id: 1509354128.a24c58abf6bf96b393423a91e7540d4f2b5130b7.swegener@gentoo
1 commit: a24c58abf6bf96b393423a91e7540d4f2b5130b7
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 11 19:27:32 2017 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 09:02:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24c58ab
7
8 net-dns/pdns-recursor: Version bump
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-dns/pdns-recursor/Manifest | 1 +
13 .../pdns-recursor/pdns-recursor-4.1.0_rc1.ebuild | 74 ++++++++++++++++++++++
14 2 files changed, 75 insertions(+)
15
16 diff --git a/net-dns/pdns-recursor/Manifest b/net-dns/pdns-recursor/Manifest
17 index 939b60704c2..a8614864042 100644
18 --- a/net-dns/pdns-recursor/Manifest
19 +++ b/net-dns/pdns-recursor/Manifest
20 @@ -1,3 +1,4 @@
21 DIST pdns-recursor-4.0.4.tar.bz2 1050596 SHA256 2338778f49ccd03401e65f6f4b39047890e691c8ff6d810ecee45321fb4f1e4d SHA512 9473dfe9abc509b2bb953139dd7892de2027ee1508902fa0c2cd30dd9a88878fcf44370b8372d573cbab12de32bb8c604005d3b39ea34db2ef86786e689d36ab WHIRLPOOL b205ff800e49cba87f4796c7c2e4b5835119480dbcf07e404d37f86c65e7f45095fb2a936df0f82f85e6e869a87ec0355b1e5ddc5d29480e07397fc823fb1f6a
22 DIST pdns-recursor-4.0.5.tar.bz2 1066145 SHA256 ba43ce4280b3a06afebe58c5d63680f51dd525c63d1de7f3b229b380e6b1b7af SHA512 30d41033d4650a496b2a699b03c8cb5adb3e803420330f09159cf7ca2ce1bab4818f4a9c9ce7a99d2676e31b1e30289198af1f049cd1f309b93f6aa1a05d4cb5 WHIRLPOOL e03097c44df5ca5222b33b9477a5f3e67334508a830b13054eed249ffb0cb254d66e7f3c6b302e5450b86cdee48146f12847348ac5e49777caf0094af34ad252
23 DIST pdns-recursor-4.0.6.tar.bz2 1105423 SHA256 f2182ac644268bb08b865a71351f11d75c5015ac0608a1469eb4c1cd5494d60d SHA512 2203fd96469deded1da677344485da221eec036b1ad9fb418a89cd4477d73f2a6fcf984a39b574561df6946f440ddf1982de20cd39d7204da9c27e74216d1159 WHIRLPOOL a2eece8a6cdfcd6c791cb6fa42053d524b4e54f1431d78345640d7f2d9f3079939c7905767abe65abb977bce45647fb7232d1148dac13737625ee4bfae221da8
24 +DIST pdns-recursor-4.1.0-rc1.tar.bz2 1179746 SHA256 62c601ef0e591aebcae6be09b746f8384680a2b772a75dc23f0d8f4b4e54af77 SHA512 1dd602bf9ca089c94c8a2b76422e4a78ca734b11869e8f0a9d5e6e0c60d84aaf75c93ac2c4c578a6fb3659862b95d187ad13d15a64436b32339f309dcf74f7b1 WHIRLPOOL bf3ac171e0901476cb563ef20006f2a207412d799675313b66cc26aca9bd18810fd04ffe2d4b4abc8bde3589ec051d9604ab1420ebddc1d47ecd7a9329af8551
25
26 diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc1.ebuild
27 new file mode 100644
28 index 00000000000..af25e5a953c
29 --- /dev/null
30 +++ b/net-dns/pdns-recursor/pdns-recursor-4.1.0_rc1.ebuild
31 @@ -0,0 +1,74 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="6"
36 +
37 +inherit toolchain-funcs flag-o-matic eutils versionator
38 +
39 +DESCRIPTION="The PowerDNS Recursor"
40 +HOMEPAGE="https://www.powerdns.com/"
41 +SRC_URI="https://downloads.powerdns.com/releases/${P/_/-}.tar.bz2"
42 +
43 +LICENSE="GPL-2"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~arm ~x86"
46 +IUSE="luajit protobuf systemd"
47 +
48 +DEPEND="!luajit? ( >=dev-lang/lua-5.1:= )
49 + luajit? ( dev-lang/luajit:= )
50 + protobuf? (
51 + dev-libs/protobuf
52 + >=dev-libs/boost-1.42
53 + )
54 + systemd? ( sys-apps/systemd:0= )
55 + >=dev-libs/boost-1.35"
56 +RDEPEND="${DEPEND}
57 + !<net-dns/pdns-2.9.20-r1"
58 +DEPEND="${DEPEND}
59 + virtual/pkgconfig"
60 +
61 +S="${WORKDIR}"/${P/_/-}
62 +
63 +pkg_setup() {
64 + filter-flags -ftree-vectorize
65 +}
66 +
67 +src_configure() {
68 + econf \
69 + --sysconfdir=/etc/powerdns \
70 + $(use_enable systemd) \
71 + $(use_with !luajit lua) \
72 + $(use_with luajit luajit) \
73 + $(use_with protobuf)
74 +}
75 +
76 +src_install() {
77 + default
78 +
79 + mv "${D}"/etc/powerdns/recursor.conf{-dist,}
80 +
81 + # set defaults: setuid=nobody, setgid=nobody
82 + sed -i \
83 + -e 's/^# set\([ug]\)id=$/set\1id=nobody/' \
84 + -e 's/^# quiet=$/quiet=on/' \
85 + -e 's/^# chroot=$/chroot=\/var\/lib\/powerdns/' \
86 + "${D}"/etc/powerdns/recursor.conf
87 +
88 + newinitd "${FILESDIR}"/pdns-recursor-r1 pdns-recursor
89 +
90 + keepdir /var/lib/powerdns
91 +}
92 +
93 +pkg_postinst() {
94 + local old
95 +
96 + for old in ${REPLACING_VERSIONS}; do
97 + version_compare ${old} 4.0.0-r1
98 + [[ $? -eq 1 ]] || continue
99 +
100 + ewarn "Starting with 4.0.0-r1 the init script has been renamed from precursor"
101 + ewarn "to pdns-recursor, please update your runlevels accordingly."
102 +
103 + break
104 + done
105 +}