summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-03-30 18:20:54 -0400
committerMatt Turner <mattst88@gentoo.org>2023-04-01 20:56:55 -0400
commitf8812a9a0ae77836f4a453c7c83d5732a468f778 (patch)
tree6649ec0a8f0e69f770ea6c50688a834455f36884 /eclass
parentx11-wm/mutter: Drop old versions (diff)
downloadgentoo-f8812a9a0ae77836f4a453c7c83d5732a468f778.tar.gz
gentoo-f8812a9a0ae77836f4a453c7c83d5732a468f778.tar.bz2
gentoo-f8812a9a0ae77836f4a453c7c83d5732a468f778.zip
gnome.org.eclass: Rename GNOME_ORG_PVP -> GNOME_ORG_RELEASE
I don't think PVP stood for anything. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnome.org.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/gnome.org.eclass b/eclass/gnome.org.eclass
index 99b0090fda7c..2add88ef59f7 100644
--- a/eclass/gnome.org.eclass
+++ b/eclass/gnome.org.eclass
@@ -47,17 +47,17 @@ fi
# Leave unset if package name matches module name.
: "${GNOME_ORG_MODULE:=$PN}"
-# @ECLASS_VARIABLE: GNOME_ORG_PVP
+# @ECLASS_VARIABLE: GNOME_ORG_RELEASE
# @INTERNAL
# @DESCRIPTION:
# Components of the version number that correspond to a 6 month release.
if ver_test -ge 40.0; then
- : "${GNOME_ORG_PVP:=$(ver_cut 1)}"
+ : "${GNOME_ORG_RELEASE:=$(ver_cut 1)}"
else
- : "${GNOME_ORG_PVP:=$(ver_cut 1-2)}"
+ : "${GNOME_ORG_RELEASE:=$(ver_cut 1-2)}"
fi
-SRC_URI="mirror://gnome/sources/${GNOME_ORG_MODULE}/${GNOME_ORG_PVP}/${GNOME_ORG_MODULE}-${PV}.tar.${GNOME_TARBALL_SUFFIX}"
+SRC_URI="mirror://gnome/sources/${GNOME_ORG_MODULE}/${GNOME_ORG_RELEASE}/${GNOME_ORG_MODULE}-${PV}.tar.${GNOME_TARBALL_SUFFIX}"
S="${WORKDIR}/${GNOME_ORG_MODULE}-${PV}"