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 udev-213.ebuild ChangeLog
Date: Wed, 04 Jun 2014 19:08:25
Message-Id: 20140604190822.480E92004E@flycatcher.gentoo.org
1 ssuominen 14/06/04 19:08:22
2
3 Modified: udev-9999.ebuild udev-213.ebuild ChangeLog
4 Log:
5 Raise gobject-introspection dependency from 1.31.1 to latest stable, which is 1.38, in attempt of solving bug #510864
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.301 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.301&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.301&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.300&r2=1.301
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.300
20 retrieving revision 1.301
21 diff -u -r1.300 -r1.301
22 --- udev-9999.ebuild 2 Jun 2014 23:25:33 -0000 1.300
23 +++ udev-9999.ebuild 4 Jun 2014 19:08:22 -0000 1.301
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.300 2014/06/02 23:25:33 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.301 2014/06/04 19:08:22 ssuominen Exp $
29
30 EAPI=5
31
32 @@ -33,7 +33,7 @@
33 COMMON_DEPEND=">=sys-apps/util-linux-2.20
34 acl? ( sys-apps/acl )
35 gudev? ( >=dev-libs/glib-2.22[${MULTILIB_USEDEP}] )
36 - introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
37 + introspection? ( >=dev-libs/gobject-introspection-1.38 )
38 kmod? ( >=sys-apps/kmod-16 )
39 selinux? ( >=sys-libs/libselinux-2.1.9 )
40 !<sys-libs/glibc-2.11
41
42
43
44 1.4 sys-fs/udev/udev-213.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-213.ebuild?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-213.ebuild?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-213.ebuild?r1=1.3&r2=1.4
49
50 Index: udev-213.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-213.ebuild,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- udev-213.ebuild 31 May 2014 14:05:24 -0000 1.3
57 +++ udev-213.ebuild 4 Jun 2014 19:08:22 -0000 1.4
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-213.ebuild,v 1.3 2014/05/31 14:05:24 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-213.ebuild,v 1.4 2014/06/04 19:08:22 ssuominen Exp $
63
64 EAPI=5
65
66 @@ -33,7 +33,7 @@
67 COMMON_DEPEND=">=sys-apps/util-linux-2.20
68 acl? ( sys-apps/acl )
69 gudev? ( >=dev-libs/glib-2.22[${MULTILIB_USEDEP}] )
70 - introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
71 + introspection? ( >=dev-libs/gobject-introspection-1.38 )
72 kmod? ( >=sys-apps/kmod-16 )
73 selinux? ( >=sys-libs/libselinux-2.1.9 )
74 !<sys-libs/glibc-2.11
75
76
77
78 1.1045 sys-fs/udev/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1045&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1045&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1044&r2=1.1045
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
87 retrieving revision 1.1044
88 retrieving revision 1.1045
89 diff -u -r1.1044 -r1.1045
90 --- ChangeLog 2 Jun 2014 23:25:33 -0000 1.1044
91 +++ ChangeLog 4 Jun 2014 19:08:22 -0000 1.1045
92 @@ -1,6 +1,11 @@
93 # ChangeLog for sys-fs/udev
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1044 2014/06/02 23:25:33 ssuominen Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1045 2014/06/04 19:08:22 ssuominen Exp $
97 +
98 + 04 Jun 2014; Samuli Suominen <ssuominen@g.o> udev-213.ebuild,
99 + udev-9999.ebuild:
100 + Raise gobject-introspection dependency from 1.31.1 to latest stable, which is
101 + 1.38, in attempt of solving bug #510864
102
103 02 Jun 2014; Samuli Suominen <ssuominen@g.o> udev-9999.ebuild:
104 Remove redudant --disable-networkd wrt http://cgit.freedesktop.org/systemd/sys