Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild systemd-208-r2.ebuild ChangeLog systemd-204-r3.ebuild systemd-208-r1.ebuild systemd-204-r2.ebuild systemd-207-r2.ebuild
Date: Sat, 28 Dec 2013 13:01:35
Message-Id: 20131228130130.9A12B2004C@flycatcher.gentoo.org
1 pacho 13/12/28 13:01:30
2
3 Modified: systemd-9999.ebuild systemd-208-r2.ebuild ChangeLog
4 Removed: systemd-204-r3.ebuild systemd-208-r1.ebuild
5 systemd-204-r2.ebuild systemd-207-r2.ebuild
6 Log:
7 Update config checks also solving bug #493874 by Alexey Vladykin, drop old.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.76 sys-apps/systemd/systemd-9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.76&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.76&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.75&r2=1.76
17
18 Index: systemd-9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
21 retrieving revision 1.75
22 retrieving revision 1.76
23 diff -u -r1.75 -r1.76
24 --- systemd-9999.ebuild 4 Dec 2013 03:06:19 -0000 1.75
25 +++ systemd-9999.ebuild 28 Dec 2013 13:01:30 -0000 1.76
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.75 2013/12/04 03:06:19 floppym Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.76 2013/12/28 13:01:30 pacho Exp $
31
32 EAPI=5
33
34 @@ -100,7 +100,7 @@
35 #endif
36
37 pkg_pretend() {
38 - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS
39 + local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
40 ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~PROC_FS
41 ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD
42 ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
43 @@ -108,9 +108,18 @@
44
45 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
46 use pam && CONFIG_CHECK+=" ~AUDITSYSCALL"
47 + use xattr && CONFIG_CHECK+=" ~TMPFS_XATTR"
48 kernel_is -lt 3 7 && CONFIG_CHECK+=" ~HOTPLUG"
49 use firmware-loader || CONFIG_CHECK+=" ~!FW_LOADER_USER_HELPER"
50
51 + if linux_config_exists; then
52 + local uevent_helper_path=$(linux_chkconfig_string UEVENT_HELPER_PATH)
53 + if [ -n "${uevent_helper_path}" ] && [ "${uevent_helper_path}" != '""' ]; then
54 + ewarn "It's recommended to set an empty value to the following kernel config option:"
55 + ewarn "CONFIG_UEVENT_HELPER_PATH=${uevent_helper_path}"
56 + fi
57 + fi
58 +
59 if [[ ${MERGE_TYPE} != binary ]]; then
60 if [[ $(gcc-major-version) -lt 4
61 || ( $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ) ]]
62
63
64
65 1.11 sys-apps/systemd/systemd-208-r2.ebuild
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild?rev=1.11&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild?rev=1.11&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild?r1=1.10&r2=1.11
70
71 Index: systemd-208-r2.ebuild
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild,v
74 retrieving revision 1.10
75 retrieving revision 1.11
76 diff -u -r1.10 -r1.11
77 --- systemd-208-r2.ebuild 8 Dec 2013 18:27:25 -0000 1.10
78 +++ systemd-208-r2.ebuild 28 Dec 2013 13:01:30 -0000 1.11
79 @@ -1,6 +1,6 @@
80 # Copyright 1999-2013 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild,v 1.10 2013/12/08 18:27:25 maekke Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-208-r2.ebuild,v 1.11 2013/12/28 13:01:30 pacho Exp $
84
85 EAPI=5
86
87 @@ -75,7 +75,7 @@
88 doc? ( >=dev-util/gtk-doc-1.18 )"
89
90 pkg_pretend() {
91 - local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS
92 + local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS ~DEVTMPFS ~DMIID
93 ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~PROC_FS
94 ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD
95 ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
96 @@ -83,9 +83,18 @@
97
98 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
99 use pam && CONFIG_CHECK+=" ~AUDITSYSCALL"
100 + use xattr && CONFIG_CHECK+=" ~TMPFS_XATTR"
101 kernel_is -lt 3 7 && CONFIG_CHECK+=" ~HOTPLUG"
102 use firmware-loader || CONFIG_CHECK+=" ~!FW_LOADER_USER_HELPER"
103
104 + if linux_config_exists; then
105 + local uevent_helper_path=$(linux_chkconfig_string UEVENT_HELPER_PATH)
106 + if [ -n "${uevent_helper_path}" ] && [ "${uevent_helper_path}" != '""' ]; then
107 + ewarn "It's recommended to set an empty value to the following kernel config option:"
108 + ewarn "CONFIG_UEVENT_HELPER_PATH=${uevent_helper_path}"
109 + fi
110 + fi
111 +
112 if [[ ${MERGE_TYPE} != binary ]]; then
113 if [[ $(gcc-major-version) -lt 4
114 || ( $(gcc-major-version) -eq 4 && $(gcc-minor-version) -lt 6 ) ]]
115
116
117
118 1.205 sys-apps/systemd/ChangeLog
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.205&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.205&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.204&r2=1.205
123
124 Index: ChangeLog
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
127 retrieving revision 1.204
128 retrieving revision 1.205
129 diff -u -r1.204 -r1.205
130 --- ChangeLog 8 Dec 2013 18:27:25 -0000 1.204
131 +++ ChangeLog 28 Dec 2013 13:01:30 -0000 1.205
132 @@ -1,6 +1,11 @@
133 # ChangeLog for sys-apps/systemd
134 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
135 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.204 2013/12/08 18:27:25 maekke Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.205 2013/12/28 13:01:30 pacho Exp $
137 +
138 + 28 Dec 2013; Pacho Ramos <pacho@g.o> -systemd-204-r2.ebuild,
139 + -systemd-204-r3.ebuild, -systemd-207-r2.ebuild, -systemd-208-r1.ebuild,
140 + systemd-208-r2.ebuild, systemd-9999.ebuild:
141 + Update config checks also solving bug #493874 by Alexey Vladykin, drop old.
142
143 08 Dec 2013; Markus Meier <maekke@g.o> systemd-208-r2.ebuild:
144 arm stable, bug #487344