summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2019-03-13 08:59:15 +0100
committerMatt Turner <mattst88@gentoo.org>2019-03-16 13:01:07 -0700
commit3c87a941bfaeb5e8954281e07be23bf59a84e0ac (patch)
treeacf194af814ec5e5d8c25dd65837f473ecd9ee53 /eclass/xorg-3.eclass
parentmedia-libs/mesa: Depend on multilib libglvnd (diff)
downloadgentoo-3c87a941bfaeb5e8954281e07be23bf59a84e0ac.tar.gz
gentoo-3c87a941bfaeb5e8954281e07be23bf59a84e0ac.tar.bz2
gentoo-3c87a941bfaeb5e8954281e07be23bf59a84e0ac.zip
xorg-2.eclass, xorg-3.eclass: Update HOMEPAGE and EGIT_REPO_URI.
Fixes: https://bugs.gentoo.org/680192 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass/xorg-3.eclass')
-rw-r--r--eclass/xorg-3.eclass5
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/xorg-3.eclass b/eclass/xorg-3.eclass
index 734877630bef..15bb0b381a36 100644
--- a/eclass/xorg-3.eclass
+++ b/eclass/xorg-3.eclass
@@ -50,7 +50,6 @@ esac
EXPORT_FUNCTIONS ${EXPORTED_FUNCTIONS}
IUSE=""
-HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/"
# @ECLASS-VARIABLE: XORG_EAUTORECONF
# @DESCRIPTION:
@@ -88,8 +87,10 @@ fi
# This variable can be used for proper directory specification
: ${XORG_PACKAGE_NAME:=${PN}}
+HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}"
+
if [[ -n ${GIT_ECLASS} ]]; then
- : ${EGIT_REPO_URI:="https://anongit.freedesktop.org/git/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}.git"}
+ : ${EGIT_REPO_URI:="https://gitlab.freedesktop.org/xorg/${XORG_MODULE}${XORG_PACKAGE_NAME}.git"}
elif [[ -n ${XORG_BASE_INDIVIDUAL_URI} ]]; then
SRC_URI="${XORG_BASE_INDIVIDUAL_URI}/${XORG_MODULE}${P}.tar.bz2"
fi