From d7317785d04e7de172de3bff05852fca3cd15af2 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Fri, 18 Mar 2022 21:29:29 +0100 Subject: *.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller --- eclass/gnome.org.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass/gnome.org.eclass') diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass index 7efd03bfa946..05025f5f58fa 100644 --- a/eclass/gnome.org.eclass +++ b/eclass/gnome.org.eclass @@ -23,7 +23,7 @@ _GNOME_ORG_ECLASS=1 # versionator inherit kept for older EAPIs due to ebuilds (potentially) relying on it [[ ${EAPI} == [56] ]] && inherit eapi7-ver versionator -# @ECLASS-VARIABLE: GNOME_TARBALL_SUFFIX +# @ECLASS_VARIABLE: GNOME_TARBALL_SUFFIX # @PRE_INHERIT # @DESCRIPTION: # Most projects hosted on gnome.org mirrors provide tarballs as tar.bz2 or @@ -41,13 +41,13 @@ if [[ ${GNOME_TARBALL_SUFFIX} == "xz" ]]; then fi fi -# @ECLASS-VARIABLE: GNOME_ORG_MODULE +# @ECLASS_VARIABLE: GNOME_ORG_MODULE # @DESCRIPTION: # Name of the module as hosted on gnome.org mirrors. # Leave unset if package name matches module name. : ${GNOME_ORG_MODULE:=$PN} -# @ECLASS-VARIABLE: GNOME_ORG_PVP +# @ECLASS_VARIABLE: GNOME_ORG_PVP # @INTERNAL # @DESCRIPTION: # Components of the version number that correspond to a 6 month release. -- cgit v1.2.3-65-gdbad