Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/udev: udev-9999.ebuild ChangeLog
Date: Sun, 31 Aug 2014 14:07:50
Message-Id: 20140831140744.D877E459A@oystercatcher.gentoo.org
1 ssuominen 14/08/31 14:07:44
2
3 Modified: udev-9999.ebuild ChangeLog
4 Log:
5 Make sure CONFIG_FW_LOADER_USER_HELPER is set to =n and remove references to the userspace firmware loader.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.318 sys-fs/udev/udev-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.318&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.318&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.317&r2=1.318
15
16 Index: udev-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
19 retrieving revision 1.317
20 retrieving revision 1.318
21 diff -u -r1.317 -r1.318
22 --- udev-9999.ebuild 20 Aug 2014 08:29:30 -0000 1.317
23 +++ udev-9999.ebuild 31 Aug 2014 14:07:44 -0000 1.318
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-fs/udev/udev-9999.ebuild,v 1.317 2014/08/20 08:29:30 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.318 2014/08/31 14:07:44 ssuominen Exp $
29
30 EAPI=5
31
32 @@ -26,7 +26,7 @@
33
34 LICENSE="LGPL-2.1 MIT GPL-2"
35 SLOT="0"
36 -IUSE="acl doc +firmware-loader gudev introspection +kmod selinux static-libs"
37 +IUSE="acl doc gudev introspection +kmod selinux static-libs"
38
39 RESTRICT="test"
40
41 @@ -88,7 +88,7 @@
42 }
43
44 pkg_setup() {
45 - CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET"
46 + CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~!IDE ~INOTIFY_USER ~!SYSFS_DEPRECATED ~!SYSFS_DEPRECATED_V2 ~SIGNALFD ~EPOLL ~FHANDLE ~NET ~!CONFIG_FW_LOADER_USER_HELPER"
47 linux-info_pkg_setup
48
49 # CONFIG_FHANDLE was introduced by 2.6.39
50 @@ -192,7 +192,6 @@
51 --with-html-dir=/usr/share/doc/${PF}/html
52 --without-python
53 --with-bashcompletiondir="$(get_bashcompdir)"
54 - $(use firmware-loader && echo "--with-firmware-path=/lib/firmware/updates:/lib/firmware")
55 --with-rootprefix=
56 $(multilib_is_native_abi && echo "--with-rootlibdir=/$(get_libdir)")
57 )
58
59
60
61 1.1085 sys-fs/udev/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1085&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1085&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1084&r2=1.1085
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
70 retrieving revision 1.1084
71 retrieving revision 1.1085
72 diff -u -r1.1084 -r1.1085
73 --- ChangeLog 24 Aug 2014 06:20:21 -0000 1.1084
74 +++ ChangeLog 31 Aug 2014 14:07:44 -0000 1.1085
75 @@ -1,6 +1,10 @@
76 # ChangeLog for sys-fs/udev
77 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1084 2014/08/24 06:20:21 ssuominen Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1085 2014/08/31 14:07:44 ssuominen Exp $
80 +
81 + 31 Aug 2014; Samuli Suominen <ssuominen@g.o> udev-9999.ebuild:
82 + Make sure CONFIG_FW_LOADER_USER_HELPER is set to =n and remove references to
83 + the userspace firmware loader.
84
85 24 Aug 2014; Samuli Suominen <ssuominen@g.o> udev-216.ebuild:
86 Apply upstream commits http://cgit.freedesktop.org/systemd/systemd/commit/src/