summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-02-09 19:57:05 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-02-09 19:57:05 +0000
commitfb4e6f42b5dce340e983bf016ffa841acdd4635e (patch)
tree3fef9b4c06a35ee35cdd1ca71a6874866bec1669 /virtual/udev
parentVersion bump (diff)
downloadgentoo-2-fb4e6f42b5dce340e983bf016ffa841acdd4635e.tar.gz
gentoo-2-fb4e6f42b5dce340e983bf016ffa841acdd4635e.tar.bz2
gentoo-2-fb4e6f42b5dce340e983bf016ffa841acdd4635e.zip
Revision bump to mark the start of --root parameter support in udevadm.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'virtual/udev')
-rw-r--r--virtual/udev/ChangeLog7
-rw-r--r--virtual/udev/udev-197-r1.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/virtual/udev/ChangeLog b/virtual/udev/ChangeLog
index 479b9bf40684..c215690f60a4 100644
--- a/virtual/udev/ChangeLog
+++ b/virtual/udev/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for virtual/udev
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/udev/ChangeLog,v 1.22 2013/02/09 18:04:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/udev/ChangeLog,v 1.23 2013/02/09 19:57:05 ssuominen Exp $
+
+*udev-197-r1 (09 Feb 2013)
+
+ 09 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> +udev-197-r1.ebuild:
+ Revision bump to mark the start of --root parameter support in udevadm.
09 Feb 2013; Agostino Sarubbo <ago@gentoo.org> udev-197.ebuild:
Stable for ia64, wrt bug #452556
diff --git a/virtual/udev/udev-197-r1.ebuild b/virtual/udev/udev-197-r1.ebuild
new file mode 100644
index 000000000000..186d7ba07580
--- /dev/null
+++ b/virtual/udev/udev-197-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/udev/udev-197-r1.ebuild,v 1.1 2013/02/09 19:57:05 ssuominen Exp $
+
+EAPI=2
+
+DESCRIPTION="Virtual to select between sys-fs/udev and sys-fs/eudev"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+# These default enabled IUSE flags should follow defaults of sys-fs/udev.
+IUSE="gudev hwdb introspection keymap +kmod selinux static-libs"
+
+DEPEND=""
+RDEPEND="|| ( >=sys-fs/udev-197-r8[gudev?,hwdb?,introspection?,keymap?,kmod?,selinux?,static-libs?]
+ kmod? ( >=sys-fs/eudev-1_beta2-r1[modutils,gudev?,hwdb?,introspection?,keymap?,selinux?,static-libs?] )
+ !kmod? ( >=sys-fs/eudev-1_beta2-r1[gudev?,hwdb?,introspection?,keymap?,selinux?,static-libs?] )
+ )"