summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-10-10 19:44:47 +0200
committerJoonas Niilola <juippis@gentoo.org>2019-10-13 20:11:25 +0300
commit80aad41a0f6877c25a97cb06cb1b8779fd9d7b1c (patch)
treed1b05ea4fbc722eca1ff77e263bbd71e70caa978 /dev-libs/luise-bin/metadata.xml
parentapp-misc/lcd4linux: drop old version (diff)
downloadgentoo-80aad41a0f6877c25a97cb06cb1b8779fd9d7b1c.tar.gz
gentoo-80aad41a0f6877c25a97cb06cb1b8779fd9d7b1c.tar.bz2
gentoo-80aad41a0f6877c25a97cb06cb1b8779fd9d7b1c.zip
dev-libs/luise-bin: bump to EAPI=7
Also taking ownership by myself. Since links are dead, hosting by myself and adding archive.org. Closes: https://bugs.gentoo.org/697340 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Conrad Kostecki <conrad@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/13252 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/luise-bin/metadata.xml')
-rw-r--r--dev-libs/luise-bin/metadata.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/dev-libs/luise-bin/metadata.xml b/dev-libs/luise-bin/metadata.xml
index 6f49eba8f496..31373f78eb1f 100644
--- a/dev-libs/luise-bin/metadata.xml
+++ b/dev-libs/luise-bin/metadata.xml
@@ -1,5 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <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>
+ The libluise.so lib provides a very simple interface for programming
+ the USB LCDs ready. The programmer has three independent screens available,
+ a text screen and two graphic screens. The screens are each 320x240 pixels.
+ By the two separate graphic screens can be very easily superimposed static and
+ represent dynamic data. This is for example when using background images
+ helpful because the environment of the dynamic data / graphics is not constantly recalculated
+ got to. All three screens will appear "on top of each other" on the LCD and will go through
+ previously defined parameters (LUI_LCDmode ()) corresponding to each other bitwise
+ connected. The coordinate origin (x = 0, y = 0) of a screen is always in the
+ left upper corner. In addition, the inversion and the rotation of the screens
+ supports (90 ° steps), while saving the programmer the coordinates conversions stay.
+ </longdescription>
</pkgmetadata>