From 105aec6c029d51e90c6aad6549d248eb76abced0 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 29 Mar 2019 04:01:38 +0100 Subject: [PATCH 1/5] x11-apps/transset: Clean HOMEPAGE. Bug: https://bugs.gentoo.org/681708 Signed-off-by: Arfrever Frehtes Taifersar Arahesis --- x11-apps/transset/transset-1.0.1.ebuild | 1 - x11-apps/transset/transset-1.0.2.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/x11-apps/transset/transset-1.0.1.ebuild b/x11-apps/transset/transset-1.0.1.ebuild index 52eefdd0f0b..e94154a3ff1 100644 --- a/x11-apps/transset/transset-1.0.1.ebuild +++ b/x11-apps/transset/transset-1.0.1.ebuild @@ -5,7 +5,6 @@ EAPI=5 inherit xorg-2 DESCRIPTION="An utility for setting opacity property" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/xapps https://gitlab.freedesktop.org/xorg/app/transset" LICENSE="SGI-B-2.0" KEYWORDS="amd64 x86" diff --git a/x11-apps/transset/transset-1.0.2.ebuild b/x11-apps/transset/transset-1.0.2.ebuild index 52eefdd0f0b..e94154a3ff1 100644 --- a/x11-apps/transset/transset-1.0.2.ebuild +++ b/x11-apps/transset/transset-1.0.2.ebuild @@ -5,7 +5,6 @@ EAPI=5 inherit xorg-2 DESCRIPTION="An utility for setting opacity property" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/xapps https://gitlab.freedesktop.org/xorg/app/transset" LICENSE="SGI-B-2.0" KEYWORDS="amd64 x86" -- 2.21.0 From cdf8411e61b7b6b85ea4f1c70cd4b667d78d50ee Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 29 Mar 2019 04:04:58 +0100 Subject: [PATCH 2/5] x11-drivers/xf86-video-intel: Update SRC_URI and S for usage in future snapshots. Bug: https://bugs.gentoo.org/681708 Signed-off-by: Arfrever Frehtes Taifersar Arahesis --- x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild b/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild index 57a5241bcdd..c2b892bbc42 100644 --- a/x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild +++ b/x11-drivers/xf86-video-intel/xf86-video-intel-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=5 @@ -12,8 +12,8 @@ if [[ ${PV} == 9999* ]]; then else KEYWORDS="~amd64 ~x86" COMMIT_ID="" - SRC_URI="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz" - S=${WORKDIR}/${COMMIT_ID} + SRC_URI="https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/archive/${COMMIT_ID}/${P}.tar.bz2" + S="${WORKDIR}/${PN}-${COMMIT_ID}" fi DESCRIPTION="X.Org driver for Intel cards" -- 2.21.0 From f6f96bf561e0a4c4c493ce8087246e81df3130bc Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 29 Mar 2019 04:06:23 +0100 Subject: [PATCH 3/5] x11-drivers/*: Update HOMEPAGE. Bug: https://bugs.gentoo.org/681708 Signed-off-by: Arfrever Frehtes Taifersar Arahesis --- .../xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild | 3 +-- .../xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild | 1 - .../xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild | 4 ++-- .../xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild | 2 +- .../xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild | 4 ++-- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild index f9182bd3397..dd5bfaf3697 100644 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.ebuild +++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.0.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=5 @@ -6,7 +6,6 @@ EAPI=5 inherit linux-info xorg-2 DESCRIPTION="Driver for Synaptics touchpads" -HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/" KEYWORDS="amd64 arm ~mips ppc ppc64 x86" IUSE="kernel_linux" diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild index 251c1f4e071..4662dc300a5 100644 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild +++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.9.1.ebuild @@ -6,7 +6,6 @@ EAPI=5 inherit linux-info xorg-2 DESCRIPTION="Driver for Synaptics touchpads" -HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-input-synaptics/" KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86" IUSE="kernel_linux" diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild index 4015df63ed8..b74d76a47bf 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.15-r1.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=5 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then fi DESCRIPTION="Accelerated Open Source driver for nVidia cards" -HOMEPAGE="https://nouveau.freedesktop.org/wiki/" +HOMEPAGE="https://nouveau.freedesktop.org/wiki/ https://cgit.freedesktop.org/nouveau/xf86-video-nouveau" KEYWORDS="amd64 ~arm64 ppc ppc64 x86" IUSE="" diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild index 199676766bf..eec86bc056e 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.16.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then fi DESCRIPTION="Accelerated Open Source driver for nVidia cards" -HOMEPAGE="https://nouveau.freedesktop.org/wiki/" +HOMEPAGE="https://nouveau.freedesktop.org/wiki/ https://cgit.freedesktop.org/nouveau/xf86-video-nouveau" KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE="" diff --git a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild index 8409576b357..53894630f77 100644 --- a/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild +++ b/x11-drivers/xf86-video-vboxvideo/xf86-video-vboxvideo-1.0.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 +XORG_PACKAGE_NAME=xf86-video-vbox inherit xorg-2 DESCRIPTION="VirtualBox guest video driver" -HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-video-vbox/" KEYWORDS="amd64 x86" IUSE="" -- 2.21.0 From 23f1366e6e8baf121cbce518eb207278fc4ed7ba Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 29 Mar 2019 04:07:42 +0100 Subject: [PATCH 4/5] x11-misc/*: Update HOMEPAGE and EGIT_REPO_URI. Bug: https://bugs.gentoo.org/681708 Signed-off-by: Arfrever Frehtes Taifersar Arahesis --- x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild | 6 +++--- x11-misc/gccmakedep/gccmakedep-9999.ebuild | 6 +++--- x11-misc/imake/imake-1.0.7-r1.ebuild | 6 +++--- x11-misc/lndir/lndir-1.0.3-r2.ebuild | 6 +++--- x11-misc/lndir/lndir-9999.ebuild | 6 +++--- x11-misc/makedepend/makedepend-1.0.5-r1.ebuild | 6 +++--- x11-misc/rendercheck/rendercheck-1.5-r1.ebuild | 4 ++-- x11-misc/rendercheck/rendercheck-1.5.ebuild | 3 ++- x11-misc/util-macros/util-macros-1.19.2-r1.ebuild | 4 ++-- x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild | 6 +++--- x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild | 5 ++--- x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild | 3 +-- x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild | 4 ++-- x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild | 4 ++-- x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild | 4 ++-- x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild | 4 ++-- 16 files changed, 38 insertions(+), 39 deletions(-) diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild index 87b4031565b..8f993fc10cf 100644 --- a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="create dependencies in makefiles using 'gcc -M'" -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/gccmakedep" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/${PN}.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/gccmakedep.git" inherit autotools git-r3 # x11-misc/util-macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" diff --git a/x11-misc/gccmakedep/gccmakedep-9999.ebuild b/x11-misc/gccmakedep/gccmakedep-9999.ebuild index f324c514b6b..cc6ee3f9348 100644 --- a/x11-misc/gccmakedep/gccmakedep-9999.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="create dependencies in makefiles using 'gcc -M'" -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/gccmakedep" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/${PN}.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/gccmakedep.git" inherit autotools git-r3 # x11-misc/util-macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" diff --git a/x11-misc/imake/imake-1.0.7-r1.ebuild b/x11-misc/imake/imake-1.0.7-r1.ebuild index 79263523f8d..4d2194fb238 100644 --- a/x11-misc/imake/imake-1.0.7-r1.ebuild +++ b/x11-misc/imake/imake-1.0.7-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="C preprocessor interface to the make utility" -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/imake" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/imake.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/imake.git" inherit autotools git-r3 # x11-misc-util/macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" diff --git a/x11-misc/lndir/lndir-1.0.3-r2.ebuild b/x11-misc/lndir/lndir-1.0.3-r2.ebuild index 53c90ba0cb3..5129dbabb0a 100644 --- a/x11-misc/lndir/lndir-1.0.3-r2.ebuild +++ b/x11-misc/lndir/lndir-1.0.3-r2.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="create a shadow directory of symbolic links to another directory tree" -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/lndir" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/lndir.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/lndir.git" inherit autotools git-r3 # x11-misc-util/macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" diff --git a/x11-misc/lndir/lndir-9999.ebuild b/x11-misc/lndir/lndir-9999.ebuild index 3009d675272..d9e6b13b90c 100644 --- a/x11-misc/lndir/lndir-9999.ebuild +++ b/x11-misc/lndir/lndir-9999.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="create a shadow directory of symbolic links to another directory tree" -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/lndir" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/lndir.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/lndir.git" inherit autotools git-r3 # x11-misc-util/macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" diff --git a/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild b/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild index 4d6a30b7d6c..6dcb3c505d7 100644 --- a/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild +++ b/x11-misc/makedepend/makedepend-1.0.5-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="create dependencies in makefiles" -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/makedepend" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/util/makedepend.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/util/makedepend.git" inherit autotools git-r3 # x11-misc-util/macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" diff --git a/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild b/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild index 8efe587b40e..f7aedd6447c 100644 --- a/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild +++ b/x11-misc/rendercheck/rendercheck-1.5-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Tests for compliance with X RENDER extension" -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/test/rendercheck" SRC_URI="mirror://xorg/app/${P}.tar.bz2" LICENSE="MIT" diff --git a/x11-misc/rendercheck/rendercheck-1.5.ebuild b/x11-misc/rendercheck/rendercheck-1.5.ebuild index 5171d61cedf..34a45007eaf 100644 --- a/x11-misc/rendercheck/rendercheck-1.5.ebuild +++ b/x11-misc/rendercheck/rendercheck-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,6 +8,7 @@ XORG_STATIC=no inherit xorg-2 DESCRIPTION="Tests for compliance with X RENDER extension" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/test/rendercheck" KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" IUSE="" diff --git a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild b/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild index 2b9da7591c9..18a2a719c4e 100644 --- a/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild +++ b/x11-misc/util-macros/util-macros-1.19.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="X.Org autotools utility macros" -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/macros" SRC_URI="mirror://xorg/util/${P}.tar.bz2" LICENSE="MIT" diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild index b563b993866..1934ad373f3 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.7-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="X Compositing manager" -HOMEPAGE="https://freedesktop.org/wiki/Software/xapps" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/app/xcompmgr" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xorg/app/glxcompmgr.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/xcompmgr.git" inherit autotools git-r3 # x11-misc-util/macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild index f49e264c1b7..259f20c2538 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.7.ebuild @@ -1,14 +1,13 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 +XORG_MODULE=app/ XORG_STATIC=no inherit xorg-2 DESCRIPTION="X Compositing manager" -HOMEPAGE="https://freedesktop.org/wiki/Software/xapps" -SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2" LICENSE="BSD" KEYWORDS="amd64 ppc ppc64 sparc x86" diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild index 60166725362..677c731f079 100644 --- a/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild +++ b/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild @@ -3,12 +3,11 @@ EAPI=7 +XORG_MODULE=app/ XORG_STATIC=no inherit xorg-3 DESCRIPTION="X Compositing manager" -HOMEPAGE="https://freedesktop.org/wiki/Software/xapps" -SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2" LICENSE="BSD" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild index 771e138381b..ba23a905329 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.25.ebuild @@ -4,10 +4,10 @@ EAPI=7 DESCRIPTION="X keyboard configuration database" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git" inherit autotools git-r3 # x11-misc/util-macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild index 85d56e7d72f..e98b90a9e21 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.26-r1.ebuild @@ -4,10 +4,10 @@ EAPI=7 DESCRIPTION="X keyboard configuration database" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git" inherit autotools git-r3 # x11-misc/util-macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild index 6ec7db35152..18bac738483 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-9999.ebuild @@ -4,10 +4,10 @@ EAPI=7 DESCRIPTION="X keyboard configuration database" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/XKeyboardConfig https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config" if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/xkeyboard-config.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config.git" inherit autotools git-r3 # x11-misc/util-macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" diff --git a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild index 2184e9dd391..2d2c29ce331 100644 --- a/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild +++ b/x11-misc/xorg-cf-files/xorg-cf-files-1.0.6-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Old Imake-related build files" -HOMEPAGE="https://www.x.org/wiki/ https://cgit.freedesktop.org/" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/util/cf" SRC_URI="mirror://xorg/util/${P}.tar.bz2 https://dev.gentoo.org/~mattst88/distfiles/${PN}-1.0.6-solaris-prefix.patch.bz2" -- 2.21.0 From ba486f97244e953504ee6754872a261c4d9e8679 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 29 Mar 2019 04:48:32 +0100 Subject: [PATCH 5/5] dev-libs/*: Update HOMEPAGE and EGIT_REPO_URI. Bug: https://bugs.gentoo.org/681708 Signed-off-by: Arfrever Frehtes Taifersar Arahesis --- dev-libs/beignet/beignet-1.3.2-r1.ebuild | 6 +++--- dev-libs/beignet/beignet-1.3.2-r2.ebuild | 6 +++--- dev-libs/beignet/beignet-1.3.2.ebuild | 6 +++--- dev-libs/beignet/beignet-9999.ebuild | 6 +++--- dev-libs/libbsd/libbsd-0.8.6.ebuild | 6 +++--- dev-libs/libbsd/libbsd-0.8.7.ebuild | 6 +++--- dev-libs/libbsd/libbsd-0.9.1.ebuild | 4 ++-- dev-libs/libevdev/libevdev-1.6.0.ebuild | 4 ++-- dev-libs/libevdev/libevdev-9999.ebuild | 6 +++--- dev-libs/libinput/libinput-1.11.3.ebuild | 2 +- dev-libs/libinput/libinput-1.12.1.ebuild | 4 ++-- dev-libs/libinput/libinput-1.12.5.ebuild | 2 +- dev-libs/libinput/libinput-1.12.6.ebuild | 2 +- dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild | 4 ++-- dev-libs/wayland/wayland-1.16.0.ebuild | 4 ++-- dev-libs/wayland/wayland-1.17.0.ebuild | 2 +- dev-libs/wayland/wayland-9999.ebuild | 2 +- dev-libs/weston/weston-3.0.0.ebuild | 6 +++--- dev-libs/weston/weston-5.0.0.ebuild | 6 +++--- dev-libs/weston/weston-9999.ebuild | 4 ++-- 20 files changed, 44 insertions(+), 44 deletions(-) diff --git a/dev-libs/beignet/beignet-1.3.2-r1.ebuild b/dev-libs/beignet/beignet-1.3.2-r1.ebuild index aabc386a74b..3d33e0075c6 100644 --- a/dev-libs/beignet/beignet-1.3.2-r1.ebuild +++ b/dev-libs/beignet/beignet-1.3.2-r1.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 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE="Release" inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs DESCRIPTION="OpenCL implementation for Intel GPUs" -HOMEPAGE="https://01.org/beignet" +HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet" LICENSE="LGPL-2.1+" SLOT="0" @@ -17,7 +17,7 @@ IUSE="ocl-icd ocl20" if [[ "${PV}" == "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git" KEYWORDS="" else KEYWORDS="~amd64" diff --git a/dev-libs/beignet/beignet-1.3.2-r2.ebuild b/dev-libs/beignet/beignet-1.3.2-r2.ebuild index 18916096142..17d7f95bfa0 100644 --- a/dev-libs/beignet/beignet-1.3.2-r2.ebuild +++ b/dev-libs/beignet/beignet-1.3.2-r2.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 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE="Release" inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs DESCRIPTION="OpenCL implementation for Intel GPUs" -HOMEPAGE="https://01.org/beignet" +HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet" LICENSE="LGPL-2.1+" SLOT="0" @@ -17,7 +17,7 @@ IUSE="ocl-icd ocl20" if [[ "${PV}" == "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git" KEYWORDS="" else KEYWORDS="~amd64" diff --git a/dev-libs/beignet/beignet-1.3.2.ebuild b/dev-libs/beignet/beignet-1.3.2.ebuild index b586f5b888a..a9918a01ce3 100644 --- a/dev-libs/beignet/beignet-1.3.2.ebuild +++ b/dev-libs/beignet/beignet-1.3.2.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 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE="Release" inherit python-any-r1 cmake-multilib flag-o-matic llvm toolchain-funcs DESCRIPTION="OpenCL implementation for Intel GPUs" -HOMEPAGE="https://01.org/beignet" +HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet" LICENSE="LGPL-2.1+" SLOT="0" @@ -17,7 +17,7 @@ IUSE="ocl-icd ocl20" if [[ "${PV}" == "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git" KEYWORDS="amd64" else KEYWORDS="amd64" diff --git a/dev-libs/beignet/beignet-9999.ebuild b/dev-libs/beignet/beignet-9999.ebuild index 5c7dd730a34..3a7b1b4f1fc 100644 --- a/dev-libs/beignet/beignet-9999.ebuild +++ b/dev-libs/beignet/beignet-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ CMAKE_BUILD_TYPE="Release" inherit python-any-r1 cmake-multilib flag-o-matic toolchain-funcs DESCRIPTION="OpenCL implementation for Intel GPUs" -HOMEPAGE="https://01.org/beignet" +HOMEPAGE="https://01.org/beignet https://gitlab.freedesktop.org/beignet/beignet" LICENSE="LGPL-2.1+" SLOT="0" @@ -17,7 +17,7 @@ IUSE="ocl-icd ocl20" if [[ "${PV}" == "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/beignet.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/beignet/beignet.git" KEYWORDS="" else KEYWORDS="~amd64" diff --git a/dev-libs/libbsd/libbsd-0.8.6.ebuild b/dev-libs/libbsd/libbsd-0.8.6.ebuild index 4e32f0a5ba9..1d417a41098 100644 --- a/dev-libs/libbsd/libbsd-0.8.6.ebuild +++ b/dev-libs/libbsd/libbsd-0.8.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit multilib-minimal DESCRIPTION="An library to provide useful functions commonly found on BSD systems" -HOMEPAGE="https://libbsd.freedesktop.org/wiki/" +HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd" SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz" LICENSE="BSD BSD-2 BSD-4 ISC" @@ -34,7 +34,7 @@ pkg_setup() { multilib_src_configure() { # The build system will install libbsd-ctor.a despite of USE="-static-libs" # which is correct, see: - # https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8 + # https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8 ECONF_SOURCE="${S}" econf $(use_enable static-libs static) } diff --git a/dev-libs/libbsd/libbsd-0.8.7.ebuild b/dev-libs/libbsd/libbsd-0.8.7.ebuild index 8ce1c8916cb..8fe9b46741c 100644 --- a/dev-libs/libbsd/libbsd-0.8.7.ebuild +++ b/dev-libs/libbsd/libbsd-0.8.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit multilib-minimal DESCRIPTION="An library to provide useful functions commonly found on BSD systems" -HOMEPAGE="https://libbsd.freedesktop.org/wiki/" +HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd" SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz" LICENSE="BSD BSD-2 BSD-4 ISC" @@ -34,7 +34,7 @@ pkg_setup() { multilib_src_configure() { # The build system will install libbsd-ctor.a despite of USE="-static-libs" # which is correct, see: - # https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8 + # https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8 ECONF_SOURCE="${S}" econf $(use_enable static-libs static) } diff --git a/dev-libs/libbsd/libbsd-0.9.1.ebuild b/dev-libs/libbsd/libbsd-0.9.1.ebuild index fbc48c4614d..ea20e10357a 100644 --- a/dev-libs/libbsd/libbsd-0.9.1.ebuild +++ b/dev-libs/libbsd/libbsd-0.9.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit multilib-minimal DESCRIPTION="An library to provide useful functions commonly found on BSD systems" -HOMEPAGE="https://libbsd.freedesktop.org/wiki/" +HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd" SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz" LICENSE="BSD BSD-2 BSD-4 ISC" @@ -34,7 +34,7 @@ pkg_setup() { multilib_src_configure() { # The build system will install libbsd-ctor.a despite of USE="-static-libs" # which is correct, see: - # https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8 + # https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8 ECONF_SOURCE="${S}" econf $(use_enable static-libs static) } diff --git a/dev-libs/libevdev/libevdev-1.6.0.ebuild b/dev-libs/libevdev/libevdev-1.6.0.ebuild index 162f2e22d07..7b7765d8f41 100644 --- a/dev-libs/libevdev/libevdev-1.6.0.ebuild +++ b/dev-libs/libevdev/libevdev-1.6.0.ebuild @@ -8,10 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit multilib-minimal python-any-r1 DESCRIPTION="Handler library for evdev events" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/ https://gitlab.freedesktop.org/libevdev/libevdev" if [[ ${PV} == 9999* ]] ; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/libevdev/libevdev.git" inherit autotools git-r3 else SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz" diff --git a/dev-libs/libevdev/libevdev-9999.ebuild b/dev-libs/libevdev/libevdev-9999.ebuild index 5ad289f7340..f0df420f377 100644 --- a/dev-libs/libevdev/libevdev-9999.ebuild +++ b/dev-libs/libevdev/libevdev-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,10 +8,10 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit multilib-minimal python-any-r1 DESCRIPTION="Handler library for evdev events" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libevdev/ https://gitlab.freedesktop.org/libevdev/libevdev" if [[ ${PV} == 9999* ]] ; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libevdev.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/libevdev/libevdev.git" inherit autotools git-r3 else SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz" diff --git a/dev-libs/libinput/libinput-1.11.3.ebuild b/dev-libs/libinput/libinput-1.11.3.ebuild index c60f29f7f67..072c1deee40 100644 --- a/dev-libs/libinput/libinput-1.11.3.ebuild +++ b/dev-libs/libinput/libinput-1.11.3.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit meson udev DESCRIPTION="Library to handle input devices in Wayland" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/libinput" SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="MIT" diff --git a/dev-libs/libinput/libinput-1.12.1.ebuild b/dev-libs/libinput/libinput-1.12.1.ebuild index c19ff354838..5d5910dec92 100644 --- a/dev-libs/libinput/libinput-1.12.1.ebuild +++ b/dev-libs/libinput/libinput-1.12.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit meson udev DESCRIPTION="Library to handle input devices in Wayland" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/libinput" SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="MIT" diff --git a/dev-libs/libinput/libinput-1.12.5.ebuild b/dev-libs/libinput/libinput-1.12.5.ebuild index fe9e7e7cf8c..5bd8983e0da 100644 --- a/dev-libs/libinput/libinput-1.12.5.ebuild +++ b/dev-libs/libinput/libinput-1.12.5.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit meson python-any-r1 udev DESCRIPTION="Library to handle input devices in Wayland" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/libinput" SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="MIT" diff --git a/dev-libs/libinput/libinput-1.12.6.ebuild b/dev-libs/libinput/libinput-1.12.6.ebuild index a9abf03e545..21bd0253ca3 100644 --- a/dev-libs/libinput/libinput-1.12.6.ebuild +++ b/dev-libs/libinput/libinput-1.12.6.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit meson python-any-r1 udev DESCRIPTION="Library to handle input devices in Wayland" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/" +HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/ https://gitlab.freedesktop.org/libinput/libinput" SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="MIT" diff --git a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild index 342a0aa0d9c..83e44b614d3 100644 --- a/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild +++ b/dev-libs/libpthread-stubs/libpthread-stubs-0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit multilib-minimal DESCRIPTION="Pthread functions stubs for platforms missing them" -HOMEPAGE="https://www.x.org/wiki/" +HOMEPAGE="https://www.x.org/wiki/ https://gitlab.freedesktop.org/xorg/lib/pthread-stubs" SRC_URI="https://xcb.freedesktop.org/dist/${P}.tar.bz2" LICENSE="MIT" diff --git a/dev-libs/wayland/wayland-1.16.0.ebuild b/dev-libs/wayland/wayland-1.16.0.ebuild index b4525981f1e..943993af547 100644 --- a/dev-libs/wayland/wayland-1.16.0.ebuild +++ b/dev-libs/wayland/wayland-1.16.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/wayland.git" +EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/wayland.git" if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" @@ -12,7 +12,7 @@ fi inherit autotools libtool multilib-minimal toolchain-funcs $GIT_ECLASS DESCRIPTION="Wayland protocol libraries" -HOMEPAGE="https://wayland.freedesktop.org/" +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland" if [[ $PV = 9999* ]]; then SRC_URI="" diff --git a/dev-libs/wayland/wayland-1.17.0.ebuild b/dev-libs/wayland/wayland-1.17.0.ebuild index 7e909b19826..56fdba5f507 100644 --- a/dev-libs/wayland/wayland-1.17.0.ebuild +++ b/dev-libs/wayland/wayland-1.17.0.ebuild @@ -13,7 +13,7 @@ fi inherit autotools libtool multilib-minimal toolchain-funcs DESCRIPTION="Wayland protocol libraries" -HOMEPAGE="https://wayland.freedesktop.org/" +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland" LICENSE="MIT" SLOT="0" diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild index 7e909b19826..56fdba5f507 100644 --- a/dev-libs/wayland/wayland-9999.ebuild +++ b/dev-libs/wayland/wayland-9999.ebuild @@ -13,7 +13,7 @@ fi inherit autotools libtool multilib-minimal toolchain-funcs DESCRIPTION="Wayland protocol libraries" -HOMEPAGE="https://wayland.freedesktop.org/" +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/wayland" LICENSE="MIT" SLOT="0" diff --git a/dev-libs/weston/weston-3.0.0.ebuild b/dev-libs/weston/weston-3.0.0.ebuild index 85b8492ffe1..a3061e69cc0 100644 --- a/dev-libs/weston/weston-3.0.0.ebuild +++ b/dev-libs/weston/weston-3.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi @@ -12,7 +12,7 @@ fi inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS DESCRIPTION="Wayland reference compositor" -HOMEPAGE="https://wayland.freedesktop.org/" +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" diff --git a/dev-libs/weston/weston-5.0.0.ebuild b/dev-libs/weston/weston-5.0.0.ebuild index 61c5f7776cc..221535a3bed 100644 --- a/dev-libs/weston/weston-5.0.0.ebuild +++ b/dev-libs/weston/weston-5.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi @@ -12,7 +12,7 @@ fi inherit autotools readme.gentoo-r1 toolchain-funcs $GIT_ECLASS DESCRIPTION="Wayland reference compositor" -HOMEPAGE="https://wayland.freedesktop.org/" +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" diff --git a/dev-libs/weston/weston-9999.ebuild b/dev-libs/weston/weston-9999.ebuild index 1a039dffa31..b06805e2e15 100644 --- a/dev-libs/weston/weston-9999.ebuild +++ b/dev-libs/weston/weston-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 if [[ ${PV} = 9999* ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/wayland/weston.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/wayland/weston.git" GIT_ECLASS="git-r3" EXPERIMENTAL="true" fi @@ -12,7 +12,7 @@ fi inherit meson readme.gentoo-r1 toolchain-funcs $GIT_ECLASS DESCRIPTION="Wayland reference compositor" -HOMEPAGE="https://wayland.freedesktop.org/" +HOMEPAGE="https://wayland.freedesktop.org/ https://gitlab.freedesktop.org/wayland/weston" if [[ $PV = 9999* ]]; then SRC_URI="${SRC_PATCHES}" -- 2.21.0