summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/netsurf-buildsystem: new version 1.9.Michael Orlitzky2020-06-171-0/+22
| | | | | | | | | | | This version comes with a gentoo-helpers-r2.sh that contains the correct Gentoo-prefix paths for PREFIX and NSSHARED. The problem was originally reported against netsurf.eclass, but it has migrated to this script in the meantime. Bug: https://bugs.gentoo.org/489542 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-util/netsurf-buildsystem: Drop 1.7 and 1.7-r1Andreas Sturmlechner2020-05-191-18/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-util/netsurf-buildsystem: BUILD_CC, CXX and BUILD_CXXJaco Kroon2020-05-131-0/+3
| | | | | | | | Closes: https://bugs.gentoo.org/718010 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/15629 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-util/netsurf-buildsystem: build with empty WARNINGFLAGSVirgil Dupras2019-02-041-0/+19
| | | | | | Closes: https://bugs.gentoo.org/642164 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-util/netsurf-buildsystem: fix Prefix regression from netsurf.eclassBenda Xu2018-11-261-1/+1
| | | | | | Reference: https://archives.gentoo.org/gentoo-dev/message/776d6a128da1c7cfcdc5aa36e8bf83ae Signed-off-by: Benda Xu <heroxbd@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-util/netsurf-buildsystem: new packageVirgil Dupras2018-11-131-0/+18
This replaces the netsurf eclass which not necessary and too complex for its own need. Being an eclass makes modifying it too heavy a process. Most of netsurf.eclass' purpose was to wrap netsurf's build system, which is now what we do in this package. In addition to installing it as a normal package, we add a helper shell script that can then be loaded in consumer ebuilds. Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11