summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2018-10-07 16:57:17 +0200
committerPatrice Clement <monsieurp@gentoo.org>2019-03-10 23:35:36 +0100
commitad4a0ec0f342720647cf1b4f8a1c4aaeff785448 (patch)
treed66347d31b3f6670fcea7ae5c2eb9dfa264a88de /app-misc/glcdprocdriver/metadata.xml
parentapp-misc/graphlcd-base: bump to version 1.0.1. (diff)
downloadgentoo-ad4a0ec0f342720647cf1b4f8a1c4aaeff785448.tar.gz
gentoo-ad4a0ec0f342720647cf1b4f8a1c4aaeff785448.tar.bz2
gentoo-ad4a0ec0f342720647cf1b4f8a1c4aaeff785448.zip
app-misc/glcdprocdriver: bump to version 0.1.2.
Closes: https://bugs.gentoo.org/470658 Closes: https://bugs.gentoo.org/667962 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10097 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc/glcdprocdriver/metadata.xml')
-rw-r--r--app-misc/glcdprocdriver/metadata.xml26
1 files changed, 19 insertions, 7 deletions
diff --git a/app-misc/glcdprocdriver/metadata.xml b/app-misc/glcdprocdriver/metadata.xml
index 9dde3d16415a..85a394977caf 100644
--- a/app-misc/glcdprocdriver/metadata.xml
+++ b/app-misc/glcdprocdriver/metadata.xml
@@ -1,12 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- GLCDprocDriver is the glue between the app-misc/graphlcd-base
- library, which is written in C++, and app-misc/lcdproc's
- meta-driver glcdlib, which extends supported displays in LCDproc
- by those supported through graphlcd-base (just in text mode, of
- course).
+ <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>
+ GLCDprocDriver is the glue between the graphlcd-base library from the GraphLCD project,
+ which is written in C++, and LCDproc's meta-driver "glcdlib", which extends supported
+ displays in LCDproc by those supported through graphlcd-base (but just in text mode, of course).
+ It is implemented in C++, but provides the necessary wrapper C calls for use by glcdlib.
+ It is NOT intended to provide general C wrapping for the whole graphlcd-base, library,
+ as it really only implements the actual meta-driver for LCDproc.
</longdescription>
+ <upstream>
+ <bugs-to>https://github.com/lucianm/GLCDprocDriver/issues</bugs-to>
+ <remote-id type="github">lucianm/GLCDprocDriver</remote-id>
+ </upstream>
</pkgmetadata>