public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/coredns/
Date: Tue, 29 Jun 2021 16:22:32 +0000 (UTC)	[thread overview]
Message-ID: <1624983626.61c9ea967c3a12525da219caeb22de79a225cc7f.floppym@gentoo> (raw)

commit:     61c9ea967c3a12525da219caeb22de79a225cc7f
Author:     David Michael <fedora.dm0 <AT> gmail <DOT> com>
AuthorDate: Mon Jun 28 18:10:43 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 16:20:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c9ea96

net-dns/coredns: migrate to tmpfiles.eclass

The systemd_newtmpfilesd function is deprecated.

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-dns/coredns/coredns-1.8.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dns/coredns/coredns-1.8.3.ebuild b/net-dns/coredns/coredns-1.8.3.ebuild
index 5bd6ee625fd..fb5faae345e 100644
--- a/net-dns/coredns/coredns-1.8.3.ebuild
+++ b/net-dns/coredns/coredns-1.8.3.ebuild
@@ -834,7 +834,7 @@ EGO_SUM=(
 	"sourcegraph.com/sourcegraph/appdash v0.0.0-20190731080439-ebfcffb1b5c0/go.mod"
 )
 
-inherit fcaps go-module systemd
+inherit fcaps go-module systemd tmpfiles
 go-module_set_globals
 
 ARCHIVE_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
@@ -874,7 +874,7 @@ src_install() {
 	newins "${FILESDIR}"/coredns.logrotated coredns
 
 	systemd_dounit "${FILESDIR}"/coredns.service
-	systemd_newtmpfilesd "${FILESDIR}"/coredns.tmpfiles "${PN}.conf"
+	newtmpfiles "${FILESDIR}"/coredns.tmpfiles "${PN}.conf"
 }
 
 src_test() {


             reply	other threads:[~2021-06-29 16:22 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-29 16:22 Mike Gilbert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-23 14:15 [gentoo-commits] repo/gentoo:master commit in: net-dns/coredns/ Sam James
2025-07-08  1:59 Zac Medico
2025-07-08  1:59 Zac Medico
2025-04-01 18:52 Zac Medico
2025-04-01 18:52 Zac Medico
2025-03-22  4:34 Sam James
2024-12-01 19:38 Zac Medico
2024-11-14  0:55 Zac Medico
2024-05-12 21:14 Zac Medico
2024-05-12 21:14 Zac Medico
2024-05-12 21:06 Zac Medico
2024-05-11 15:16 Arthur Zamarin
2024-03-25  4:20 Zac Medico
2024-03-25  3:41 Zac Medico
2024-03-24 23:21 Zac Medico
2024-03-15 15:37 Arthur Zamarin
2024-02-28  3:05 Zac Medico
2024-02-28  3:05 Zac Medico
2024-02-28  3:05 Zac Medico
2023-11-10 16:35 Zac Medico
2023-11-10 16:35 Zac Medico
2023-05-01 13:36 Sam James
2023-04-11  4:36 Zac Medico
2022-10-18  2:48 Zac Medico
2022-10-18  2:48 Zac Medico
2022-05-28 17:42 Zac Medico
2022-05-16  4:02 Zac Medico
2022-05-16  4:02 Zac Medico
2021-09-01 16:42 William Hubbs
2021-04-04 14:41 Zac Medico
2021-03-24  6:19 Zac Medico
2021-03-21  1:04 Zac Medico
2020-07-22  7:48 Joonas Niilola
2020-05-04 19:26 William Hubbs
2020-04-29 11:40 Joonas Niilola
2019-01-15 19:26 Manuel Rüger
2019-01-15 19:26 Manuel Rüger
2018-08-21 20:29 Manuel Rüger
2018-07-24 13:52 Manuel Rüger
2018-04-01  1:25 Manuel Rüger
2018-04-01  1:25 Manuel Rüger
2018-02-21 15:04 Manuel Rüger
2017-10-27 11:37 Manuel Rüger
2017-10-27 11:37 Manuel Rüger
2017-08-12 12:25 Manuel Rüger
2017-08-06 21:31 Manuel Rüger
2017-08-06 21:31 Manuel Rüger
2017-07-19 15:06 Manuel Rüger
2017-03-22 14:42 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1624983626.61c9ea967c3a12525da219caeb22de79a225cc7f.floppym@gentoo \
    --to=floppym@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox