summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLEUlrich Müller2022-03-241-2/+2
| | | | | Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* emboss-r2.eclass: last-riteDavid Seifert2022-02-141-1/+4
| | | | | Closes: https://github.com/gentoo/gentoo/pull/24178 Signed-off-by: David Seifert <soap@gentoo.org>
* emboss-r2.eclass: Move EXPORT_FUNCTIONS below inheritUlrich Müller2021-09-031-2/+2
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* emboss-r2.eclass: mark EBO_DESCRIPTION as @PRE_INHERITSam James2021-03-311-0/+1
| | | | | | As per @DESCRIPTION. Signed-off-by: Sam James <sam@gentoo.org>
* emboss-r2.eclass: Clean up eclassDavid Seifert2021-03-131-29/+23
| | | | | | | | | | * EAPI 7 only * USE="static-libs" gone * Remove wording implied by PMS * Standardise inherit guards and eclass structure Closes: https://github.com/gentoo/gentoo/pull/19911 Signed-off-by: David Seifert <soap@gentoo.org>
* emboss-r2.eclass: Support EAPI-7Andreas Sturmlechner2021-03-121-5/+5
| | | | | Closes: https://bugs.gentoo.org/770262 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* eclass: [QA] Revert multiple meaningless doc changesMichał Górny2020-12-281-5/+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/emboss: fixup documentationAaron Bauman2020-12-161-0/+5
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* */*: reassign jlec's packagesMichał Górny2020-08-051-2/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* eclass: Update mysql dependency in emboss-r2Brian Evans2019-02-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | Closes: https://bugs.gentoo.org/show_bug.cgi?id=677592 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666016 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666018 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666020 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666022 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666024 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666026 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666028 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666030 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666032 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666034 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666036 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666038 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666040 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666042 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666044 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666046 Closes: https://bugs.gentoo.org/show_bug.cgi?id=666048 Signed-off-by: Brian Evans <grknight@gentoo.org>
* emboss-r2.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* emboss-r2.eclass: Make EAPI=6 only, simplifyDavid Seifert2017-02-191-0/+164
Closes: https://github.com/gentoo/gentoo/pull/3937