summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-07 09:10:52 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-07 09:22:31 +0100
commitca640bd52f96271d48643af641085ff1fc79aad1 (patch)
tree15b34ccab0500bb01567822de15374309fd2c16f
parentnet-analyzer/greenbone-security-assistant: Rename config.d file to match init... (diff)
downloadgentoo-ca640bd52f96271d48643af641085ff1fc79aad1.tar.gz
gentoo-ca640bd52f96271d48643af641085ff1fc79aad1.tar.bz2
gentoo-ca640bd52f96271d48643af641085ff1fc79aad1.zip
emboss-r1.eclass: fix DOC strings
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--eclass/emboss-r1.eclass9
1 files changed, 5 insertions, 4 deletions
diff --git a/eclass/emboss-r1.eclass b/eclass/emboss-r1.eclass
index 3a494b9b0686..2b58de68a2cd 100644
--- a/eclass/emboss-r1.eclass
+++ b/eclass/emboss-r1.eclass
@@ -26,11 +26,12 @@
# inherit emboss-r1
# @ECLASS-VARIABLE: EBO_DESCRIPTION
+# @DEFAULT_UNSET
# @DESCRIPTION:
# Should be set. Completes the generic description of the embassy module as follows:
#
-# EMBOSS integrated version of ${EBO_DESCRIPTION},
-# e.g.
+# EMBOSS integrated version of ${EBO_DESCRIPTION}, e.g.
+#
# "EMBOSS integrated version of applications from the CBS group"
#
# Defaults to the upstream name of the module.
@@ -80,7 +81,7 @@ if [[ ${PN} == embassy-* ]]; then
S="${WORKDIR}"/${EF}
fi
-# @FUNCTION: emboss_src_prepare
+# @FUNCTION: emboss-r1_src_prepare
# @DESCRIPTION:
# Does the following things
#
@@ -96,7 +97,7 @@ emboss-r1_src_prepare() {
autotools-utils_src_prepare
}
-# @FUNCTION: emboss_src_configure
+# @FUNCTION: emboss-r1_src_configure
# @DESCRIPTION:
# runs econf with following options.
#