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-vpn/tailscale/
Date: Fri, 30 Jul 2021 23:31:20
Message-Id: 1627687813.aac398a2b8da81e0d9ab2558e297cf0b293d8c09.sam@gentoo
1 commit: aac398a2b8da81e0d9ab2558e297cf0b293d8c09
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 22:58:22 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 23:30:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac398a2
7
8 net-vpn/tailscale: [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-vpn/tailscale/tailscale-1.10.0.ebuild | 4 ++++
17 net-vpn/tailscale/tailscale-1.2.10-r1.ebuild | 6 +++++-
18 net-vpn/tailscale/tailscale-1.4.0.ebuild | 6 +++++-
19 net-vpn/tailscale/tailscale-1.4.1.ebuild | 6 +++++-
20 net-vpn/tailscale/tailscale-1.4.5.ebuild | 6 +++++-
21 net-vpn/tailscale/tailscale-1.8.7.ebuild | 4 ++++
22 6 files changed, 28 insertions(+), 4 deletions(-)
23
24 diff --git a/net-vpn/tailscale/tailscale-1.10.0.ebuild b/net-vpn/tailscale/tailscale-1.10.0.ebuild
25 index ea23773cceb..e19f4d2e872 100644
26 --- a/net-vpn/tailscale/tailscale-1.10.0.ebuild
27 +++ b/net-vpn/tailscale/tailscale-1.10.0.ebuild
28 @@ -1024,3 +1024,7 @@ src_install() {
29 newinitd "${FILESDIR}/${PN}d.initd" ${PN}
30 newconfd "${FILESDIR}/${PN}d.confd" ${PN}
31 }
32 +
33 +pkg_postinst() {
34 + tmpfiles_process ${PN}.conf
35 +}
36
37 diff --git a/net-vpn/tailscale/tailscale-1.2.10-r1.ebuild b/net-vpn/tailscale/tailscale-1.2.10-r1.ebuild
38 index 15d91103c2f..98c2720f023 100644
39 --- a/net-vpn/tailscale/tailscale-1.2.10-r1.ebuild
40 +++ b/net-vpn/tailscale/tailscale-1.2.10-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 2020 Gentoo Authors
43 +# Copyright 2020-2021 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -253,3 +253,7 @@ src_install() {
48 newinitd "${FILESDIR}/${PN}d.initd" ${PN}
49 newconfd "${FILESDIR}/${PN}d.confd" ${PN}
50 }
51 +
52 +pkg_postinst() {
53 + tmpfiles_process ${PN}.conf
54 +}
55
56 diff --git a/net-vpn/tailscale/tailscale-1.4.0.ebuild b/net-vpn/tailscale/tailscale-1.4.0.ebuild
57 index 69a4661f9fa..94bf9df62b6 100644
58 --- a/net-vpn/tailscale/tailscale-1.4.0.ebuild
59 +++ b/net-vpn/tailscale/tailscale-1.4.0.ebuild
60 @@ -1,4 +1,4 @@
61 -# Copyright 2020 Gentoo Authors
62 +# Copyright 2020-2021 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 EAPI=7
66 @@ -628,3 +628,7 @@ src_install() {
67 newinitd "${FILESDIR}/${PN}d.initd" ${PN}
68 newconfd "${FILESDIR}/${PN}d.confd" ${PN}
69 }
70 +
71 +pkg_postinst() {
72 + tmpfiles_process ${PN}.conf
73 +}
74
75 diff --git a/net-vpn/tailscale/tailscale-1.4.1.ebuild b/net-vpn/tailscale/tailscale-1.4.1.ebuild
76 index ad770855218..f1c534c69b6 100644
77 --- a/net-vpn/tailscale/tailscale-1.4.1.ebuild
78 +++ b/net-vpn/tailscale/tailscale-1.4.1.ebuild
79 @@ -1,4 +1,4 @@
80 -# Copyright 2020 Gentoo Authors
81 +# Copyright 2020-2021 Gentoo Authors
82 # Distributed under the terms of the GNU General Public License v2
83
84 EAPI=7
85 @@ -628,3 +628,7 @@ src_install() {
86 newinitd "${FILESDIR}/${PN}d.initd" ${PN}
87 newconfd "${FILESDIR}/${PN}d.confd" ${PN}
88 }
89 +
90 +pkg_postinst() {
91 + tmpfiles_process ${PN}.conf
92 +}
93
94 diff --git a/net-vpn/tailscale/tailscale-1.4.5.ebuild b/net-vpn/tailscale/tailscale-1.4.5.ebuild
95 index 471f008a117..120700e29cb 100644
96 --- a/net-vpn/tailscale/tailscale-1.4.5.ebuild
97 +++ b/net-vpn/tailscale/tailscale-1.4.5.ebuild
98 @@ -1,4 +1,4 @@
99 -# Copyright 2020 Gentoo Authors
100 +# Copyright 2020-2021 Gentoo Authors
101 # Distributed under the terms of the GNU General Public License v2
102
103 EAPI=7
104 @@ -628,3 +628,7 @@ src_install() {
105 newinitd "${FILESDIR}/${PN}d.initd" ${PN}
106 newconfd "${FILESDIR}/${PN}d.confd" ${PN}
107 }
108 +
109 +pkg_postinst() {
110 + tmpfiles_process ${PN}.conf
111 +}
112
113 diff --git a/net-vpn/tailscale/tailscale-1.8.7.ebuild b/net-vpn/tailscale/tailscale-1.8.7.ebuild
114 index d258d589519..7b4248c4540 100644
115 --- a/net-vpn/tailscale/tailscale-1.8.7.ebuild
116 +++ b/net-vpn/tailscale/tailscale-1.8.7.ebuild
117 @@ -307,3 +307,7 @@ src_install() {
118 newinitd "${FILESDIR}/${PN}d.initd" ${PN}
119 newconfd "${FILESDIR}/${PN}d.confd" ${PN}
120 }
121 +
122 +pkg_postinst() {
123 + tmpfiles_process ${PN}.conf
124 +}