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-215-r1.ebuild ChangeLog
Date: Fri, 01 Aug 2014 15:32:09
Message-Id: 20140801153201.D22B52004E@flycatcher.gentoo.org
1 ssuominen 14/08/01 15:32:00
2
3 Modified: udev-215-r1.ebuild ChangeLog
4 Log:
5 Include src/shared/missing.h in src/shared/util.h for the missing struct file_handle definition to fix build on systems (old glibc based ones, uclibc based ones, others) with no system headers to define it. Thanks to Mike Frysinger for testing and pointing out the problem. Thanks to Simon McVittie from upstream mailing list for providing improved patch that shouldn't cause regression(s). See, http://lists.freedesktop.org/archives/systemd-devel/2014-August/021701.html
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.7 sys-fs/udev/udev-215-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-215-r1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-215-r1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-215-r1.ebuild?r1=1.6&r2=1.7
15
16 Index: udev-215-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-215-r1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- udev-215-r1.ebuild 1 Aug 2014 06:14:35 -0000 1.6
23 +++ udev-215-r1.ebuild 1 Aug 2014 15:32:00 -0000 1.7
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-215-r1.ebuild,v 1.6 2014/08/01 06:14:35 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-215-r1.ebuild,v 1.7 2014/08/01 15:32:00 ssuominen Exp $
29
30 EAPI=5
31
32 @@ -11,7 +11,7 @@
33 inherit git-2
34 patchset=
35 else
36 - patchset=3
37 + patchset=4
38 SRC_URI="http://www.freedesktop.org/software/systemd/systemd-${PV}.tar.xz"
39 if [[ -n "${patchset}" ]]; then
40 SRC_URI="${SRC_URI}
41
42
43
44 1.1079 sys-fs/udev/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1079&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1079&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1078&r2=1.1079
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
53 retrieving revision 1.1078
54 retrieving revision 1.1079
55 diff -u -r1.1078 -r1.1079
56 --- ChangeLog 1 Aug 2014 09:22:41 -0000 1.1078
57 +++ ChangeLog 1 Aug 2014 15:32:00 -0000 1.1079
58 @@ -1,6 +1,15 @@
59 # ChangeLog for sys-fs/udev
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1078 2014/08/01 09:22:41 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1079 2014/08/01 15:32:00 ssuominen Exp $
63 +
64 + 01 Aug 2014; Samuli Suominen <ssuominen@g.o> udev-215-r1.ebuild:
65 + Include src/shared/missing.h in src/shared/util.h for the missing struct
66 + file_handle definition to fix build on systems (old glibc based ones, uclibc
67 + based ones, others) with no system headers to define it. Thanks to Mike
68 + Frysinger for testing and pointing out the problem. Thanks to Simon McVittie
69 + from upstream mailing list for providing improved patch that shouldn't cause
70 + regression(s). See, http://lists.freedesktop.org/archives/systemd-
71 + devel/2014-August/021701.html
72
73 01 Aug 2014; Samuli Suominen <ssuominen@g.o> udev-9999.ebuild:
74 Install the new udev.conf.5 manpage wrt http://cgit.freedesktop.org/systemd/sy