summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* eclass: standardize prologue/epilogueDavid Seifert2023-03-171-2/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/30061 Signed-off-by: David Seifert <soap@gentoo.org>
* chromium-2.eclass: drop unnecessary 'shopt -s extglob'Sam James2022-07-311-2/+2
| | | | | | | | | | | We don't need a subshell because of how is-flagq works. Noticed as a result of fallout from the bash change which led to us noticing 5e9a3926fd3e0e573f529fd6aefebba53e082f4a. Thanks-to: Ionen Wolkens <ionen@gentoo.org> Thanks-to: Kerin Millar <kfm@plushkava.net> Signed-off-by: Sam James <sam@gentoo.org>
* *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLEUlrich Müller2022-03-241-1/+1
| | | | | Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* chromium-2.eclass: enable EAPI 8Stephan Hartmann2021-08-161-3/+3
| | | | Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
* chromium-2.eclass: update documentationStephan Hartmann2021-08-161-1/+12
| | | | Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
* chromium-2.eclass: remove GYP supportStephan Hartmann2021-08-161-36/+0
| | | | | | | Chromium project replaced GYP with GN in 2016 and nothing in ::gentoo is using GYP. Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
* chromium-2.eclass: fix @SUPPORTED_EAPIS eclassdocSam James2021-06-211-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* chromium-2.eclass: [QA] add EAPI guardSam James2021-06-201-7/+13
| | | | | Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* eclass: [QA] Revert multiple meaningless doc changesMichał Górny2020-12-281-9/+0
| | | | | | | | | | | Revert multiple meaningless eclass documentation changes, notably adding a lot of placeholders and documenting implementation details. These changes were aimed at silencing (valid) documentation warnings without actually providing valuable documentation to the end users. While some of these changes were beneficial, it would take a lot of effort to review them all and the author is unwilling to fix his mistakes. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* eclass/chromium-2: fixup documentationAaron Bauman2020-12-161-0/+9
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* eutils.eclass: Deprecate use_if_iuse().Ulrich Müller2020-09-121-2/+2
| | | | | | | | The function is not called from any ebuilds in the gentoo repository. Inline it as "in_iuse foo && use foo" in other eclasses, or define it as a local function when it is called multiple times. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* chromium-2.eclass: avoid eshopt functionsMike Gilbert2018-10-021-3/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* chromium-2.eclass: remove .pak.info filesMike Gilbert2018-06-201-0/+2
|
* chromium-2.eclass: drop sr-ME workaround codeMike Gilbert2018-01-061-14/+2
| | | | | Closes: https://bugs.gentoo.org/583762 Closes: https://bugs.gentoo.org/643736
* chromium-2.eclass: warn on CONFIG_GRKERNSECPawel Hajdan, Jr2017-05-241-1/+2
| | | | Bug: https://bugs.gentoo.org/613668
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* chromium-2.eclass: add special handling for sr-MEMike Gilbert2016-09-061-1/+15
| | | | Bug: https://bugs.gentoo.org/583762
* chromium-2.eclass: replace a few leftover refs to LINGUASMike Gilbert2016-09-061-4/+4
|
* chromium-2.eclass: Remove fake-bidi.pak unconditionallyMike Gilbert2016-07-071-0/+3
| | | | Bug: https://bugs.gentoo.org/588198
* chromium-2.eclass: convert from LINGUAS to L10NMike Gilbert2016-06-281-29/+13
|
* chromium-2.eclass: drop phase functionsMike Gilbert2016-06-281-70/+1
|
* chromium-2.eclass: copy from chromium.eclassMike Gilbert2016-06-281-0/+258