summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/pigpio: fix broken MakefileDaniel Kenzelmann2021-10-041-2/+5
| | | | | | | | | fix broken Makefile, missing linked lib Signed-off-by: Daniel Kenzelmann <gentoo@k8n.de> Closes: https://github.com/gentoo/gentoo/pull/22400 Closes: https://bugs.gentoo.org/811150 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/pigpio: fix SONAME and pre-stripped files, add LDFLAGSDaniel Kenzelmann2020-06-251-23/+45
| | | | | | | | | | | | Bring back SONAME/SOVERSION, fix lib links, disable stripping, respect LDFLAGS Closes: https://bugs.gentoo.org/727044 Closes: https://bugs.gentoo.org/727074 Closes: https://bugs.gentoo.org/723042 Signed-off-by: Daniel Kenzelmann <gentoo@k8n.de> Closes: https://github.com/gentoo/gentoo/pull/16080 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/pigpio: remove unused fileMichael Mair-Keimberger2020-06-021-9/+0
| | | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15977 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-libs/pigpio: cleanup old versionsDaniel Kenzelmann2020-01-251-64/+0
| | | | | | | | cleanup old versions Signed-off-by: Daniel Kenzelmann <gentoo@k8n.de> Closes: https://github.com/gentoo/gentoo/pull/14446 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/pigpio: new version 72 new upstream version, revbump, small ↵Daniel Kenzelmann2019-12-081-1/+1
| | | | | | | | adjustment to confd file Signed-off-by: Daniel Kenzelmann <gentoo@k8n.de> Closes: https://github.com/gentoo/gentoo/pull/13905 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/pigpio-70: new ebuildDaniel Kenzelmann2019-08-131-0/+98
| | | | | | | | New ebuild, now with .so versioning from upstream, new Makefile patch required Signed-off-by: Daniel Kenzelmann <gentoo@k8n.de> Closes: https://github.com/gentoo/gentoo/pull/12677 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/pigpio: initial pull request (v67)Daniel Kenzelmann2018-03-234-0/+84
This is a new ebuild for the pigpio library ( http://abyz.me.uk/rpi/pigpio/ ) Supports systemd and openrc start files and also optional python support currently needed Makefile patches will be reported/requested upstream Closes: https://bugs.gentoo.org/646570 Closes: https://github.com/gentoo/gentoo/pull/7484