commit:     ca640bd52f96271d48643af641085ff1fc79aad1
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 08:10:52 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 08:22:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca640bd5

emboss-r1.eclass: fix DOC strings

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 eclass/emboss-r1.eclass | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/eclass/emboss-r1.eclass b/eclass/emboss-r1.eclass
index 3a494b9..2b58de6 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.
 #

Reply via email to