Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-220-r2.ebuild systemd-9999.ebuild systemd-218-r3.ebuild systemd-216-r3.ebuild systemd-219_p112.ebuild ChangeLog
Date: Sat, 30 May 2015 13:58:54
Message-Id: 20150530135845.A854AA10@oystercatcher.gentoo.org
1 floppym 15/05/30 13:58:45
2
3 Modified: systemd-220-r2.ebuild systemd-9999.ebuild
4 systemd-218-r3.ebuild systemd-216-r3.ebuild
5 systemd-219_p112.ebuild ChangeLog
6 Log:
7 Remove obsolete postinst messages.
8
9 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
10
11 Revision Changes Path
12 1.4 sys-apps/systemd/systemd-220-r2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild?r1=1.3&r2=1.4
17
18 Index: systemd-220-r2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- systemd-220-r2.ebuild 30 May 2015 13:03:27 -0000 1.3
25 +++ systemd-220-r2.ebuild 30 May 2015 13:58:45 -0000 1.4
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.3 2015/05/30 13:03:27 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-220-r2.ebuild,v 1.4 2015/05/30 13:58:45 floppym Exp $
31
32 EAPI=5
33
34 @@ -471,26 +471,12 @@
35 eerror
36 fi
37
38 - if [[ ! -L "${ROOT}"/etc/mtab ]]; then
39 - ewarn "Upstream mandates the /etc/mtab file should be a symlink to /proc/mounts."
40 - ewarn "Not having it is not supported by upstream and will cause tools like 'df'"
41 - ewarn "and 'mount' to not work properly. Please run:"
42 - ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
43 - ewarn
44 - fi
45 -
46 if [[ $(readlink "${ROOT}"/etc/resolv.conf) == */run/systemd/network/resolv.conf ]]; then
47 ewarn "resolv.conf is now generated by systemd-resolved. To use it, enable"
48 ewarn "systemd-resolved.service, and create a symlink from /etc/resolv.conf"
49 ewarn "to /run/systemd/resolve/resolv.conf"
50 ewarn
51 fi
52 -
53 - if has_version sys-apps/openrc &&
54 - ! has_version sys-fs/udev-init-scripts; then
55 - elog "If you plan to boot using OpenRC and udev or eudev, you"
56 - elog "need to install the udev-init-scripts package."
57 - fi
58 }
59
60 pkg_prerm() {
61
62
63
64 1.169 sys-apps/systemd/systemd-9999.ebuild
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.169&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.169&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.168&r2=1.169
69
70 Index: systemd-9999.ebuild
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
73 retrieving revision 1.168
74 retrieving revision 1.169
75 diff -u -r1.168 -r1.169
76 --- systemd-9999.ebuild 30 May 2015 13:03:27 -0000 1.168
77 +++ systemd-9999.ebuild 30 May 2015 13:58:45 -0000 1.169
78 @@ -1,6 +1,6 @@
79 # Copyright 1999-2015 Gentoo Foundation
80 # Distributed under the terms of the GNU General Public License v2
81 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.168 2015/05/30 13:03:27 pacho Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.169 2015/05/30 13:58:45 floppym Exp $
83
84 EAPI=5
85
86 @@ -479,26 +479,12 @@
87 eerror
88 fi
89
90 - if [[ ! -L "${ROOT}"/etc/mtab ]]; then
91 - ewarn "Upstream mandates the /etc/mtab file should be a symlink to /proc/mounts."
92 - ewarn "Not having it is not supported by upstream and will cause tools like 'df'"
93 - ewarn "and 'mount' to not work properly. Please run:"
94 - ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
95 - ewarn
96 - fi
97 -
98 if [[ $(readlink "${ROOT}"/etc/resolv.conf) == */run/systemd/network/resolv.conf ]]; then
99 ewarn "resolv.conf is now generated by systemd-resolved. To use it, enable"
100 ewarn "systemd-resolved.service, and create a symlink from /etc/resolv.conf"
101 ewarn "to /run/systemd/resolve/resolv.conf"
102 ewarn
103 fi
104 -
105 - if has_version sys-apps/openrc &&
106 - ! has_version sys-fs/udev-init-scripts; then
107 - elog "If you plan to boot using OpenRC and udev or eudev, you"
108 - elog "need to install the udev-init-scripts package."
109 - fi
110 }
111
112 pkg_prerm() {
113
114
115
116 1.7 sys-apps/systemd/systemd-218-r3.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild?rev=1.7&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild?rev=1.7&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild?r1=1.6&r2=1.7
121
122 Index: systemd-218-r3.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild,v
125 retrieving revision 1.6
126 retrieving revision 1.7
127 diff -u -r1.6 -r1.7
128 --- systemd-218-r3.ebuild 30 May 2015 13:03:27 -0000 1.6
129 +++ systemd-218-r3.ebuild 30 May 2015 13:58:45 -0000 1.7
130 @@ -1,6 +1,6 @@
131 # Copyright 1999-2015 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild,v 1.6 2015/05/30 13:03:27 pacho Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r3.ebuild,v 1.7 2015/05/30 13:58:45 floppym Exp $
135
136 EAPI=5
137
138 @@ -443,26 +443,12 @@
139 eerror
140 fi
141
142 - if [[ ! -L "${ROOT}"/etc/mtab ]]; then
143 - ewarn "Upstream mandates the /etc/mtab file should be a symlink to /proc/mounts."
144 - ewarn "Not having it is not supported by upstream and will cause tools like 'df'"
145 - ewarn "and 'mount' to not work properly. Please run:"
146 - ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
147 - ewarn
148 - fi
149 -
150 if [[ $(readlink "${ROOT}"/etc/resolv.conf) == */run/systemd/network/resolv.conf ]]; then
151 ewarn "resolv.conf is now generated by systemd-resolved. To use it, enable"
152 ewarn "systemd-resolved.service, and create a symlink from /etc/resolv.conf"
153 ewarn "to /run/systemd/resolve/resolv.conf"
154 ewarn
155 fi
156 -
157 - if has_version sys-apps/openrc &&
158 - ! has_version sys-fs/udev-init-scripts; then
159 - elog "If you plan to boot using OpenRC and udev or eudev, you"
160 - elog "need to install the udev-init-scripts package."
161 - fi
162 }
163
164 pkg_prerm() {
165
166
167
168 1.11 sys-apps/systemd/systemd-216-r3.ebuild
169
170 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild?rev=1.11&view=markup
171 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild?rev=1.11&content-type=text/plain
172 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild?r1=1.10&r2=1.11
173
174 Index: systemd-216-r3.ebuild
175 ===================================================================
176 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild,v
177 retrieving revision 1.10
178 retrieving revision 1.11
179 diff -u -r1.10 -r1.11
180 --- systemd-216-r3.ebuild 30 May 2015 13:03:27 -0000 1.10
181 +++ systemd-216-r3.ebuild 30 May 2015 13:58:45 -0000 1.11
182 @@ -1,6 +1,6 @@
183 # Copyright 1999-2015 Gentoo Foundation
184 # Distributed under the terms of the GNU General Public License v2
185 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild,v 1.10 2015/05/30 13:03:27 pacho Exp $
186 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r3.ebuild,v 1.11 2015/05/30 13:58:45 floppym Exp $
187
188 EAPI=5
189
190 @@ -479,26 +479,12 @@
191 eerror
192 fi
193
194 - if [[ ! -L "${ROOT}"/etc/mtab ]]; then
195 - ewarn "Upstream mandates the /etc/mtab file should be a symlink to /proc/mounts."
196 - ewarn "Not having it is not supported by upstream and will cause tools like 'df'"
197 - ewarn "and 'mount' to not work properly. Please run:"
198 - ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
199 - ewarn
200 - fi
201 -
202 if [[ $(readlink "${ROOT}"/etc/resolv.conf) == */run/systemd/network/resolv.conf ]]; then
203 ewarn "resolv.conf is now generated by systemd-resolved. To use it, enable"
204 ewarn "systemd-resolved.service, and create a symlink from /etc/resolv.conf"
205 ewarn "to /run/systemd/resolve/resolv.conf"
206 ewarn
207 fi
208 -
209 - if has_version sys-apps/openrc &&
210 - ! has_version sys-fs/udev-init-scripts; then
211 - elog "If you plan to boot using OpenRC and udev or eudev, you"
212 - elog "need to install the udev-init-scripts package."
213 - fi
214 }
215
216 pkg_prerm() {
217
218
219
220 1.4 sys-apps/systemd/systemd-219_p112.ebuild
221
222 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild?rev=1.4&view=markup
223 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild?rev=1.4&content-type=text/plain
224 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild?r1=1.3&r2=1.4
225
226 Index: systemd-219_p112.ebuild
227 ===================================================================
228 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild,v
229 retrieving revision 1.3
230 retrieving revision 1.4
231 diff -u -r1.3 -r1.4
232 --- systemd-219_p112.ebuild 30 May 2015 13:03:27 -0000 1.3
233 +++ systemd-219_p112.ebuild 30 May 2015 13:58:45 -0000 1.4
234 @@ -1,6 +1,6 @@
235 # Copyright 1999-2015 Gentoo Foundation
236 # Distributed under the terms of the GNU General Public License v2
237 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild,v 1.3 2015/05/30 13:03:27 pacho Exp $
238 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-219_p112.ebuild,v 1.4 2015/05/30 13:58:45 floppym Exp $
239
240 EAPI=5
241
242 @@ -456,26 +456,12 @@
243 eerror
244 fi
245
246 - if [[ ! -L "${ROOT}"/etc/mtab ]]; then
247 - ewarn "Upstream mandates the /etc/mtab file should be a symlink to /proc/mounts."
248 - ewarn "Not having it is not supported by upstream and will cause tools like 'df'"
249 - ewarn "and 'mount' to not work properly. Please run:"
250 - ewarn " # ln -sf '${ROOT}proc/self/mounts' '${ROOT}etc/mtab'"
251 - ewarn
252 - fi
253 -
254 if [[ $(readlink "${ROOT}"/etc/resolv.conf) == */run/systemd/network/resolv.conf ]]; then
255 ewarn "resolv.conf is now generated by systemd-resolved. To use it, enable"
256 ewarn "systemd-resolved.service, and create a symlink from /etc/resolv.conf"
257 ewarn "to /run/systemd/resolve/resolv.conf"
258 ewarn
259 fi
260 -
261 - if has_version sys-apps/openrc &&
262 - ! has_version sys-fs/udev-init-scripts; then
263 - elog "If you plan to boot using OpenRC and udev or eudev, you"
264 - elog "need to install the udev-init-scripts package."
265 - fi
266 }
267
268 pkg_prerm() {
269
270
271
272 1.374 sys-apps/systemd/ChangeLog
273
274 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.374&view=markup
275 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.374&content-type=text/plain
276 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.373&r2=1.374
277
278 Index: ChangeLog
279 ===================================================================
280 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
281 retrieving revision 1.373
282 retrieving revision 1.374
283 diff -u -r1.373 -r1.374
284 --- ChangeLog 30 May 2015 13:03:27 -0000 1.373
285 +++ ChangeLog 30 May 2015 13:58:45 -0000 1.374
286 @@ -1,6 +1,11 @@
287 # ChangeLog for sys-apps/systemd
288 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
289 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.373 2015/05/30 13:03:27 pacho Exp $
290 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.374 2015/05/30 13:58:45 floppym Exp $
291 +
292 + 30 May 2015; Mike Gilbert <floppym@g.o> systemd-216-r3.ebuild,
293 + systemd-218-r3.ebuild, systemd-219_p112.ebuild, systemd-220-r2.ebuild,
294 + systemd-9999.ebuild:
295 + Remove obsolete postinst messages.
296
297 30 May 2015; Pacho Ramos <pacho@g.o> systemd-216-r3.ebuild,
298 systemd-218-r3.ebuild, systemd-219_p112.ebuild, systemd-220-r2.ebuild,