From 514d1bbe260df2521fe60f1a3ec87cfcfde1a829 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 17 Jul 2021 19:04:28 +0100 Subject: gentoo resync : 17.07.2021 --- net-dns/getdns/getdns-1.5.2-r2.ebuild | 82 ----------------------------------- 1 file changed, 82 deletions(-) delete mode 100644 net-dns/getdns/getdns-1.5.2-r2.ebuild (limited to 'net-dns/getdns/getdns-1.5.2-r2.ebuild') diff --git a/net-dns/getdns/getdns-1.5.2-r2.ebuild b/net-dns/getdns/getdns-1.5.2-r2.ebuild deleted file mode 100644 index 805ea4a5e29b..000000000000 --- a/net-dns/getdns/getdns-1.5.2-r2.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit fcaps systemd user tmpfiles - -DESCRIPTION="Modern asynchronous DNS API" -HOMEPAGE="https://getdnsapi.net/" -SRC_URI="https://getdnsapi.net/releases/${P//./-}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="doc +getdns-query +getdns-server-mon gnutls +idn libev libevent libuv nettle static-libs stubby +threads +unbound" - -REQUIRED_USE="gnutls? ( nettle )" - -# https://bugs.gentoo.org/661760 -# https://github.com/getdnsapi/getdns/issues/407 -RESTRICT="test" - -DEPEND=" - dev-libs/libbsd:= - dev-libs/libyaml:= - idn? ( net-dns/libidn2:= ) - !gnutls? ( dev-libs/openssl:0= ) - gnutls? ( net-libs/gnutls:0=[dane] ) - libev? ( dev-libs/libev:= ) - libevent? ( dev-libs/libevent:= ) - libuv? ( dev-libs/libuv:= ) - nettle? ( dev-libs/nettle:0= ) - unbound? ( >=net-dns/unbound-1.4.16:= ) -" -RDEPEND=" - ${DEPEND} - stubby? ( sys-libs/libcap:= ) -" -BDEPEND=" - doc? ( app-doc/doxygen ) -" - -PATCHES=( "${FILESDIR}/${PN}-1.4.2-stubby.service.patch" ) - -src_configure() { - econf \ - --runstatedir=/var/run \ - $(use_enable static-libs static) \ - $(use_with getdns-query getdns_query) \ - $(use_with getdns-server-mon getdns_server_mon) \ - $(usex gnutls '--with-gnutls' '' '' '') \ - $(use_with idn libidn2) \ - $(use_with libev) \ - $(use_with libevent) \ - $(use_with libuv) \ - $(use_with nettle) \ - $(use_with stubby) \ - $(use_with threads libpthread) \ - $(use_with unbound libunbound) \ - --without-libidn \ - --with-piddir=/var/run/stubby -} - -src_install() { - default - if use stubby; then - newinitd "${FILESDIR}"/stubby.initd-r1 stubby - newconfd "${FILESDIR}"/stubby.confd-r1 stubby - insinto /etc/logrotate.d - newins "${FILESDIR}"/stubby.logrotate stubby - systemd_dounit "${S}"/stubby/systemd/stubby.service - dotmpfiles "${S}"/stubby/systemd/stubby.conf - fi -} - -pkg_postinst() { - if use stubby; then - enewgroup stubby - enewuser stubby -1 -1 -1 stubby - fcaps cap_net_bind_service=ei /usr/bin/stubby - fi -} -- cgit v1.2.3