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-212.ebuild systemd-9999.ebuild ChangeLog
Date: Mon, 31 Mar 2014 19:01:35
Message-Id: 20140331190126.369E42005C@flycatcher.gentoo.org
1 floppym 14/03/31 19:01:26
2
3 Modified: systemd-212.ebuild systemd-9999.ebuild ChangeLog
4 Log:
5 Check for CONFIG_NET_NS, bug 506244 by Alexander Bartha.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.4 sys-apps/systemd/systemd-212.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-212.ebuild?r1=1.3&r2=1.4
15
16 Index: systemd-212.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- systemd-212.ebuild 29 Mar 2014 08:02:04 -0000 1.3
23 +++ systemd-212.ebuild 31 Mar 2014 19:01:25 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v 1.3 2014/03/29 08:02:04 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-212.ebuild,v 1.4 2014/03/31 19:01:25 floppym Exp $
29
30 EAPI=5
31
32 @@ -87,7 +87,7 @@
33
34 pkg_pretend() {
35 local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
36 - ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~PROC_FS
37 + ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS
38 ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD
39 ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
40 ~!GRKERNSEC_PROC"
41
42
43
44 1.103 sys-apps/systemd/systemd-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.103&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.103&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.102&r2=1.103
49
50 Index: systemd-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
53 retrieving revision 1.102
54 retrieving revision 1.103
55 diff -u -r1.102 -r1.103
56 --- systemd-9999.ebuild 28 Mar 2014 18:16:31 -0000 1.102
57 +++ systemd-9999.ebuild 31 Mar 2014 19:01:25 -0000 1.103
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.102 2014/03/28 18:16:31 mgorny Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.103 2014/03/31 19:01:25 floppym Exp $
63
64 EAPI=5
65
66 @@ -114,7 +114,7 @@
67
68 pkg_pretend() {
69 local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
70 - ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~PROC_FS
71 + ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS
72 ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD
73 ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
74 ~!GRKERNSEC_PROC"
75
76
77
78 1.244 sys-apps/systemd/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.244&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.244&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.243&r2=1.244
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
87 retrieving revision 1.243
88 retrieving revision 1.244
89 diff -u -r1.243 -r1.244
90 --- ChangeLog 29 Mar 2014 08:02:04 -0000 1.243
91 +++ ChangeLog 31 Mar 2014 19:01:26 -0000 1.244
92 @@ -1,6 +1,10 @@
93 # ChangeLog for sys-apps/systemd
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.243 2014/03/29 08:02:04 mgorny Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.244 2014/03/31 19:01:26 floppym Exp $
97 +
98 + 31 Mar 2014; Mike Gilbert <floppym@g.o> systemd-212.ebuild,
99 + systemd-9999.ebuild:
100 + Check for CONFIG_NET_NS, bug 506244 by Alexander Bartha.
101
102 29 Mar 2014; Michał Górny <mgorny@g.o> systemd-212.ebuild:
103 Require kernel 3.7 temporarily due to unconditional use of newer defines.