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-216-r2.ebuild systemd-215-r3.ebuild systemd-217-r4.ebuild systemd-9999.ebuild systemd-218-r1.ebuild ChangeLog
Date: Thu, 01 Jan 2015 15:09:35
Message-Id: 20150101150929.47F12EA52@oystercatcher.gentoo.org
1 floppym 15/01/01 15:09:29
2
3 Modified: systemd-216-r2.ebuild systemd-215-r3.ebuild
4 systemd-217-r4.ebuild systemd-9999.ebuild
5 systemd-218-r1.ebuild ChangeLog
6 Log:
7 Add check for CONFIG_DEVPTS_MULTIPLE_INSTANCES, bug 534196 by Elias Probst.
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
10
11 Revision Changes Path
12 1.6 sys-apps/systemd/systemd-216-r2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild?r1=1.5&r2=1.6
17
18 Index: systemd-216-r2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- systemd-216-r2.ebuild 31 Dec 2014 19:13:39 -0000 1.5
25 +++ systemd-216-r2.ebuild 1 Jan 2015 15:09:29 -0000 1.6
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2014 Gentoo Foundation
28 +# Copyright 1999-2015 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v 1.5 2014/12/31 19:13:39 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-216-r2.ebuild,v 1.6 2015/01/01 15:09:29 floppym Exp $
32
33 EAPI=5
34
35 @@ -97,7 +97,7 @@
36 pkg_pretend() {
37 local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
38 ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS
39 - ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR
40 + ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR ~DEVPTS_MULTIPLE_INSTANCES
41 ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
42 ~!GRKERNSEC_PROC"
43
44
45
46
47 1.16 sys-apps/systemd/systemd-215-r3.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild?rev=1.16&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild?rev=1.16&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild?r1=1.15&r2=1.16
52
53 Index: systemd-215-r3.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v
56 retrieving revision 1.15
57 retrieving revision 1.16
58 diff -u -r1.15 -r1.16
59 --- systemd-215-r3.ebuild 7 Dec 2014 12:30:33 -0000 1.15
60 +++ systemd-215-r3.ebuild 1 Jan 2015 15:09:29 -0000 1.16
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2014 Gentoo Foundation
63 +# Copyright 1999-2015 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v 1.15 2014/12/07 12:30:33 ago Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-215-r3.ebuild,v 1.16 2015/01/01 15:09:29 floppym Exp $
67
68 EAPI=5
69
70 @@ -101,7 +101,7 @@
71 pkg_pretend() {
72 local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
73 ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS
74 - ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR
75 + ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR ~DEVPTS_MULTIPLE_INSTANCES
76 ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
77 ~!GRKERNSEC_PROC"
78
79
80
81
82 1.4 sys-apps/systemd/systemd-217-r4.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild?rev=1.4&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild?rev=1.4&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild?r1=1.3&r2=1.4
87
88 Index: systemd-217-r4.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild,v
91 retrieving revision 1.3
92 retrieving revision 1.4
93 diff -u -r1.3 -r1.4
94 --- systemd-217-r4.ebuild 20 Dec 2014 08:25:20 -0000 1.3
95 +++ systemd-217-r4.ebuild 1 Jan 2015 15:09:29 -0000 1.4
96 @@ -1,6 +1,6 @@
97 -# Copyright 1999-2014 Gentoo Foundation
98 +# Copyright 1999-2015 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild,v 1.3 2014/12/20 08:25:20 mgorny Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-217-r4.ebuild,v 1.4 2015/01/01 15:09:29 floppym Exp $
102
103 EAPI=5
104
105 @@ -100,11 +100,12 @@
106 }
107
108 pkg_pretend() {
109 - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
110 - ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS
111 - ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR
112 - ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
113 - ~!GRKERNSEC_PROC ~!FW_LOADER_USER_HELPER"
114 + local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
115 + ~DEVPTS_MULTIPLE_INSTANCES ~DEVTMPFS ~DMIID ~EPOLL ~FANOTIFY ~FHANDLE
116 + ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SECCOMP ~SIGNALFD ~SYSFS
117 + ~TIMERFD ~TMPFS_XATTR
118 + ~!FW_LOADER_USER_HELPER ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED
119 + ~!SYSFS_DEPRECATED_V2"
120
121 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
122 kernel_is -lt 3 7 && CONFIG_CHECK+=" ~HOTPLUG"
123
124
125
126 1.154 sys-apps/systemd/systemd-9999.ebuild
127
128 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.154&view=markup
129 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.154&content-type=text/plain
130 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.153&r2=1.154
131
132 Index: systemd-9999.ebuild
133 ===================================================================
134 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
135 retrieving revision 1.153
136 retrieving revision 1.154
137 diff -u -r1.153 -r1.154
138 --- systemd-9999.ebuild 26 Dec 2014 19:58:55 -0000 1.153
139 +++ systemd-9999.ebuild 1 Jan 2015 15:09:29 -0000 1.154
140 @@ -1,6 +1,6 @@
141 -# Copyright 1999-2014 Gentoo Foundation
142 +# Copyright 1999-2015 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.153 2014/12/26 19:58:55 floppym Exp $
145 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.154 2015/01/01 15:09:29 floppym Exp $
146
147 EAPI=5
148
149 @@ -109,11 +109,12 @@
150 #endif
151
152 pkg_pretend() {
153 - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
154 - ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS
155 - ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR
156 - ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
157 - ~!GRKERNSEC_PROC ~!FW_LOADER_USER_HELPER"
158 + local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
159 + ~DEVPTS_MULTIPLE_INSTANCES ~DEVTMPFS ~DMIID ~EPOLL ~FANOTIFY ~FHANDLE
160 + ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SECCOMP ~SIGNALFD ~SYSFS
161 + ~TIMERFD ~TMPFS_XATTR
162 + ~!FW_LOADER_USER_HELPER ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED
163 + ~!SYSFS_DEPRECATED_V2"
164
165 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
166 kernel_is -lt 3 7 && CONFIG_CHECK+=" ~HOTPLUG"
167
168
169
170 1.5 sys-apps/systemd/systemd-218-r1.ebuild
171
172 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?rev=1.5&view=markup
173 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?rev=1.5&content-type=text/plain
174 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild?r1=1.4&r2=1.5
175
176 Index: systemd-218-r1.ebuild
177 ===================================================================
178 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v
179 retrieving revision 1.4
180 retrieving revision 1.5
181 diff -u -r1.4 -r1.5
182 --- systemd-218-r1.ebuild 26 Dec 2014 15:08:48 -0000 1.4
183 +++ systemd-218-r1.ebuild 1 Jan 2015 15:09:29 -0000 1.5
184 @@ -1,6 +1,6 @@
185 -# Copyright 1999-2014 Gentoo Foundation
186 +# Copyright 1999-2015 Gentoo Foundation
187 # Distributed under the terms of the GNU General Public License v2
188 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v 1.4 2014/12/26 15:08:48 mgorny Exp $
189 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-218-r1.ebuild,v 1.5 2015/01/01 15:09:29 floppym Exp $
190
191 EAPI=5
192
193 @@ -88,11 +88,12 @@
194 test? ( >=sys-apps/dbus-1.6.8-r1:0 )"
195
196 pkg_pretend() {
197 - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
198 - ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS
199 - ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR
200 - ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
201 - ~!GRKERNSEC_PROC ~!FW_LOADER_USER_HELPER"
202 + local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS
203 + ~DEVPTS_MULTIPLE_INSTANCES ~DEVTMPFS ~DMIID ~EPOLL ~FANOTIFY ~FHANDLE
204 + ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SECCOMP ~SIGNALFD ~SYSFS
205 + ~TIMERFD ~TMPFS_XATTR
206 + ~!FW_LOADER_USER_HELPER ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED
207 + ~!SYSFS_DEPRECATED_V2"
208
209 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
210 kernel_is -lt 3 7 && CONFIG_CHECK+=" ~HOTPLUG"
211
212
213
214 1.335 sys-apps/systemd/ChangeLog
215
216 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.335&view=markup
217 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.335&content-type=text/plain
218 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.334&r2=1.335
219
220 Index: ChangeLog
221 ===================================================================
222 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
223 retrieving revision 1.334
224 retrieving revision 1.335
225 diff -u -r1.334 -r1.335
226 --- ChangeLog 31 Dec 2014 19:13:39 -0000 1.334
227 +++ ChangeLog 1 Jan 2015 15:09:29 -0000 1.335
228 @@ -1,6 +1,11 @@
229 # ChangeLog for sys-apps/systemd
230 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
231 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.334 2014/12/31 19:13:39 ago Exp $
232 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
233 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.335 2015/01/01 15:09:29 floppym Exp $
234 +
235 + 01 Jan 2015; Mike Gilbert <floppym@g.o> systemd-215-r3.ebuild,
236 + systemd-216-r2.ebuild, systemd-217-r4.ebuild, systemd-218-r1.ebuild,
237 + systemd-9999.ebuild:
238 + Add check for CONFIG_DEVPTS_MULTIPLE_INSTANCES, bug 534196 by Elias Probst.
239
240 31 Dec 2014; Agostino Sarubbo <ago@g.o> systemd-216-r2.ebuild:
241 Stable for x86, wrt bug #525112