diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-07-31 16:58:14 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-07-31 16:58:14 +0000 |
commit | 1a4486cc9a759c1e5e3157ebdc335ade7c83c145 (patch) | |
tree | fbc7215fd6f36347a6909ffddfe4e7b15b0ef12e /app-misc/lcdproc/metadata.xml | |
parent | Marking gst-plugins-dv-0.10.8 ppc64 for bug 232054 (diff) | |
download | historical-1a4486cc9a759c1e5e3157ebdc335ade7c83c145.tar.gz historical-1a4486cc9a759c1e5e3157ebdc335ade7c83c145.tar.bz2 historical-1a4486cc9a759c1e5e3157ebdc335ade7c83c145.zip |
Add USE flag description to metadata wrt GLEP 56.
Package-Manager: portage-2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686
Diffstat (limited to 'app-misc/lcdproc/metadata.xml')
-rw-r--r-- | app-misc/lcdproc/metadata.xml | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/app-misc/lcdproc/metadata.xml b/app-misc/lcdproc/metadata.xml index e13b8755e258..30fbfbd808e0 100644 --- a/app-misc/lcdproc/metadata.xml +++ b/app-misc/lcdproc/metadata.xml @@ -1,19 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>lcd</herd> - <maintainer> - <email>rbu@gentoo.org</email> - <name>Robert Buchholz</name> - </maintainer> - <longdescription lang="en"> - LCDproc is a piece of software that displays real-time system - information from your Linux/*BSD box on a LCD. The server - supports several serial devices: Matrix Orbital, CrystalFontz, - Bayrad, LB216, LCDM001 (kernelconcepts.de), Wirz-SLI, - Cwlinux(.com) and PIC-an-LCD; and some devices connected to the - LPT port: HD44780, STV5730, T6963, SED1520 and SED1330. Various - clients are available that display things like CPU load, system - load, memory usage, uptime, and a lot more. - </longdescription> +<herd>lcd</herd> +<maintainer> + <email>rbu@gentoo.org</email> + <name>Robert Buchholz</name> +</maintainer> +<longdescription lang="en"> + LCDproc is a piece of software that displays real-time system information + from your Linux/*BSD box on a LCD. The server supports several serial + devices: Matrix Orbital, CrystalFontz, Bayrad, LB216, LCDM001 + (kernelconcepts.de), Wirz-SLI, Cwlinux(.com) and PIC-an-LCD; and some + devices connected to the LPT port: HD44780, STV5730, T6963, SED1520 and + SED1330. Various clients are available that display things like CPU load, + system load, memory usage, uptime, and a lot more. +</longdescription> +<use> + <flag name='irman'>Enable support for IRMan + (<pkg>media-libs/libirman</pkg>)</flag> + <flag name='nfs'>Adds support for NFS file system</flag> + <flag name='seamless-hbars'>Try to avoid gaps in horizontal bars</flag> +</use> </pkgmetadata> |