| Commit message (Expand) | Author | Age | Files | Lines |
* | gkrellm-plugin.eclass: Support EAPI 8 | Thomas Bracht Laumann Jespersen | 2022-03-21 | 1 | -15/+18 |
* | qt5-build.eclass: Change SLOTing in 5.15.3 | Andreas Sturmlechner | 2022-03-21 | 1 | -1/+19 |
* | qt5-build.eclass: New helper function: qt5_symlink_binary_to_path() | Andreas Sturmlechner | 2022-03-21 | 1 | -0/+10 |
* | qt5-build.eclass: Re-add support for Qt 5.15.2 official tarballs | Andreas Sturmlechner | 2022-03-21 | 1 | -3/+14 |
* | qt5-build.eclass: Add support for Qt 5.15.3 (and future) tarballs | Andreas Sturmlechner | 2022-03-21 | 1 | -10/+35 |
* | qt5-build.eclass: Update comment regarding MODULE_VERSION downpatching | Andreas Sturmlechner | 2022-03-21 | 1 | -3/+3 |
* | go-module.eclass: fix EclassDocError for @DEPRECATED | Sam James | 2022-03-18 | 1 | -9/+9 |
* | meson.eclass: depend on >=dev-util/meson-0.59.4 | Mart Raudsepp | 2022-03-16 | 1 | -1/+1 |
* | golang-base.eclass: fix eclassdoc generation (tag ordering) | Sam James | 2022-03-16 | 1 | -2/+2 |
* | fortran-2.eclass: quote variables to allow FC containing spaces | François-Xavier Carton | 2022-03-16 | 1 | -3/+3 |
* | eclass/postgres.eclass: migrate to glep-81 | Conrad Kostecki | 2022-03-15 | 1 | -27/+0 |
* | ruby-fakegem.eclass: add debug-print-function calls | Anna Vyalkova | 2022-03-15 | 1 | -0/+44 |
* | ruby-ng-gnome2.eclass: add debug-print-function calls | Anna Vyalkova | 2022-03-15 | 1 | -1/+11 |
* | ruby-ng.eclass: add debug-print-function calls | Anna Vyalkova | 2022-03-15 | 1 | -1/+51 |
* | mozcoreconf-v6.eclass remove --enable-extensions handling | Myckel Habets | 2022-03-14 | 1 | -19/+1 |
* | eclass/ruby-utils.eclass: add ruby31 | Hans de Graaff | 2022-03-12 | 1 | -2/+6 |
* | eclass/ruby-fakegem.eclass: drop obsolete psych blocker | Hans de Graaff | 2022-03-12 | 1 | -3/+1 |
* | gkrellm-plugin.eclass: add @PROVIDES tag for multilib.eclass | Sam James | 2022-03-10 | 1 | -1/+2 |
* | go-module.eclass: invoke "ego mod tidy" with nonfatal | Florian Schmaus | 2022-03-08 | 1 | -2/+2 |
* | go-module.eclass: deprecate EGO_SUM | William Hubbs | 2022-03-06 | 1 | -12/+33 |
* | go-module.eclass: clarify the instructions around GO_OPTIONAL | William Hubbs | 2022-03-04 | 1 | -5/+3 |
* | go-module.eclass: put the go module cache under the work directory | William Hubbs | 2022-03-04 | 1 | -3/+1 |
* | go-module.eclass: use ego helper function | William Hubbs | 2022-03-04 | 1 | -2/+2 |
* | apache-2.eclass: Ban EAPI-6 | Lars Wendler | 2022-03-04 | 1 | -14/+5 |
* | www-servers/apache: Move remaining lua stuff into eclass | Lars Wendler | 2022-03-04 | 1 | -0/+2 |
* | apache-2.eclass: Add support for systemd module | Lars Wendler | 2022-03-04 | 1 | -1/+10 |
* | subversion.eclass: Support EAPI 8 | Ulrich Müller | 2022-02-28 | 1 | -2/+2 |
* | subversion.eclass: Drop support for EAPIs 4 and 5 | Ulrich Müller | 2022-02-28 | 1 | -80/+5 |
* | eclass/unpacker.eclass: Add support for makeself 2.3.0 | Christian Ruppert | 2022-02-28 | 1 | -1/+1 |
* | verify-sig.eclass: Link to the guide | Michał Górny | 2022-02-25 | 1 | -1/+5 |
* | distutils-r1.eclass: Do not filter error output from backend getter | Michał Górny | 2022-02-25 | 1 | -2/+3 |
* | distutils-r1.eclass: Make build-backend getting more reliable | Michał Górny | 2022-02-25 | 1 | -2/+4 |
* | distutils-r1.eclass: Update the desc for PEP517 mode | Michał Górny | 2022-02-25 | 1 | -5/+10 |
* | python-any-r1.eclass: Fix unsupported/invalid EPYTHON logic | Michał Górny | 2022-02-25 | 1 | -3/+5 |
* | go-module.eclass: add helper function to call go | William Hubbs | 2022-02-25 | 1 | -0/+13 |
* | ruby-fakegem.eclass: Fix @SUPPORTED_EAPIS | Ulrich Müller | 2022-02-22 | 1 | -2/+2 |
* | db-use.eclass: add support for EAPI 8, die on unknown EAPI | Florian Schmaus | 2022-02-22 | 1 | -8/+6 |
* | cmake.eclass: Document MYCMAKEARGS | Andreas Sturmlechner | 2022-02-21 | 1 | -0/+6 |
* | cmake.eclass: Fix MYCMAKEARGS support with >=dev-util/cmake-3.23 | Andreas Sturmlechner | 2022-02-21 | 1 | -1/+4 |
* | kernel-2.eclass: Document variables, minor style clean-up | Mike Pagano | 2022-02-20 | 1 | -80/+163 |
* | vala.eclass: Support EAPI 8 | Ulrich Müller | 2022-02-20 | 1 | -13/+22 |
* | go-module.eclass: set a default for GOMODCACHE | William Hubbs | 2022-02-18 | 1 | -0/+6 |
* | go-module.eclass: add a manual example of how to extract the content of EGO_SUM | William Hubbs | 2022-02-17 | 1 | -0/+8 |
* | go-module.eclass: update documentation | William Hubbs | 2022-02-16 | 1 | -6/+14 |
* | verify-sig.eclass: Add a function to verify pure checksums | Michał Górny | 2022-02-16 | 1 | -7/+38 |
* | vdr-plugin-2.eclass: prefix qa notices with "QA Notice:" | Martin Dummer | 2022-02-16 | 1 | -8/+8 |
* | openib.eclass: treeclean | David Seifert | 2022-02-15 | 1 | -158/+0 |
* | distutils-r1.eclass: Use python_has_version in ...enable_sphinx | Michał Górny | 2022-02-15 | 1 | -3/+1 |
* | python-utils-r1.eclass: Add a verbose python_has_version() wrapper | Michał Górny | 2022-02-15 | 1 | -0/+42 |
* | distutils-r1.eclass: Require explicit root for d_pep517_install | Michał Górny | 2022-02-15 | 1 | -4/+4 |