summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-08-02 08:51:17 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-08-02 08:54:09 +0200
commitc14e804bc7c25da759a30ea2c0e1f6de2029f48a (patch)
tree1da7fb71f42675e25d13128a123d4b17c5f13861 /eclass/shell-completion.eclass
parentmedia-gfx/tuxpaint: Keyword 0.9.29 ppc, #908286 (diff)
downloadgentoo-c14e804bc7c25da759a30ea2c0e1f6de2029f48a.tar.gz
gentoo-c14e804bc7c25da759a30ea2c0e1f6de2029f48a.tar.bz2
gentoo-c14e804bc7c25da759a30ea2c0e1f6de2029f48a.zip
shell-completion.eclass: fix eclass header
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>
Diffstat (limited to 'eclass/shell-completion.eclass')
-rw-r--r--eclass/shell-completion.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/shell-completion.eclass b/eclass/shell-completion.eclass
index debfb8ecd26f..d582028847b4 100644
--- a/eclass/shell-completion.eclass
+++ b/eclass/shell-completion.eclass
@@ -2,13 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: shell-completion.eclass
-# @SUPPORTED_EAPIS: 8
-# @PROVIDES: bash-completion-r1
-# @AUTHOR:
-# Alfred Wingate <parona@protonmail.com>
# @MAINTAINER:
# Jonas Frei <freijon@pm.me>
# Florian Schmaus <flow@gentoo.org>
+# @AUTHOR:
+# Alfred Wingate <parona@protonmail.com>
+# @SUPPORTED_EAPIS: 8
+# @PROVIDES: bash-completion-r1
# @BLURB: a few quick functions to install various shell completion files
# @DESCRIPTION:
# This eclass provides a standardised way to install shell completions