# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit user fcaps 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" DEPEND=" 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}" 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) } src_install() { default if use stubby; then newinitd "${FILESDIR}"/stubby.initd stubby newconfd "${FILESDIR}"/stubby.confd stubby 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