From a76167ba88c9e2a14da1f97dbd066149d385930c Mon Sep 17 00:00:00 2001 From: Quentin Retornaz Date: Thu, 9 Aug 2018 01:04:30 +0200 Subject: net-dns/getdns: disable tests #661760 --- net-dns/getdns/getdns-1.4.2-r1.ebuild | 77 --------------------------------- net-dns/getdns/getdns-1.4.2-r2.ebuild | 81 +++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+), 77 deletions(-) delete mode 100644 net-dns/getdns/getdns-1.4.2-r1.ebuild create mode 100644 net-dns/getdns/getdns-1.4.2-r2.ebuild (limited to 'net-dns') diff --git a/net-dns/getdns/getdns-1.4.2-r1.ebuild b/net-dns/getdns/getdns-1.4.2-r1.ebuild deleted file mode 100644 index 28d7a6c9c3c9..000000000000 --- a/net-dns/getdns/getdns-1.4.2-r1.ebuild +++ /dev/null @@ -1,77 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit user fcaps systemd - -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="stubby +getdns_query +getdns_server_mon libressl +idn +unbound libevent libev libuv +threads static-libs" - -DEPEND=" - dev-libs/libbsd:= - dev-libs/libyaml:= - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - idn? ( net-dns/libidn2:= ) - unbound? ( >=net-dns/unbound-1.4.16:= ) - libevent? ( dev-libs/libevent:= ) - libev? ( dev-libs/libev:= ) - libuv? ( dev-libs/libuv:= ) -" -RDEPEND=" - ${DEPEND} - stubby? ( sys-libs/libcap:= ) -" - -PATCHES=( "${FILESDIR}/${PN}-1.4.2-stubby.service.patch" ) - -src_configure() { - econf \ - --runstatedir=/var/run \ - --with-piddir=/var/run/stubby \ - $(use_with stubby) \ - $(use_with getdns_query) \ - $(use_with getdns_server_mon) \ - $(use_with idn libidn2) \ - --without-libidn \ - $(use_with unbound libunbound) \ - $(use_with libevent) \ - $(use_with libev) \ - $(use_with libuv) \ - $(use_with threads libpthread) \ - $(use_enable static-libs static) -} - -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 - systemd_dotmpfilesd "${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 - - if has_version