Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/fetchmail/
Date: Fri, 30 Jul 2021 23:31:15
Message-Id: 1627687806.bbf4c7e032ea50a9ed3257fa3743abf2679c8485.sam@gentoo
1 commit: bbf4c7e032ea50a9ed3257fa3743abf2679c8485
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 23:14:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 23:30:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf4c7e0
7
8 net-mail/fetchmail: [QA] call tmpfiles_process in pkg_postinst
9
10 This is needed to actually apply the tmpfiles configuration
11 we've installed in the ebuild. See tmpfiles.eclass documentation.
12
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 net-mail/fetchmail/fetchmail-6.4.19.ebuild | 2 ++
17 net-mail/fetchmail/fetchmail-6.4.20.ebuild | 2 ++
18 net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild | 2 ++
19 3 files changed, 6 insertions(+)
20
21 diff --git a/net-mail/fetchmail/fetchmail-6.4.19.ebuild b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
22 index dfd0275cfb0..e2ab38dd186 100644
23 --- a/net-mail/fetchmail/fetchmail-6.4.19.ebuild
24 +++ b/net-mail/fetchmail/fetchmail-6.4.19.ebuild
25 @@ -98,6 +98,8 @@ src_install() {
26 }
27
28 pkg_postinst() {
29 + tmpfiles_process ${PN}.conf
30 +
31 if [[ -z ${REPLACING_VERSIONS} ]]; then
32 elog "Please see /etc/conf.d/fetchmail if you want to adjust"
33 elog "the polling delay used by the fetchmail init script."
34
35 diff --git a/net-mail/fetchmail/fetchmail-6.4.20.ebuild b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
36 index 14870c0aa04..3da9426438a 100644
37 --- a/net-mail/fetchmail/fetchmail-6.4.20.ebuild
38 +++ b/net-mail/fetchmail/fetchmail-6.4.20.ebuild
39 @@ -98,6 +98,8 @@ src_install() {
40 }
41
42 pkg_postinst() {
43 + tmpfiles_process ${PN}.conf
44 +
45 if [[ -z ${REPLACING_VERSIONS} ]]; then
46 elog "Please see /etc/conf.d/fetchmail if you want to adjust"
47 elog "the polling delay used by the fetchmail init script."
48
49 diff --git a/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild b/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
50 index 2a9b14181a0..80f96706c30 100644
51 --- a/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
52 +++ b/net-mail/fetchmail/fetchmail-7.0.0_alpha8.ebuild
53 @@ -101,6 +101,8 @@ src_install() {
54 }
55
56 pkg_postinst() {
57 + tmpfiles_process ${PN}.conf
58 +
59 if [[ -z ${REPLACING_VERSIONS} ]]; then
60 elog "Please see /etc/conf.d/fetchmail if you want to adjust"
61 elog "the polling delay used by the fetchmail init script."