commit: f1dad04afafb4e6a3e4a6382703801f2e2decff0 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Sep 21 21:15:00 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 21 23:14:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1dad04a
net-misc/spice-gtk: 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 <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43891 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/spice-gtk/spice-gtk-0.42-r3.ebuild | 4 ++-- net-misc/spice-gtk/spice-gtk-0.42-r4.ebuild | 4 ++-- .../spice-gtk/{spice-gtk-9999.ebuild => spice-gtk-9999-r1.ebuild} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/spice-gtk/spice-gtk-0.42-r3.ebuild b/net-misc/spice-gtk/spice-gtk-0.42-r3.ebuild index 13807bd77afb..aa178a4f5c58 100644 --- a/net-misc/spice-gtk/spice-gtk-0.42-r3.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.42-r3.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 @@ -11,7 +11,7 @@ inherit desktop meson optfeature python-any-r1 readme.gentoo-r1 vala xdg DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI" HOMEPAGE="https://www.spice-space.org https://gitlab.freedesktop.org/spice/spice-gtk" if [[ ${PV} == *9999* ]] ; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-gtk.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/spice/spice-gtk.git" inherit git-r3 SPICE_PROTOCOL_VER=9999 diff --git a/net-misc/spice-gtk/spice-gtk-0.42-r4.ebuild b/net-misc/spice-gtk/spice-gtk-0.42-r4.ebuild index 7fedea35d7fc..b3971c1357b9 100644 --- a/net-misc/spice-gtk/spice-gtk-0.42-r4.ebuild +++ b/net-misc/spice-gtk/spice-gtk-0.42-r4.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 @@ -11,7 +11,7 @@ inherit desktop meson optfeature python-any-r1 readme.gentoo-r1 vala xdg DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI" HOMEPAGE="https://www.spice-space.org https://gitlab.freedesktop.org/spice/spice-gtk" if [[ ${PV} == *9999* ]] ; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-gtk.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/spice/spice-gtk.git" inherit git-r3 SPICE_PROTOCOL_VER=9999 diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999-r1.ebuild similarity index 97% rename from net-misc/spice-gtk/spice-gtk-9999.ebuild rename to net-misc/spice-gtk/spice-gtk-9999-r1.ebuild index 0da3cb6eda14..36903bce15e2 100644 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild +++ b/net-misc/spice-gtk/spice-gtk-9999-r1.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 @@ -11,7 +11,7 @@ inherit desktop meson optfeature python-any-r1 readme.gentoo-r1 vala xdg DESCRIPTION="Set of GObject and Gtk objects for connecting to Spice servers and a client GUI" HOMEPAGE="https://www.spice-space.org https://gitlab.freedesktop.org/spice/spice-gtk" if [[ ${PV} == *9999* ]] ; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/spice/spice-gtk.git" + EGIT_REPO_URI="https://gitlab.freedesktop.org/spice/spice-gtk.git" inherit git-r3 SPICE_PROTOCOL_VER=9999
