From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/laptop-mode-tools/
Date: Sat, 31 Jul 2021 22:17:25 +0000 (UTC) [thread overview]
Message-ID: <1627769621.8f0e7b70246e039e50c9969723eff98495ca7e41.sam@gentoo> (raw)
commit: 8f0e7b70246e039e50c9969723eff98495ca7e41
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 03:14:04 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 22:13:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0e7b70
app-laptop/laptop-mode-tools: [QA] call tmpfiles_process in pkg_postinst
This is needed to actually apply the tmpfiles configuration
we've installed in the ebuild. See tmpfiles.eclass documentation.
Revbump because the new tmpfiles inherit adds a new dependency
(virtual/tmpfiles).
Signed-off-by: Sam James <sam <AT> gentoo.org>
...de-tools-1.72.2-r1.ebuild => laptop-mode-tools-1.72.2-r2.ebuild} | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r1.ebuild b/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r2.ebuild
similarity index 95%
rename from app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r1.ebuild
rename to app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r2.ebuild
index a9ae177ba5a..4b6591ed520 100644
--- a/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.2-r1.ebuild
+++ b/app-laptop/laptop-mode-tools/laptop-mode-tools-1.72.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 multilib systemd udev
+inherit multilib systemd tmpfiles udev
MY_P="${PN}_${PV}"
@@ -66,6 +66,8 @@ src_install() {
}
pkg_postinst() {
+ tmpfiles_process laptop-mode.conf
+
if use acpi || use apm; then
if use acpi; then
daemon_name="acpid"
next reply other threads:[~2021-07-31 22:17 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-31 22:17 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-20 22:00 [gentoo-commits] repo/gentoo:master commit in: app-laptop/laptop-mode-tools/ Jonas Stein
2021-04-26 19:15 Sam James
2021-04-26 19:11 Sam James
2021-03-26 16:11 Sam James
2021-03-26 16:11 Sam James
2019-09-15 14:55 Michał Górny
2018-09-28 0:18 Alon Bar-Lev
2018-09-01 7:21 Alon Bar-Lev
2018-05-26 8:53 Mikle Kolyada
2018-04-20 0:41 Aaron Bauman
2018-02-03 18:38 Alon Bar-Lev
2018-02-01 18:42 Alon Bar-Lev
2018-01-04 17:48 Alon Bar-Lev
2017-10-12 20:01 Alon Bar-Lev
2017-10-12 18:48 Sergei Trofimovich
2017-10-09 22:48 Thomas Deutschmann
2017-10-07 13:45 Michael Palimaka
2017-04-05 17:53 Alon Bar-Lev
2017-03-25 18:11 Alon Bar-Lev
2017-03-16 19:53 Alon Bar-Lev
2017-03-16 7:28 Michael Weber
2016-09-24 19:49 Alon Bar-Lev
2016-05-08 4:13 Alon Bar-Lev
2016-03-27 17:28 Alon Bar-Lev
2016-03-27 17:28 Alon Bar-Lev
2016-03-15 18:50 Alon Bar-Lev
2016-03-11 19:53 Alon Bar-Lev
2015-09-27 9:14 Alon Bar-Lev
2015-08-31 20:45 Alon Bar-Lev
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=1627769621.8f0e7b70246e039e50c9969723eff98495ca7e41.sam@gentoo \
--to=sam@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