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 /sys-apps/hal/metadata.xml
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)
Diffstat (limited to 'sys-apps/hal/metadata.xml')
-rw-r--r--sys-apps/hal/metadata.xml28
1 files changed, 28 insertions, 0 deletions
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>