From adffa09c82c97b75e512d7b19a57c881c1f148be Mon Sep 17 00:00:00 2001 From: Alfred Wingate Date: Sun, 21 Sep 2025 23:49:50 +0300 Subject: [PATCH] app-emulation/spice-protocol: 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-protocol/spice-protocol-0.14.4.ebuild | 4 ++-- app-emulation/spice-protocol/spice-protocol-0.14.5.ebuild | 2 +- ...ice-protocol-9999.ebuild => spice-protocol-9999-r1.ebuild} | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename app-emulation/spice-protocol/{spice-protocol-9999.ebuild => spice-protocol-9999-r1.ebuild} (77%) diff --git a/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild b/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild index 3513f7c0bc83..9923ee10e706 100644 --- a/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild +++ b/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit meson if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-protocol.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/spice/spice-protocol.git" else SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz" KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" diff --git a/app-emulation/spice-protocol/spice-protocol-0.14.5.ebuild b/app-emulation/spice-protocol/spice-protocol-0.14.5.ebuild index 63ff479c774c..fbd573818059 100644 --- a/app-emulation/spice-protocol/spice-protocol-0.14.5.ebuild +++ b/app-emulation/spice-protocol/spice-protocol-0.14.5.ebuild @@ -7,7 +7,7 @@ inherit meson if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-protocol.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/spice/spice-protocol.git" else SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" diff --git a/app-emulation/spice-protocol/spice-protocol-9999.ebuild b/app-emulation/spice-protocol/spice-protocol-9999-r1.ebuild similarity index 77% rename from app-emulation/spice-protocol/spice-protocol-9999.ebuild rename to app-emulation/spice-protocol/spice-protocol-9999-r1.ebuild index 8a074e9b36b8..fbd573818059 100644 --- a/app-emulation/spice-protocol/spice-protocol-9999.ebuild +++ b/app-emulation/spice-protocol/spice-protocol-9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit meson if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-protocol.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/spice/spice-protocol.git" else SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"