diff options
author | William Hubbs <williamh@gentoo.org> | 2011-06-07 06:05:21 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-06-07 06:05:21 +0000 |
commit | 1826ccdfcfcc5cb17f87e0bfe3439b0170f0412b (patch) | |
tree | 7175eeb0156f7aa4e30be5f892b266bc92eb4e3e /sys-fs | |
parent | Version bump (bug #310255). Update to EAPI 4 and add kerberos and static-libs... (diff) | |
download | gentoo-2-1826ccdfcfcc5cb17f87e0bfe3439b0170f0412b.tar.gz gentoo-2-1826ccdfcfcc5cb17f87e0bfe3439b0170f0412b.tar.bz2 gentoo-2-1826ccdfcfcc5cb17f87e0bfe3439b0170f0412b.zip |
Use acl global use flag instead of udev_acl.
(Portage version: 2.2.0_alpha37/cvs/Linux i686)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/udev/metadata.xml | 2 | ||||
-rw-r--r-- | sys-fs/udev/udev-171.ebuild | 8 | ||||
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 8 |
4 files changed, 14 insertions, 10 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index 9629e1aae37a..0c4940ac55fb 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.581 2011/06/07 05:54:01 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.582 2011/06/07 06:05:21 williamh Exp $ + + 07 Jun 2011; William Hubbs <williamh@gentoo.org> udev-171.ebuild, + udev-9999.ebuild, metadata.xml: + Use acl global use flag instead of udev_acl. 07 Jun 2011; William Hubbs <williamh@gentoo.org> udev-9999.ebuild: migrate live ebuild to eapi 4. diff --git a/sys-fs/udev/metadata.xml b/sys-fs/udev/metadata.xml index 8df3cd8cc01f..aa5f0e5379b8 100644 --- a/sys-fs/udev/metadata.xml +++ b/sys-fs/udev/metadata.xml @@ -18,6 +18,6 @@ <flag name="keymap">map custom hardware's multimedia keys</flag> <flag name="old-hd-rules">Install rules for /dev/hd* devices, removed upstream at udev-148</flag> <flag name="rule_generator">enable persistent network and optical device rule generator</flag> - <flag name="udev_acl">apply ACLs for users with local forground sessions</flag> + <flag name="acl">apply ACLs for users with local forground sessions</flag> </use> </pkgmetadata> diff --git a/sys-fs/udev/udev-171.ebuild b/sys-fs/udev/udev-171.ebuild index a5868625c49b..62fd561dad13 100644 --- a/sys-fs/udev/udev-171.ebuild +++ b/sys-fs/udev/udev-171.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171.ebuild,v 1.2 2011/06/05 21:09:22 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-171.ebuild,v 1.3 2011/06/07 06:05:21 williamh Exp $ EAPI="1" @@ -28,10 +28,10 @@ HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="selinux test debug +rule_generator +hwdb +udev_acl +gudev introspection +keymap floppy edd action_modeswitch" +IUSE="selinux test debug +rule_generator +hwdb +acl +gudev introspection +keymap floppy edd action_modeswitch" COMMON_DEPEND="selinux? ( sys-libs/libselinux ) - udev_acl? ( sys-apps/acl dev-libs/glib:2 ) + acl? ( sys-apps/acl dev-libs/glib:2 ) gudev? ( dev-libs/glib:2 ) introspection? ( dev-libs/gobject-introspection ) action_modeswitch? ( virtual/libusb:0 ) @@ -196,7 +196,7 @@ src_compile() { $(use_enable hwdb) \ --with-pci-ids-path=/usr/share/misc/pci.ids \ --with-usb-ids-path=/usr/share/misc/usb.ids \ - $(use_enable udev_acl) \ + $(use_enable acl udev_acl) \ $(use_enable gudev) \ $(use_enable introspection) \ $(use_enable keymap) \ diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index a874a9410149..ef260a2caabc 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.41 2011/06/07 05:54:01 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.42 2011/06/07 06:05:21 williamh Exp $ EAPI=4 @@ -37,10 +37,10 @@ HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" LICENSE="GPL-2" SLOT="0" -IUSE="selinux test debug +rule_generator +hwdb +udev_acl +gudev introspection +keymap floppy edd action_modeswitch" +IUSE="selinux test debug +rule_generator +hwdb +acl +gudev introspection +keymap floppy edd action_modeswitch" COMMON_DEPEND="selinux? ( sys-libs/libselinux ) - udev_acl? ( sys-apps/acl dev-libs/glib:2 ) + acl? ( sys-apps/acl dev-libs/glib:2 ) gudev? ( dev-libs/glib:2 ) introspection? ( dev-libs/gobject-introspection ) action_modeswitch? ( virtual/libusb:0 ) @@ -189,7 +189,7 @@ src_configure() { $(use_enable hwdb) \ --with-pci-ids-path=/usr/share/misc/pci.ids \ --with-usb-ids-path=/usr/share/misc/usb.ids \ - $(use_enable udev_acl) \ + $(use_enable acl udev_acl) \ $(use_enable gudev) \ $(use_enable introspection) \ $(use_enable keymap) \ |