From d37b97a25b8b10f748eead6574b01f893f140b01 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 6 Dec 2017 18:23:20 +0000 Subject: gentoo resync : 06.12.2017 --- net-dns/pdns-recursor/pdns-recursor-4.1.0.ebuild | 80 ++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 net-dns/pdns-recursor/pdns-recursor-4.1.0.ebuild (limited to 'net-dns/pdns-recursor/pdns-recursor-4.1.0.ebuild') diff --git a/net-dns/pdns-recursor/pdns-recursor-4.1.0.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.1.0.ebuild new file mode 100644 index 000000000000..346091e0ec16 --- /dev/null +++ b/net-dns/pdns-recursor/pdns-recursor-4.1.0.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit toolchain-funcs flag-o-matic eutils versionator + +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="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} + !