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 E268E1382C5 for ; Sun, 7 Mar 2021 11:58:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D75F5E087C; Sun, 7 Mar 2021 11:58:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BFF6DE087C for ; Sun, 7 Mar 2021 11:58:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 57739340CD7 for ; Sun, 7 Mar 2021 11:58:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3647F5B6 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: <1615118272.273cddf01d7510523e0451c20d51a5e332ac5367.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/apcupsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/apcupsd/apcupsd-3.14.13.ebuild sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild X-VCS-Directories: sys-power/apcupsd/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 273cddf01d7510523e0451c20d51a5e332ac5367 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: f19aee75-4f9b-4c62-93c8-806addbabfbd X-Archives-Hash: 03902b45e0039ed2babad8ff8ccc7fe4 commit: 273cddf01d7510523e0451c20d51a5e332ac5367 Author: Theo Anderson posteo de> AuthorDate: Sun Mar 7 11:57:52 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 7 11:57:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273cddf0 sys-power/apcupsd: migrate to tmpfiles.eclass Closes: https://bugs.gentoo.org/740634 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> Signed-off-by: David Seifert gentoo.org> sys-power/apcupsd/apcupsd-3.14.13.ebuild | 6 +++--- sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-power/apcupsd/apcupsd-3.14.13.ebuild b/sys-power/apcupsd/apcupsd-3.14.13.ebuild index b6e3eb60c4f..0b3e1741413 100644 --- a/sys-power/apcupsd/apcupsd-3.14.13.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.13.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=5 -inherit eutils linux-info flag-o-matic systemd udev +inherit eutils linux-info flag-o-matic systemd udev tmpfiles DESCRIPTION="APC UPS daemon with integrated tcp/ip remote shutdown" HOMEPAGE="http://www.apcupsd.org/" @@ -93,7 +93,7 @@ src_install() { newinitd "${FILESDIR}/${PN}.powerfail.init" "${PN}".powerfail systemd_dounit "${FILESDIR}"/${PN}.service - systemd_dotmpfilesd "${FILESDIR}"/${PN}-tmpfiles.conf + dotmpfiles "${FILESDIR}"/${PN}-tmpfiles.conf # remove hal settings, we don't really want to have it around still. rm -r "${D}"/usr/share/hal diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild index 4390e39bda5..d3d3a89e00d 100644 --- a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.14-r2.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=6 -inherit linux-info flag-o-matic systemd udev +inherit linux-info flag-o-matic systemd udev tmpfiles DESCRIPTION="APC UPS daemon with integrated tcp/ip remote shutdown" HOMEPAGE="http://www.apcupsd.org/" @@ -93,7 +93,7 @@ src_install() { newinitd "${FILESDIR}/${PN}.powerfail.init" "${PN}".powerfail systemd_dounit "${FILESDIR}"/${PN}.service - systemd_dotmpfilesd "${FILESDIR}"/${PN}-tmpfiles.conf + dotmpfiles "${FILESDIR}"/${PN}-tmpfiles.conf # remove hal settings, we don't really want to have it around still. rm -r "${D}"/usr/share/hal || die