summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* x11-plugins/gkwebmon: scrub patchesSam James2023-02-031-6/+0
| | | | | Bug: https://bugs.gentoo.org/892251 Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/gkwebmon: respect PKG_CONFIG, depend on pkgconfigSam James2021-04-191-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-plugins/gkwebmon: fix build with gcc-10Jakov Smolic2020-11-262-0/+38
| | | | | | | Closes: https://bugs.gentoo.org/707226 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* x11-plugins/gkwebmon: new EAPI=6 revision that respects LDFLAGS.Michael Orlitzky2016-08-291-0/+48
This new revision is based on the ebuild submitted by Michael Mair-Keimberger, updated for EAPI=6. The Makefile patch was rewritten; a lot was simplified by simply appending to the implicit variables CFLAGS, CPPFLAGS, LDFLAGS, and LDLIBS. The build system should now respect all of those. A missing dependency on dev-libs/openssl was added based on -lssl being present in LDLIBS. The ebuild was also keyworded ~amd64, since that's what I tested on. Gentoo-Bug: 334761 Package-Manager: portage-2.2.28