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-210.ebuild udev-9999.ebuild ChangeLog
Date: Sat, 01 Mar 2014 09:27:43
Message-Id: 20140301092737.B9D3C2004C@flycatcher.gentoo.org
1 ssuominen 14/03/01 09:27:37
2
3 Modified: udev-210.ebuild udev-9999.ebuild ChangeLog
4 Log:
5 Restore ac_cv_search_cap_init= as an econf argument since we only need the libcap at build time for the sys/capability.h, not cap_init() from -lcap wrt #503100 by "Philipp"
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.6 sys-fs/udev/udev-210.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-210.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-210.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-210.ebuild?r1=1.5&r2=1.6
15
16 Index: udev-210.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-210.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- udev-210.ebuild 26 Feb 2014 18:40:51 -0000 1.5
23 +++ udev-210.ebuild 1 Mar 2014 09:27:37 -0000 1.6
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-210.ebuild,v 1.5 2014/02/26 18:40:51 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-210.ebuild,v 1.6 2014/03/01 09:27:37 ssuominen Exp $
29
30 EAPI=5
31
32 @@ -175,6 +175,7 @@
33 # when *required* to avoid external deps or unnecessary compile
34 local econf_args
35 econf_args=(
36 + ac_cv_search_cap_init=
37 --libdir=/usr/$(get_libdir)
38 --docdir=/usr/share/doc/${PF}
39 --disable-nls
40
41
42
43 1.275 sys-fs/udev/udev-9999.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.275&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.275&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.274&r2=1.275
48
49 Index: udev-9999.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
52 retrieving revision 1.274
53 retrieving revision 1.275
54 diff -u -r1.274 -r1.275
55 --- udev-9999.ebuild 26 Feb 2014 18:40:51 -0000 1.274
56 +++ udev-9999.ebuild 1 Mar 2014 09:27:37 -0000 1.275
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.274 2014/02/26 18:40:51 ssuominen Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.275 2014/03/01 09:27:37 ssuominen Exp $
62
63 EAPI=5
64
65 @@ -175,6 +175,7 @@
66 # when *required* to avoid external deps or unnecessary compile
67 local econf_args
68 econf_args=(
69 + ac_cv_search_cap_init=
70 --libdir=/usr/$(get_libdir)
71 --docdir=/usr/share/doc/${PF}
72 --disable-nls
73
74
75
76 1.1001 sys-fs/udev/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1001&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1001&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1000&r2=1.1001
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
85 retrieving revision 1.1000
86 retrieving revision 1.1001
87 diff -u -r1.1000 -r1.1001
88 --- ChangeLog 26 Feb 2014 18:40:51 -0000 1.1000
89 +++ ChangeLog 1 Mar 2014 09:27:37 -0000 1.1001
90 @@ -1,6 +1,12 @@
91 # ChangeLog for sys-fs/udev
92 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1000 2014/02/26 18:40:51 ssuominen Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1001 2014/03/01 09:27:37 ssuominen Exp $
95 +
96 + 01 Mar 2014; Samuli Suominen <ssuominen@g.o> udev-210.ebuild,
97 + udev-9999.ebuild:
98 + Restore ac_cv_search_cap_init= as an econf argument since we only need the
99 + libcap at build time for the sys/capability.h, not cap_init() from -lcap wrt
100 + #503100 by "Philipp"
101
102 26 Feb 2014; Samuli Suominen <ssuominen@g.o> udev-210.ebuild,
103 udev-9999.ebuild: