summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eclass: canonicalize debug-print-function callsDavid Seifert2024-10-081-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/37652 Signed-off-by: David Seifert <soap@gentoo.org>
* readme.gentoo-r1.eclass: drop support for EAPI 6David Seifert2024-10-081-6/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* readme.gentoo-r1.eclass: add global-scope ewarn for deprecated < EAPI 7Sam James2024-09-081-1/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* readme.gentoo-r1.eclass: use two spaces after full stopFlorian Schmaus2024-06-201-4/+4
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* readme.gentoo-r1.eclass: fix description of DISABLE_AUTOFORMATTING by ↵Florian Schmaus2024-06-201-3/+3
| | | | | | | | | | | | | s/fmt/fold/ The autoformatting tool was switched from fmt to fold in 3f9cdecb18c6 ("Change formatting tool as discussed with Ulrich Müller in bug #460050, thanks a lot to him for his help.") but the description of the DISABLE_AUTOFORMATTING variable still talks about fmt being used. See also https://bugs.gentoo.org/460050#c7 Signed-off-by: Florian Schmaus <flow@gentoo.org>
* readme.gentoo-r1.eclass: Quote argument of ":" commandUlrich Müller2023-03-261-2/+2
| | | | | | This avoids globbing, see: https://www.shellcheck.net/wiki/SC2223 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLEUlrich Müller2022-03-241-4/+4
| | | | | Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* readme.gentoo-r1.eclass: Document the DOC_CONTENTS variableUlrich Müller2022-01-061-1/+6
| | | | | | This fixes a spurious "UnusedInherits" warning from pkgcheck. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* readme.gentoo-r1.eclass: Standardize EAPI guardUlrich Müller2021-08-191-9/+3
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* readme.gentoo-r1.eclass: Use fixed location for README.gentooUlrich Müller2021-08-191-1/+4
| | | | | | | | Eclass documentation and the elog message indicate that the expected location to install the file is /usr/share/doc/${PF}/README.gentoo, not the location of the ebuild's last docinto call. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* readme.gentoo-r1.eclass: Support EAPI 8, drop EAPIs 4 and 5Ulrich Müller2021-06-191-4/+4
| | | | | Reviewed-by: Pacho Ramos <pacho@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* readme.gentoo-r1.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* readme.gentoo-r1.eclass: Support EAPI 7.Ulrich Müller2018-06-081-1/+1
| | | | | No changes appear to be necessary, other than updating the case statement.
* readme.gentoo{,-r1}.eclass: Fix @BLURB.Ulrich Müller2018-06-081-3/+2
| | | | | Closes: https://bugs.gentoo.org/637858 Closes: https://bugs.gentoo.org/637860
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* readme.gentoo-r1.eclass: Fix @ECLASSJustin Lecher2016-01-221-1/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* readme.gentoo-r1.eclass: Do not inherit eutils.Ulrich Müller2015-12-211-6/+5
| | | | | | | This was only needed in readme.gentoo_create_doc() for a single call of eshopts_{push,pop}. Replace it by saving the set of options in a variable. Die if writing the temp file in readme.gentoo_create_doc() fails.
* eclass/readme.gentoo-r1.eclass: Add support for older EAPIs as discussed ↵Pacho Ramos2015-12-191-2/+2
| | | | with ulm via IRC to let easier migration.
* eclass/readme.gentoo-r1.eclass: introduce this revision for adding eapi6 ↵Pacho Ramos2015-12-131-0/+110
support and explain the people the changes regarding it stopping to export phase functions (#520094#c6)