summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-06-20 16:47:42 +0200
committerMichał Górny <mgorny@gentoo.org>2018-06-22 10:05:08 +0200
commitf98bb224f10e90d2d580f5d38406478ceeb336d1 (patch)
treedde8e5dcb1802098dd5ea414365411833f6e6bca /app-misc/lcd4linux/metadata.xml
parentprofiles/desc/lcd_devices.desc: Updated LCD_DEVICES (diff)
downloadgentoo-f98bb224f10e90d2d580f5d38406478ceeb336d1.tar.gz
gentoo-f98bb224f10e90d2d580f5d38406478ceeb336d1.tar.bz2
gentoo-f98bb224f10e90d2d580f5d38406478ceeb336d1.zip
app-misc/lcd4linux: Bump to version 0.11.0_pre20170527
Closes: https://bugs.gentoo.org/502268 Closes: https://bugs.gentoo.org/652706 Closes: https://github.com/gentoo/gentoo/pull/7846 Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-misc/lcd4linux/metadata.xml')
-rw-r--r--app-misc/lcd4linux/metadata.xml62
1 files changed, 52 insertions, 10 deletions
diff --git a/app-misc/lcd4linux/metadata.xml b/app-misc/lcd4linux/metadata.xml
index 2d2a4720b153..a359d32d1f1e 100644
--- a/app-misc/lcd4linux/metadata.xml
+++ b/app-misc/lcd4linux/metadata.xml
@@ -1,14 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription lang="en">
- LCD4Linux is a small program that grabs information from the kernel and some
- subsystems and displays it on an external liquid crystal display. It is
- fully configurable and supports many data sources, displays and plugins.
-</longdescription>
-<use>
- <flag name="mpd">Add support for display of mpd controlled music
- (<pkg>media-libs/libmpd</pkg>)</flag>
-</use>
+ <maintainer type="person">
+ <email>ck+gentoo@bl4ckb0x.de</email>
+ <name>Conrad Kostecki</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ LCD4Linux is a small program that grabs information from the kernel
+ and some subsystems and displays it on an external liquid crystal display.
+ </longdescription>
+ <use>
+ <flag name="apm">Enable the APM plugin.</flag>
+ <flag name="asterisk">Enable the Asterisk plugin.</flag>
+ <flag name="button_exec">Enable the Button plugin, to execute something on keypress.</flag>
+ <flag name="cpuinfo">Enable the cpuinfo plugin.</flag>
+ <flag name="dbus">Enable the dbus plugin.</flag>
+ <flag name="diskstats">Enable the diskstats plugin.</flag>
+ <flag name="dmalloc">Enable dmalloc for debugging.</flag>
+ <flag name="dvb">Enable support for the DVB plugin.</flag>
+ <flag name="event">Enable the event plugin.</flag>
+ <flag name="exec">Enable the exec plugin, to read output from external programs.</flag>
+ <flag name="fifo">Enable the FIFO (First-In, First-Out) plugin.</flag>
+ <flag name="file">Enable the file plugin, to read from input from files.</flag>
+ <flag name="gps">Enable the gps plugin, for reading gps coordinates.</flag>
+ <flag name="hddtemp">Enable the hddtemp plugin, to read from the hddtemp daemon.</flag>
+ <flag name="huawei">Enable the huawei plugin, to read from a huawei device.</flag>
+ <flag name="i2c_sensors">Enable the i2c_sensors plugin, to read sensor data.</flag>
+ <flag name="iconv">Enable the iconv plugin, to convert between encodings.</flag>
+ <flag name="isdn">Enable the isdn plugin, to get information about ISDN.</flag>
+ <flag name="kvv">Enable the kvv plugin, to get realtime train schedule from the Karlsruher Verkehrsverbund.</flag>
+ <flag name="loadavg">Enable the loadavg plugin, to get stats load</flag>
+ <flag name="meminfo">Enable the meminfo plugin, to get memory statistics.</flag>
+ <flag name="mpd">Enable the mpd plugin, to read from the Music Player Daemon.</flag>
+ <flag name="mpris_dbus">Enable the mpris plugin, to read data via dbus for mpris.</flag>
+ <flag name="mysql">Enable the mysql plugin, to get mysql database information.</flag>
+ <flag name="netdev">Enable the netdev plugin, to get interface statistics.</flag>
+ <flag name="netinfo">Enable the netinfo plugin, to get more interface statistic.</flag>
+ <flag name="outb">Enable raw i/o access.</flag>
+ <flag name="pop3">Enable the pop3 plugin, to get notified about new mails.</flag>
+ <flag name="proc_stat">Enable the proc_stat plugin, to read data from the proc file system.</flag>
+ <flag name="python">Enable support for dev-lang/python and enable the python plugin, to execute own python scripts.</flag>
+ <flag name="qnaplog">Enable the qnaplog plugin, to read a log from a QNAP device.</flag>
+ <flag name="raspi">Enable the raspi plugin, to read sensor data from a Raspberry Pi.</flag>
+ <flag name="sample">Enable the sample plugin.</flag>
+ <flag name="statfs">Enable the statfs plugin, to get statistics about the file system.</flag>
+ <flag name="uname">Enable the uname plugin, to get the output of uname.</flag>
+ <flag name="uptime">Enable the uptime plugin.</flag>
+ <flag name="w1retap">Enable the w1retap plugin.</flag>
+ <flag name="wireless">Enable the wireless plugin, to get wireless statistics.</flag>
+ </use>
</pkgmetadata>