commit: 6d7b77807dd6b62d31e31c353d5bc386d4fd8b33 Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Sep 21 21:11:53 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 21 23:14:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d7b7780
media-libs/libfreehand: move to git.libreoffice.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> media-libs/libfreehand/libfreehand-0.1.2-r1.ebuild | 4 ++-- .../{libfreehand-9999.ebuild => libfreehand-9999-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/libfreehand/libfreehand-0.1.2-r1.ebuild b/media-libs/libfreehand/libfreehand-0.1.2-r1.ebuild index de2270ab0396..824e32c845e3 100644 --- a/media-libs/libfreehand/libfreehand-0.1.2-r1.ebuild +++ b/media-libs/libfreehand/libfreehand-0.1.2-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git" + EGIT_REPO_URI="https://git.libreoffice.org/libfreehand.git" inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libfreehand/${P}.tar.xz" diff --git a/media-libs/libfreehand/libfreehand-9999.ebuild b/media-libs/libfreehand/libfreehand-9999-r1.ebuild similarity index 89% rename from media-libs/libfreehand/libfreehand-9999.ebuild rename to media-libs/libfreehand/libfreehand-9999-r1.ebuild index f5a1470dc2a2..9df6027591ff 100644 --- a/media-libs/libfreehand/libfreehand-9999.ebuild +++ b/media-libs/libfreehand/libfreehand-9999-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libfreehand.git" + EGIT_REPO_URI="https://git.libreoffice.org/libfreehand.git" inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libfreehand/${P}.tar.xz"
