From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1258535-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 134A71382C5 for <garchives@archives.gentoo.org>; Sun, 7 Mar 2021 11:58:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A0C6E0837; Sun, 7 Mar 2021 11:58:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EFEAE0837 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Mar 2021 11:58:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DC37340C58 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Mar 2021 11:58:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5E50586 for <gentoo-commits@lists.gentoo.org>; Sun, 7 Mar 2021 11:58:25 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" <soap@gentoo.org> Message-ID: <1615118216.6f70127e213b00934df4a41fb00e38b2b70c7145.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/getdns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/getdns/getdns-1.5.1.ebuild net-dns/getdns/getdns-1.5.2-r2.ebuild net-dns/getdns/getdns-1.6.0_beta1-r2.ebuild X-VCS-Directories: net-dns/getdns/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6f70127e213b00934df4a41fb00e38b2b70c7145 X-VCS-Branch: master Date: Sun, 7 Mar 2021 11:58:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 96d09f88-5833-4fec-8fc8-0e2d7f472a55 X-Archives-Hash: 53ca3758d527192f8fbbe3b688e7a572 commit: 6f70127e213b00934df4a41fb00e38b2b70c7145 Author: Theo Anderson <telans <AT> posteo <DOT> de> AuthorDate: Sun Mar 7 11:56:56 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun Mar 7 11:56:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f70127e 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 <AT> posteo.de> Signed-off-by: David Seifert <soap <AT> gentoo.org> net-dns/getdns/getdns-1.5.1.ebuild | 6 +++--- net-dns/getdns/getdns-1.5.2-r2.ebuild | 6 +++--- 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 412a42a0a40..87cc0fa7363 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 ed71355073d..62a0514b8c1 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 543db3e2c78..ab3972e67e6 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 }