diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2019-03-25 04:39:36 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-03-24 20:59:58 -0700 |
commit | b9fa6bff58e5fb61b6b6d8f982aaa376b9b73948 (patch) | |
tree | 02cb20f5e170eeabc9105e10ded5d1f1a1cdaca0 /x11-base/xorg-proto/xorg-proto-9999.ebuild | |
parent | x11-apps/*: Update HOMEPAGE and EGIT_REPO_URI. (diff) | |
download | gentoo-b9fa6bff58e5fb61b6b6d8f982aaa376b9b73948.tar.gz gentoo-b9fa6bff58e5fb61b6b6d8f982aaa376b9b73948.tar.bz2 gentoo-b9fa6bff58e5fb61b6b6d8f982aaa376b9b73948.zip |
x11-base/*: Update HOMEPAGE and EGIT_REPO_URI.
Bug: https://bugs.gentoo.org/681708
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-base/xorg-proto/xorg-proto-9999.ebuild')
-rw-r--r-- | x11-base/xorg-proto/xorg-proto-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-base/xorg-proto/xorg-proto-9999.ebuild b/x11-base/xorg-proto/xorg-proto-9999.ebuild index d2b4b3d11867..9399dc7c97f1 100644 --- a/x11-base/xorg-proto/xorg-proto-9999.ebuild +++ b/x11-base/xorg-proto/xorg-proto-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 MY_PN="${PN/xorg-/xorg}" MY_P="${MY_PN}-${PV}" -EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/proto/${MY_PN}" +EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/proto/${MY_PN}.git" if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" @@ -15,7 +15,7 @@ fi inherit ${GIT_ECLASS} meson DESCRIPTION="X.Org combined protocol headers" -HOMEPAGE="https://cgit.freedesktop.org/xorg/proto/xorgproto/" +HOMEPAGE="https://gitlab.freedesktop.org/xorg/proto/xorgproto" if [[ ${PV} = 9999* ]]; then SRC_URI="" else |