summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-18 01:03:01 +0000
committerSam James <sam@gentoo.org>2022-03-18 01:03:01 +0000
commitc2bbe20c9ada721fc5074821c00ed3972d42e145 (patch)
tree4f7af473c7f53a8bdf2df497ae0d618ace8926e6 /eclass
parentprofiles/base: drop obsolete dev-libs/ossp-uuid[php] mask (diff)
downloadgentoo-c2bbe20c9ada721fc5074821c00ed3972d42e145.tar.gz
gentoo-c2bbe20c9ada721fc5074821c00ed3972d42e145.tar.bz2
gentoo-c2bbe20c9ada721fc5074821c00ed3972d42e145.zip
go-module.eclass: fix EclassDocError for @DEPRECATED
No trailing colon (:). Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/go-module.eclass18
1 files changed, 9 insertions, 9 deletions
diff --git a/eclass/go-module.eclass b/eclass/go-module.eclass
index 817f8a9fd3e0..9fada315fdbf 100644
--- a/eclass/go-module.eclass
+++ b/eclass/go-module.eclass
@@ -105,7 +105,7 @@ QA_FLAGS_IGNORED='.*'
RESTRICT+=" strip"
# @ECLASS-VARIABLE: EGO_SUM
-# @DEPRECATED:
+# @DEPRECATED
# @DESCRIPTION:
# This is replaced by a dependency tarball, see above for how to create
# one.
@@ -153,7 +153,7 @@ RESTRICT+=" strip"
# go.sum copy of the Hash1 values during building of the package.
# @ECLASS-VARIABLE: _GOMODULE_GOPROXY_BASEURI
-# @DEPRECATED:
+# @DEPRECATED
# @DESCRIPTION:
# Golang module proxy service to fetch module files from. Note that the module
# proxy generally verifies modules via the Hash1 code.
@@ -176,7 +176,7 @@ RESTRICT+=" strip"
: "${_GOMODULE_GOPROXY_BASEURI:=mirror://goproxy/}"
# @ECLASS-VARIABLE: _GOMODULE_GOSUM_REVERSE_MAP
-# @DEPRECATED:
+# @DEPRECATED
# @DESCRIPTION:
# Mapping back from Gentoo distfile name to upstream distfile path.
# Associative array to avoid O(N*M) performance when populating the GOPROXY
@@ -206,7 +206,7 @@ ego() {
}
# @FUNCTION: go-module_set_globals
-# @DEPRECATED:
+# @DEPRECATED
# @DESCRIPTION:
# Convert the information in EGO_SUM for other usage in the ebuild.
# - Populates EGO_SUM_SRC_URI that can be added to SRC_URI
@@ -297,7 +297,7 @@ go-module_set_globals() {
}
# @FUNCTION: go-module_setup_proxy
-# @DEPRECATED:
+# @DEPRECATED
# @DESCRIPTION:
# If your ebuild redefines src_unpack and uses EGO_SUM you need to call
# this function in src_unpack.
@@ -359,7 +359,7 @@ go-module_src_unpack() {
}
# @FUNCTION: _go-module_src_unpack_gosum
-# @DEPRECATED:
+# @DEPRECATED
# @DESCRIPTION:
# Populate a GOPROXY directory hierarchy with distfiles from EGO_SUM and
# unpack the base distfiles.
@@ -405,7 +405,7 @@ _go-module_src_unpack_gosum() {
}
# @FUNCTION: _go-module_gosum_synthesize_files
-# @DEPRECATED:
+# @DEPRECATED
# @DESCRIPTION:
# Given a path & version, populate all Goproxy metadata files which aren't
# needed to be downloaded directly.
@@ -433,7 +433,7 @@ _go-module_gosum_synthesize_files() {
}
# @FUNCTION: _go-module_src_unpack_verify_gosum
-# @DEPRECATED:
+# @DEPRECATED
# @DESCRIPTION:
# Validate the Go modules declared by EGO_SUM are sufficient to cover building
# the package, without actually building it yet.
@@ -482,7 +482,7 @@ go-module_live_vendor() {
}
# @FUNCTION: _go-module_gomod_encode
-# @DEPRECATED:
+# @DEPRECATED
# @DESCRIPTION:
# Encode the name(path) of a Golang module in the format expected by Goproxy.
#