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-9999.ebuild ChangeLog
Date: Sun, 31 Aug 2014 15:47:12
Message-Id: 20140831154706.704E845AE@oystercatcher.gentoo.org
1 floppym 14/08/31 15:47:06
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Drop firmware-loader support.
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.138 sys-apps/systemd/systemd-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.138&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.138&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.137&r2=1.138
15
16 Index: systemd-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
19 retrieving revision 1.137
20 retrieving revision 1.138
21 diff -u -r1.137 -r1.138
22 --- systemd-9999.ebuild 23 Aug 2014 09:43:33 -0000 1.137
23 +++ systemd-9999.ebuild 31 Aug 2014 15:47:06 -0000 1.138
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-9999.ebuild,v 1.137 2014/08/23 09:43:33 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.138 2014/08/31 15:47:06 floppym Exp $
29
30 EAPI=5
31
32 @@ -25,7 +25,7 @@
33 LICENSE="GPL-2 LGPL-2.1 MIT public-domain"
34 SLOT="0/2"
35 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
36 -IUSE="acl audit cryptsetup curl doc elfutils +firmware-loader gcrypt gudev http
37 +IUSE="acl audit cryptsetup curl doc elfutils gcrypt gudev http
38 idn introspection kdbus +kmod lz4 lzma pam policykit python qrcode +seccomp
39 selinux ssl test vanilla"
40
41 @@ -122,11 +122,10 @@
42 ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS
43 ~SECCOMP ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR
44 ~!IDE ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2
45 - ~!GRKERNSEC_PROC"
46 + ~!GRKERNSEC_PROC ~!FW_LOADER_USER_HELPER"
47
48 use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
49 kernel_is -lt 3 7 && CONFIG_CHECK+=" ~HOTPLUG"
50 - use firmware-loader || CONFIG_CHECK+=" ~!FW_LOADER_USER_HELPER"
51
52 if linux_config_exists; then
53 local uevent_helper_path=$(linux_chkconfig_string UEVENT_HELPER_PATH)
54 @@ -151,12 +150,6 @@
55 ewarn "Kernel version at least ${MINKV} required"
56 fi
57
58 - if ! use firmware-loader && kernel_is -lt 3 8; then
59 - ewarn "You seem to be using kernel older than 3.8. Those kernel versions"
60 - ewarn "require systemd with USE=firmware-loader to support loading"
61 - ewarn "firmware. Missing this flag may cause some hardware not to work."
62 - fi
63 -
64 check_extra_config
65 fi
66 }
67 @@ -274,12 +267,6 @@
68 --with-ntp-servers="0.gentoo.pool.ntp.org 1.gentoo.pool.ntp.org 2.gentoo.pool.ntp.org 3.gentoo.pool.ntp.org"
69 )
70
71 - if use firmware-loader; then
72 - myeconfargs+=(
73 - --with-firmware-path="/lib/firmware/updates:/lib/firmware"
74 - )
75 - fi
76 -
77 if ! multilib_is_native_abi; then
78 myeconfargs+=(
79 ac_cv_search_cap_init=
80
81
82
83 1.307 sys-apps/systemd/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.307&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.307&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.306&r2=1.307
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
92 retrieving revision 1.306
93 retrieving revision 1.307
94 diff -u -r1.306 -r1.307
95 --- ChangeLog 27 Aug 2014 12:24:39 -0000 1.306
96 +++ ChangeLog 31 Aug 2014 15:47:06 -0000 1.307
97 @@ -1,6 +1,9 @@
98 # ChangeLog for sys-apps/systemd
99 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.306 2014/08/27 12:24:39 ago Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.307 2014/08/31 15:47:06 floppym Exp $
102 +
103 + 31 Aug 2014; Mike Gilbert <floppym@g.o> systemd-9999.ebuild:
104 + Drop firmware-loader support.
105
106 27 Aug 2014; Agostino Sarubbo <ago@g.o> systemd-215-r3.ebuild:
107 Stable for ppc, wrt bug #517120