From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BD461581B9 for ; Sun, 21 Sep 2025 23:19:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 078DF341B2B for ; Sun, 21 Sep 2025 23:19:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F32C7110577; Sun, 21 Sep 2025 23:19:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E7289110576 for ; Sun, 21 Sep 2025 23:19:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99E37340F1D for ; Sun, 21 Sep 2025 23:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2E2F39F9 for ; Sun, 21 Sep 2025 23:19:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1758496458.6d7b77807dd6b62d31e31c353d5bc386d4fd8b33.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libfreehand/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libfreehand/libfreehand-0.1.2-r1.ebuild media-libs/libfreehand/libfreehand-9999-r1.ebuild media-libs/libfreehand/libfreehand-9999.ebuild X-VCS-Directories: media-libs/libfreehand/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6d7b77807dd6b62d31e31c353d5bc386d4fd8b33 X-VCS-Branch: master Date: Sun, 21 Sep 2025 23:19:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d31cf194-6a43-4d1d-9ac7-f0110a85b08f X-Archives-Hash: cea4f9ab738078e675ea4c3126f1cd57 commit: 6d7b77807dd6b62d31e31c353d5bc386d4fd8b33 Author: Alfred Wingate protonmail com> AuthorDate: Sun Sep 21 21:11:53 2025 +0000 Commit: Sam James gentoo 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 protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43891 Signed-off-by: Sam James 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"