commit: 45437d805636ea8b00824e1b482115568737a30d Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Wed Dec 16 17:04:07 2020 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Wed Dec 16 17:04:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45437d80
eclass/mozextension: fixup documentation Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> eclass/mozextension.eclass | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/eclass/mozextension.eclass b/eclass/mozextension.eclass index f3b881187c6..5eeaf89f578 100644 --- a/eclass/mozextension.eclass +++ b/eclass/mozextension.eclass @@ -23,6 +23,8 @@ inherit eutils DEPEND="app-arch/unzip" # @FUNCTION: mozversion_extension_location +# @DESCRIPTION: +# Get ${PN} from extension location mozversion_extension_location() { case ${PN} in @@ -37,6 +39,8 @@ mozversion_extension_location() { } # @FUNCTION: xpi_unpack +# @DESCRIPTION: +# Unpack XPI files xpi_unpack() { local xpi xpiname srcdir @@ -68,6 +72,8 @@ xpi_unpack() { } # @FUNCTION: xpi_install +# @DESCRIPTION: +# Install XPI files xpi_install() { local emid @@ -99,6 +105,8 @@ xpi_install() { } # @FUNCTION: xpi_copy +# @DESCRIPTION: +# Copy XPI files xpi_copy() { local emid