summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-11-22 18:29:46 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-11-22 18:29:46 +0000
commite24b970b88369195bba84abf2c4e2ef1804e4cdc (patch)
treef0ae91fa23989783b777a804c38dbee2031f5061
parentStable on ppc wrt bug 199921 (diff)
downloadgentoo-2-e24b970b88369195bba84abf2c4e2ef1804e4cdc.tar.gz
gentoo-2-e24b970b88369195bba84abf2c4e2ef1804e4cdc.tar.bz2
gentoo-2-e24b970b88369195bba84abf2c4e2ef1804e4cdc.zip
Provide explicit USE flag descriptions in metadata.xml
(Portage version: 2.1.3.19)
-rw-r--r--sys-apps/hal/ChangeLog5
-rw-r--r--sys-apps/hal/metadata.xml28
2 files changed, 32 insertions, 1 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog
index af15e3534dda..2d1a20580aa2 100644
--- a/sys-apps/hal/ChangeLog
+++ b/sys-apps/hal/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/hal
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.213 2007/11/21 20:11:29 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.214 2007/11/22 18:29:46 cardoe Exp $
+
+ 22 Nov 2007; Doug Klima <cardoe@gentoo.org> metadata.xml:
+ Provide explicit USE flag descriptions in metadata.xml
21 Nov 2007; nixnut <nixnut@gentoo.org> hal-0.5.9.1-r3.ebuild:
Stable on ppc wrt bug 199654
diff --git a/sys-apps/hal/metadata.xml b/sys-apps/hal/metadata.xml
index c900869f70c2..3d729d70be37 100644
--- a/sys-apps/hal/metadata.xml
+++ b/sys-apps/hal/metadata.xml
@@ -11,4 +11,32 @@
<maintainer>
<email>compnerd@gentoo.org</email>
</maintainer>
+<use>
+ <flag name='acpi'>Enables HAL to attempt to read from /proc/acpi/event, if
+ unavailable, HAL will read events from <pkg>sys-power/acpid</pkg>. If
+ you need multiple acpi readers, ensure acpid is in your default
+ runlevel (rc-update add acpid default) along with HAL. This will also
+ enable HAL to read Toshiba and IBM acpi events which do not get sent
+ via /proc/acpi/event</flag>
+ <flag name='crypt'>Allows HAL to mount volumes that are encrypted using
+ LUKS. <pkg>sys-fs/cryptsetup-luks</pkg> which has recently been renamed
+ to <pkg>sys-fs/cryptsetup</pkg> allows you to create such encrypted
+ volumes. HAL will be able to handle volumes that are removable or
+ fixed.</flag>
+ <flag name='dell'>Builds an installs the Dell addon, which reads data from
+ the Dell SM BIOS via <pkg>sys-libs/libsmbios</pkg>. It will read your
+ service tag information and your hardware backlight data as well as
+ allow you to modify the backlight settings on a Dell laptop.</flag>
+ <flag name='disk-partition'>Allows HAL to use libparted from
+ <pkg>sys-apps/parted</pkg> to read raw partition data from your disks
+ and process that data. Future versions of HAL (possibly 0.5.11 and
+ higher) will allow you to create, modify, delete and format partitions
+ from a GUI interface agnostic of your desktop environment.</flag>
+ <flag name='doc'>Generates documentation that describes HAL's fdi
+ format.</flag>
+ <flag name='pcmcia'>Allows HAL to process PCMCIA/CardBus slot data which
+ includes inserts and removals and act on these events.</flag>
+ <flag name='selinux'>Installs SELinux policies and links HAL to the SELinux
+ libraries.</flag>
+</use>
</pkgmetadata>