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 912A41581B9 for ; Sun, 21 Sep 2025 23:19:54 +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 7B3FB341B20 for ; Sun, 21 Sep 2025 23:19:54 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A35E8110575; 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 98BC4110575 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 50390340F8F 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 8CC7139F7 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: <1758496457.cad7c2ef8b4aa4e06a12f2f0b558ce09de4a34f2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcdr/libcdr-0.1.8.ebuild media-libs/libcdr/libcdr-9999-r1.ebuild media-libs/libcdr/libcdr-9999.ebuild X-VCS-Directories: media-libs/libcdr/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cad7c2ef8b4aa4e06a12f2f0b558ce09de4a34f2 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: f205864f-891b-431c-b42f-0d2793905ade X-Archives-Hash: af5463fbfe8b68b8e545a26babe52ab5 commit: cad7c2ef8b4aa4e06a12f2f0b558ce09de4a34f2 Author: Alfred Wingate protonmail com> AuthorDate: Sun Sep 21 21:11:04 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 21 23:14:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad7c2ef media-libs/libcdr: 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/libcdr/libcdr-0.1.8.ebuild | 2 +- media-libs/libcdr/{libcdr-9999.ebuild => libcdr-9999-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libcdr/libcdr-0.1.8.ebuild b/media-libs/libcdr/libcdr-0.1.8.ebuild index 2060cf7cef6e..4e982dee7a82 100644 --- a/media-libs/libcdr/libcdr-0.1.8.ebuild +++ b/media-libs/libcdr/libcdr-0.1.8.ebuild @@ -4,7 +4,7 @@ EAPI=8 if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git" + EGIT_REPO_URI="https://git.libreoffice.org/libcdr.git" inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz" diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999-r1.ebuild similarity index 93% rename from media-libs/libcdr/libcdr-9999.ebuild rename to media-libs/libcdr/libcdr-9999-r1.ebuild index 8ee60ab5a5df..d058a7104ef4 100644 --- a/media-libs/libcdr/libcdr-9999.ebuild +++ b/media-libs/libcdr/libcdr-9999-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git" + EGIT_REPO_URI="https://git.libreoffice.org/libcdr.git" inherit autotools git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libcdr/${P}.tar.xz"