diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-07-31 16:35:08 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-07-31 16:35:08 +0000 |
commit | 50b1525b7e98267e662703116f119b72cf6d9f69 (patch) | |
tree | b3d754e6271855e70bfc2ca0ee710db587e03950 /app-misc/lcd-stuff | |
parent | Add USE flag description to metadata wrt GLEP 56. (diff) | |
download | gentoo-2-50b1525b7e98267e662703116f119b72cf6d9f69.tar.gz gentoo-2-50b1525b7e98267e662703116f119b72cf6d9f69.tar.bz2 gentoo-2-50b1525b7e98267e662703116f119b72cf6d9f69.zip |
Add USE flag description to metadata wrt GLEP 56.
(Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'app-misc/lcd-stuff')
-rw-r--r-- | app-misc/lcd-stuff/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/lcd-stuff/metadata.xml | 36 |
2 files changed, 24 insertions, 17 deletions
diff --git a/app-misc/lcd-stuff/ChangeLog b/app-misc/lcd-stuff/ChangeLog index 60960eba23d8..5fcbbbe05ec8 100644 --- a/app-misc/lcd-stuff/ChangeLog +++ b/app-misc/lcd-stuff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/lcd-stuff # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/ChangeLog,v 1.12 2008/06/29 12:26:34 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/ChangeLog,v 1.13 2008/07/31 16:35:08 ulm Exp $ + + 31 Jul 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. *lcd-stuff-0.1.5 (29 Jun 2008) diff --git a/app-misc/lcd-stuff/metadata.xml b/app-misc/lcd-stuff/metadata.xml index d2196b07f009..f8635168607c 100644 --- a/app-misc/lcd-stuff/metadata.xml +++ b/app-misc/lcd-stuff/metadata.xml @@ -1,20 +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> - <maintainer> - <email>bernhard.walle@gmx.de</email> - <name>Bernhard Walle</name> - <description>Upstream maintainer wants to be CC'ed directly on bugs.</description> - </maintainer> - <longdescription lang="en"> - lcd-stuff is a client for app-misc/lcdproc written in C. It features - displaying of e-mail using POP3 and IMAP, mpd control, news items using RSS, - display of the weather from weather.com and it can fill your MP3 player with - directory and file names based on the title. - </longdescription> +<herd>lcd</herd> +<maintainer> + <email>rbu@gentoo.org</email> + <name>Robert Buchholz</name> +</maintainer> +<maintainer> + <email>bernhard.walle@gmx.de</email> + <name>Bernhard Walle</name> + <description>Upstream maintainer wants to be CC'ed directly on bugs.</description> +</maintainer> +<longdescription lang="en"> + lcd-stuff is a client for app-misc/lcdproc written in C. It features + displaying of e-mail using POP3 and IMAP, mpd control, news items using RSS, + display of the weather from weather.com and it can fill your MP3 player with + directory and file names based on the title. +</longdescription> +<use> + <flag name='mpd'>Add support for display of mpd controlled music + (<pkg>media-libs/libmpd</pkg>)</flag> +</use> </pkgmetadata> |