From 094dfebb70c4cc6450c73b50dbc0063ea0e80958 Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sun, 21 Sep 2025 23:52:54 +0300 Subject: [PATCH] app-emulation/spice: move to gitlab.freedesktop.org remote Revbump to propagate EGIT_REPO_URI change. smart-live-rebuild wont catch it otherwise. Unrevbump in like a couple months. Bug: https://bugs.gentoo.org/963198 Signed-off-by: Alfred Wingate Part-of: https://github.com/gentoo/gentoo/pull/43891 Signed-off-by: Sam James --- app-emulation/spice/spice-0.15.2.ebuild | 4 ++-- app-emulation/spice/spice-0.16.0.ebuild | 2 +- .../spice/{spice-9999.ebuild => spice-9999-r1.ebuild} | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename app-emulation/spice/{spice-9999.ebuild => spice-9999-r1.ebuild} (97%) diff --git a/app-emulation/spice/spice-0.15.2.ebuild b/app-emulation/spice/spice-0.15.2.ebuild index f39d4625f7a77..fccd67dd9b499 100644 --- a/app-emulation/spice/spice-0.15.2.ebuild +++ b/app-emulation/spice/spice-0.15.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ inherit meson python-any-r1 readme.gentoo-r1 xdg-utils DESCRIPTION="SPICE server" HOMEPAGE="https://www.spice-space.org/" if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/spice/spice.git" inherit git-r3 DEPEND="~app-emulation/spice-protocol-9999" diff --git a/app-emulation/spice/spice-0.16.0.ebuild b/app-emulation/spice/spice-0.16.0.ebuild index 2181062136f85..2b1b694f72a90 100644 --- a/app-emulation/spice/spice-0.16.0.ebuild +++ b/app-emulation/spice/spice-0.16.0.ebuild @@ -9,7 +9,7 @@ inherit meson python-any-r1 readme.gentoo-r1 xdg-utils DESCRIPTION="SPICE server" HOMEPAGE="https://www.spice-space.org/" if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/spice/spice.git" inherit git-r3 DEPEND="~app-emulation/spice-protocol-9999" diff --git a/app-emulation/spice/spice-9999.ebuild b/app-emulation/spice/spice-9999-r1.ebuild similarity index 97% rename from app-emulation/spice/spice-9999.ebuild rename to app-emulation/spice/spice-9999-r1.ebuild index 2181062136f85..2b1b694f72a90 100644 --- a/app-emulation/spice/spice-9999.ebuild +++ b/app-emulation/spice/spice-9999-r1.ebuild @@ -9,7 +9,7 @@ inherit meson python-any-r1 readme.gentoo-r1 xdg-utils DESCRIPTION="SPICE server" HOMEPAGE="https://www.spice-space.org/" if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/spice/spice.git" inherit git-r3 DEPEND="~app-emulation/spice-protocol-9999"