ssuominen 14/04/03 19:34:23 Modified: udev-9999.ebuild udev-212-r1.ebuild ChangeLog Log: Punt USE="openrc" and always pull in sys-fs/udev-init-scripts to match behavior of sys-apps/systemd's ebuild. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.293 sys-fs/udev/udev-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.293&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?rev=1.293&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-9999.ebuild?r1=1.292&r2=1.293 Index: udev-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v retrieving revision 1.292 retrieving revision 1.293 diff -u -r1.292 -r1.293 --- udev-9999.ebuild 28 Mar 2014 18:32:16 -0000 1.292 +++ udev-9999.ebuild 3 Apr 2014 19:34:23 -0000 1.293 @@ -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.292 2014/03/28 18:32:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.293 2014/04/03 19:34:23 ssuominen Exp $ EAPI=5 @@ -25,7 +25,7 @@ LICENSE="LGPL-2.1 MIT GPL-2" SLOT="0" -IUSE="acl doc +firmware-loader gudev introspection +kmod +openrc selinux static-libs" +IUSE="acl doc +firmware-loader gudev introspection +kmod selinux static-libs" RESTRICT="test" @@ -63,7 +63,7 @@ !<sys-fs/lvm2-2.02.103 !<sec-policy/selinux-base-2.20120725-r10" PDEPEND=">=sys-apps/hwids-20140304[udev] - openrc? ( >=sys-fs/udev-init-scripts-26 )" + >=sys-fs/udev-init-scripts-26" S=${WORKDIR}/systemd-${PV} 1.6 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.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild?r1=1.5&r2=1.6 Index: udev-212-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- udev-212-r1.ebuild 29 Mar 2014 06:17:38 -0000 1.5 +++ udev-212-r1.ebuild 3 Apr 2014 19:34:23 -0000 1.6 @@ -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.5 2014/03/29 06:17:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-212-r1.ebuild,v 1.6 2014/04/03 19:34:23 ssuominen Exp $ EAPI=5 @@ -25,7 +25,7 @@ LICENSE="LGPL-2.1 MIT GPL-2" SLOT="0" -IUSE="acl doc +firmware-loader gudev introspection +kmod +openrc selinux static-libs" +IUSE="acl doc +firmware-loader gudev introspection +kmod selinux static-libs" RESTRICT="test" @@ -63,7 +63,7 @@ !<sys-fs/lvm2-2.02.103 !<sec-policy/selinux-base-2.20120725-r10" PDEPEND=">=sys-apps/hwids-20140304[udev] - openrc? ( >=sys-fs/udev-init-scripts-26 )" + >=sys-fs/udev-init-scripts-26" S=${WORKDIR}/systemd-${PV} 1.1022 sys-fs/udev/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1022&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?rev=1.1022&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/udev/ChangeLog?r1=1.1021&r2=1.1022 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v retrieving revision 1.1021 retrieving revision 1.1022 diff -u -r1.1021 -r1.1022 --- ChangeLog 29 Mar 2014 06:22:00 -0000 1.1021 +++ ChangeLog 3 Apr 2014 19:34:23 -0000 1.1022 @@ -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.1021 2014/03/29 06:22:00 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.1022 2014/04/03 19:34:23 ssuominen Exp $ + + 03 Apr 2014; Samuli Suominen <[email protected]> udev-212-r1.ebuild, + udev-9999.ebuild: + Punt USE="openrc" and always pull in sys-fs/udev-init-scripts to match + behavior of sys-apps/systemd's ebuild. 29 Mar 2014; Samuli Suominen <[email protected]> -udev-212.ebuild: old
