mgorny 14/06/24 22:17:36
Modified: udev-212-r1.ebuild udev-214.ebuild
udev-208-r1.ebuild udev-9999.ebuild ChangeLog
Log:
Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo
for GNOME 3.6.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.20 sys-fs/udev/udev-212-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild?rev=1.20&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild?rev=1.20&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild?r1=1.19&r2=1.20
Index: udev-212-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- udev-212-r1.ebuild 18 Jun 2014 20:49:24 -0000 1.19
+++ udev-212-r1.ebuild 24 Jun 2014 22:17:35 -0000 1.20
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild,v 1.19
2014/06/18 20:49:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild,v 1.20
2014/06/24 22:17:35 mgorny Exp $
EAPI=5
@@ -32,7 +32,7 @@
COMMON_DEPEND=">=sys-apps/util-linux-2.20
acl? ( sys-apps/acl )
- gudev? ( >=dev-libs/glib-2.38.2-r1[${MULTILIB_USEDEP}] )
+ gudev? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
kmod? ( >=sys-apps/kmod-16 )
selinux? ( >=sys-libs/libselinux-2.1.9 )
1.4 sys-fs/udev/udev-214.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-214.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-214.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-214.ebuild?r1=1.3&r2=1.4
Index: udev-214.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-214.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- udev-214.ebuild 20 Jun 2014 09:40:15 -0000 1.3
+++ udev-214.ebuild 24 Jun 2014 22:17:35 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-214.ebuild,v 1.3
2014/06/20 09:40:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-214.ebuild,v 1.4
2014/06/24 22:17:35 mgorny Exp $
EAPI=5
@@ -32,7 +32,7 @@
COMMON_DEPEND=">=sys-apps/util-linux-2.20
acl? ( sys-apps/acl )
- gudev? ( >=dev-libs/glib-2.38.2-r1[${MULTILIB_USEDEP}] )
+ gudev? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
introspection? ( >=dev-libs/gobject-introspection-1.38 )
kmod? ( >=sys-apps/kmod-16 )
selinux? ( >=sys-libs/libselinux-2.1.9 )
1.4 sys-fs/udev/udev-208-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-208-r1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-208-r1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-208-r1.ebuild?r1=1.3&r2=1.4
Index: udev-208-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-208-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- udev-208-r1.ebuild 18 Jun 2014 20:49:24 -0000 1.3
+++ udev-208-r1.ebuild 24 Jun 2014 22:17:35 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-208-r1.ebuild,v 1.3
2014/06/18 20:49:24 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-208-r1.ebuild,v 1.4
2014/06/24 22:17:35 mgorny Exp $
EAPI=5
@@ -31,7 +31,7 @@
COMMON_DEPEND=">=sys-apps/util-linux-2.20
acl? ( sys-apps/acl )
- gudev? ( >=dev-libs/glib-2.38.2-r1[${MULTILIB_USEDEP}] )
+ gudev? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
introspection? ( >=dev-libs/gobject-introspection-1.31.1 )
kmod? ( >=sys-apps/kmod-14 )
selinux? ( >=sys-libs/libselinux-2.1.9 )
1.306 sys-fs/udev/udev-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.306&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.306&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.305&r2=1.306
Index: udev-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v
retrieving revision 1.305
retrieving revision 1.306
diff -u -r1.305 -r1.306
--- udev-9999.ebuild 21 Jun 2014 18:06:09 -0000 1.305
+++ udev-9999.ebuild 24 Jun 2014 22:17:36 -0000 1.306
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.305
2014/06/21 18:06:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.306
2014/06/24 22:17:36 mgorny Exp $
EAPI=5
@@ -32,7 +32,7 @@
COMMON_DEPEND=">=sys-apps/util-linux-2.20
acl? ( sys-apps/acl )
- gudev? ( >=dev-libs/glib-2.38.2-r1[${MULTILIB_USEDEP}] )
+ gudev? ( >=dev-libs/glib-2.34.3[${MULTILIB_USEDEP}] )
introspection? ( >=dev-libs/gobject-introspection-1.38 )
kmod? ( >=sys-apps/kmod-16 )
selinux? ( >=sys-libs/libselinux-2.1.9 )
1.1053 sys-fs/udev/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1053&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1053&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1052&r2=1.1053
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v
retrieving revision 1.1052
retrieving revision 1.1053
diff -u -r1.1052 -r1.1053
--- ChangeLog 21 Jun 2014 18:06:09 -0000 1.1052
+++ ChangeLog 24 Jun 2014 22:17:36 -0000 1.1053
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1052 2014/06/21
18:06:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1053 2014/06/24
22:17:36 mgorny Exp $
+
+ 24 Jun 2014; Michał Górny <[email protected]> udev-208-r1.ebuild,
+ udev-212-r1.ebuild, udev-214.ebuild, udev-9999.ebuild:
+ Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo
for
+ GNOME 3.6.
21 Jun 2014; Samuli Suominen <[email protected]> udev-9999.ebuild:
Create group "input" wrt bugs #246847 and #514174