summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorCtibor Brančík <ctibor@brancik.cz>2020-01-12 18:27:36 +0100
committerCtibor Brančík <ctibor@brancik.cz>2020-01-12 18:27:36 +0100
commit72b9ff990b83ae90425a7d502f68e26e894977d0 (patch)
tree093b3dd258288942cbc5229a8aff936abf83321f /dev-libs
parent14b8c525ec11cc810f87e6e9021b125ee2919d2b (diff)
downloadbrancik-overlay-72b9ff990b83ae90425a7d502f68e26e894977d0.tar.gz
brancik-overlay-72b9ff990b83ae90425a7d502f68e26e894977d0.tar.bz2
Fix errors in ebuilds reported by repoman
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/wiringPi/metadata.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-libs/wiringPi/metadata.xml b/dev-libs/wiringPi/metadata.xml
new file mode 100644
index 0000000..3b0bb37
--- /dev/null
+++ b/dev-libs/wiringPi/metadata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>ctibor@brnacik.cz</email>
+ <name>Ctibor Brančík</name>
+</maintainer>
+<upstream>
+ <maintainer status="active">
+ <name>Gordon Henderson</name>
+ </maintainer>
+</upstream>
+<longdescription>
+ WiringPi is a PIN based GPIO access library written in C
+ for the BCM2835 used in the Raspberry Pi (1, 2 and 3).
+ It’s designed to be familiar to people who have used the
+ Arduino “wiring” system.
+
+ A main library, devices library and utility app are included.
+
+ You need to uncomment the relevant features in config.txt to use
+ this package (for example, "dtparam=spi=on").
+
+ NB: please note that Gentoo is treated as an unsupported platform
+ by upstream; any bug reports sent there will be rejected.
+</longdescription>
+</pkgmetadata>