eclass/gnome.org: Sync with Gentoo

It's from Gentoo commit d7317785d04e7de172de3bff05852fca3cd15af2.
This commit is contained in:
Krzesimir Nowak 2022-08-23 16:57:39 +02:00
parent fdc7cf15dd
commit 126d4c4017

View File

@ -23,7 +23,7 @@ _GNOME_ORG_ECLASS=1
# versionator inherit kept for older EAPIs due to ebuilds (potentially) relying on it # versionator inherit kept for older EAPIs due to ebuilds (potentially) relying on it
[[ ${EAPI} == [56] ]] && inherit eapi7-ver versionator [[ ${EAPI} == [56] ]] && inherit eapi7-ver versionator
# @ECLASS-VARIABLE: GNOME_TARBALL_SUFFIX # @ECLASS_VARIABLE: GNOME_TARBALL_SUFFIX
# @PRE_INHERIT # @PRE_INHERIT
# @DESCRIPTION: # @DESCRIPTION:
# Most projects hosted on gnome.org mirrors provide tarballs as tar.bz2 or # 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
fi fi
# @ECLASS-VARIABLE: GNOME_ORG_MODULE # @ECLASS_VARIABLE: GNOME_ORG_MODULE
# @DESCRIPTION: # @DESCRIPTION:
# Name of the module as hosted on gnome.org mirrors. # Name of the module as hosted on gnome.org mirrors.
# Leave unset if package name matches module name. # Leave unset if package name matches module name.
: ${GNOME_ORG_MODULE:=$PN} : ${GNOME_ORG_MODULE:=$PN}
# @ECLASS-VARIABLE: GNOME_ORG_PVP # @ECLASS_VARIABLE: GNOME_ORG_PVP
# @INTERNAL # @INTERNAL
# @DESCRIPTION: # @DESCRIPTION:
# Components of the version number that correspond to a 6 month release. # Components of the version number that correspond to a 6 month release.