From 64c23f7fc6604e202f4e9916c85827eee728f58a Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sat, 8 Jan 2022 16:58:22 +0100 Subject: net-dns/pdns-recursor: Enable 64bit time_t support, bug #793722 Closes: https://bugs.gentoo.org/793722 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Sven Wegener --- .../pdns-recursor/pdns-recursor-4.6.0-r1.ebuild | 84 ++++++++++++++++++++++ net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild | 82 --------------------- 2 files changed, 84 insertions(+), 82 deletions(-) create mode 100644 net-dns/pdns-recursor/pdns-recursor-4.6.0-r1.ebuild delete mode 100644 net-dns/pdns-recursor/pdns-recursor-4.6.0.ebuild (limited to 'net-dns') diff --git a/net-dns/pdns-recursor/pdns-recursor-4.6.0-r1.ebuild b/net-dns/pdns-recursor/pdns-recursor-4.6.0-r1.ebuild new file mode 100644 index 000000000000..076ff5c64a8c --- /dev/null +++ b/net-dns/pdns-recursor/pdns-recursor-4.6.0-r1.ebuild @@ -0,0 +1,84 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +LUA_COMPAT=( lua5-{1..4} luajit ) + +inherit flag-o-matic lua-single + +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 dnstap snmp sodium systemd test" +REQUIRED_USE="${LUA_REQUIRED_USE}" +RESTRICT="!test? ( test )" + +DEPEND="${LUA_DEPS} + dnstap? ( dev-libs/fstrm ) + systemd? ( sys-apps/systemd:0= ) + snmp? ( net-analyzer/net-snmp ) + sodium? ( dev-libs/libsodium:= ) + dev-libs/openssl:= + >=dev-libs/boost-1.35:=" +RDEPEND="${DEPEND} + !