diff options
author | Theo Anderson <telans@posteo.de> | 2021-03-07 12:56:56 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-07 12:56:56 +0100 |
commit | 6f70127e213b00934df4a41fb00e38b2b70c7145 (patch) | |
tree | 317bf0f65886bc32301c44003e60ea62d7b4fc1a /net-dns/getdns | |
parent | net-dialup/xl2tpd: migrate to tmpfiles.eclass (diff) | |
download | gentoo-6f70127e213b00934df4a41fb00e38b2b70c7145.tar.gz gentoo-6f70127e213b00934df4a41fb00e38b2b70c7145.tar.bz2 gentoo-6f70127e213b00934df4a41fb00e38b2b70c7145.zip |
net-dns/getdns: migrate to tmpfiles.eclass
Closes: https://bugs.gentoo.org/740602
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-dns/getdns')
-rw-r--r-- | net-dns/getdns/getdns-1.5.1.ebuild | 6 | ||||
-rw-r--r-- | net-dns/getdns/getdns-1.5.2-r2.ebuild | 6 | ||||
-rw-r--r-- | net-dns/getdns/getdns-1.6.0_beta1-r2.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net-dns/getdns/getdns-1.5.1.ebuild b/net-dns/getdns/getdns-1.5.1.ebuild index 412a42a0a402..87cc0fa7363f 100644 --- a/net-dns/getdns/getdns-1.5.1.ebuild +++ b/net-dns/getdns/getdns-1.5.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit fcaps systemd user +inherit fcaps systemd user tmpfiles DESCRIPTION="Modern asynchronous DNS API" HOMEPAGE="https://getdnsapi.net/" @@ -64,7 +64,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/stubby.logrotate stubby systemd_dounit "${S}"/stubby/systemd/stubby.service - systemd_dotmpfilesd "${S}"/stubby/systemd/stubby.conf + dotmpfiles "${S}"/stubby/systemd/stubby.conf fi } diff --git a/net-dns/getdns/getdns-1.5.2-r2.ebuild b/net-dns/getdns/getdns-1.5.2-r2.ebuild index ed71355073db..62a0514b8c10 100644 --- a/net-dns/getdns/getdns-1.5.2-r2.ebuild +++ b/net-dns/getdns/getdns-1.5.2-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit fcaps systemd user +inherit fcaps systemd user tmpfiles DESCRIPTION="Modern asynchronous DNS API" HOMEPAGE="https://getdnsapi.net/" @@ -69,7 +69,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/stubby.logrotate stubby systemd_dounit "${S}"/stubby/systemd/stubby.service - systemd_dotmpfilesd "${S}"/stubby/systemd/stubby.conf + dotmpfiles "${S}"/stubby/systemd/stubby.conf fi } diff --git a/net-dns/getdns/getdns-1.6.0_beta1-r2.ebuild b/net-dns/getdns/getdns-1.6.0_beta1-r2.ebuild index 543db3e2c784..ab3972e67e66 100644 --- a/net-dns/getdns/getdns-1.6.0_beta1-r2.ebuild +++ b/net-dns/getdns/getdns-1.6.0_beta1-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 _SRCURI_P="${P/%_beta1/-beta.1}" -inherit cmake fcaps systemd +inherit cmake fcaps systemd tmpfiles DESCRIPTION="Modern asynchronous DNS API" HOMEPAGE="https://getdnsapi.net/" @@ -76,7 +76,7 @@ src_install() { insinto /etc/logrotate.d newins "${FILESDIR}"/stubby.logrotate stubby systemd_dounit "${S}"/stubby/systemd/stubby.service - systemd_dotmpfilesd "${S}"/stubby/systemd/stubby.conf + dotmpfiles "${S}"/stubby/systemd/stubby.conf fi } |