From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 09EDE13835A for ; Sun, 7 Mar 2021 11:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D306BE087B; Sun, 7 Mar 2021 11:58:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BFBEAE087B for ; Sun, 7 Mar 2021 11:58:33 +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 7B884340C98 for ; Sun, 7 Mar 2021 11:58:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BB7C5B9 for ; Sun, 7 Mar 2021 11:58:27 +0000 (UTC) From: "David Seifert" 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" Message-ID: <1615118278.9026e76af3f06ddc8c4999997a3a1f289e1b0eee.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/vdradmin-am/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild X-VCS-Directories: www-misc/vdradmin-am/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9026e76af3f06ddc8c4999997a3a1f289e1b0eee X-VCS-Branch: master Date: Sun, 7 Mar 2021 11:58:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a62d3505-6be4-4858-af23-486a64db3a00 X-Archives-Hash: 14ceb312470f84ccf017678735184049 commit: 9026e76af3f06ddc8c4999997a3a1f289e1b0eee Author: Theo Anderson posteo de> AuthorDate: Sun Mar 7 11:57:58 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 7 11:57:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9026e76a www-misc/vdradmin-am: migrate to tmpfiles.eclass Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> Signed-off-by: David Seifert gentoo.org> www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild b/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild index d3dd72da604..7ceb43a448d 100644 --- a/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild +++ b/www-misc/vdradmin-am/vdradmin-am-3.6.10-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit ssl-cert systemd +inherit ssl-cert systemd tmpfiles DESCRIPTION="WWW Admin for the Video Disk Recorder" HOMEPAGE="http://andreas.vdr-developer.org/vdradmin-am/index.html" @@ -75,7 +75,7 @@ src_install() { newconfd "${FILESDIR}"/vdradmin-3.6.10.conf vdradmin systemd_dounit "${WORKDIR}"/vdradmind.service - systemd_dotmpfilesd "${FILESDIR}"/vdradmind.conf + dotmpfiles "${FILESDIR}"/vdradmind.conf insinto /etc/logrotate.d newins "${FILESDIR}"/vdradmin-3.6.6.logrotate vdradmin