Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shell-completion.eclass: fix eclass header | Florian Schmaus | 2023-08-02 | 1 | -4/+4 |
| | | | | | | | | | | | | The order of eclass tags is relevant. @MAINTAINER and @AUTHOR must come right after @ECLASS, as otherwise, tools like eclass-to-manpage will not be able to process the eclass. In the case of shell-completion.eclass, this causes eclass-to-manpage to report: error:7: shell-completion.eclass: unknown keyword @AUTHOR: Fixes: d5e1f736c92d ("shell-completion.eclass: new eclass, migrated from ::guru") Signed-off-by: Florian Schmaus <flow@gentoo.org> | ||||
* | shell-completion.eclass: new eclass, migrated from ::guru | Florian Schmaus | 2023-07-17 | 1 | -0/+115 |
Signed-off-by: Florian Schmaus <flow@gentoo.org> |