[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gentoo-dev
Subject:    [gentoo-dev] [PATCH 1/3] gnome.org.eclass: Rename GNOME_ORG_PVP -> GNOME_ORG_RELEASE
From:       Matt Turner <mattst88 () gentoo ! org>
Date:       2023-03-31 0:02:30
Message-ID: 20230331000232.3339792-1-mattst88 () gentoo ! org
[Download RAW message or body]

I don't think PVP stood for anything.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
---
 eclass/gnome.org.eclass | 8 ++++----
 1 file 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}"
 
-- 
2.39.2


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic