commit: 613488e9099baf05ad84e0aecdb93d230c64659f Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Sun Sep 21 21:07:25 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 21 23:14:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=613488e9
dev-util/cppunit: 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> dev-util/cppunit/cppunit-1.15.1_p20240106.ebuild | 2 +- dev-util/cppunit/{cppunit-9999.ebuild => cppunit-9999-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/cppunit/cppunit-1.15.1_p20240106.ebuild b/dev-util/cppunit/cppunit-1.15.1_p20240106.ebuild index 22bc2b9a2769..e81de5c38106 100644 --- a/dev-util/cppunit/cppunit-1.15.1_p20240106.ebuild +++ b/dev-util/cppunit/cppunit-1.15.1_p20240106.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit" if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git" + EGIT_REPO_URI="https://git.libreoffice.org/cppunit.git" else SRC_URI=" https://dev-www.libreoffice.org/src/${P%%_p*}.tar.gz diff --git a/dev-util/cppunit/cppunit-9999.ebuild b/dev-util/cppunit/cppunit-9999-r1.ebuild similarity index 95% rename from dev-util/cppunit/cppunit-9999.ebuild rename to dev-util/cppunit/cppunit-9999-r1.ebuild index 675991b4bcd6..f1fea6efac7d 100644 --- a/dev-util/cppunit/cppunit-9999.ebuild +++ b/dev-util/cppunit/cppunit-9999-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.freedesktop.org/wiki/Software/cppunit" if [[ ${PV} == *9999 ]] ; then inherit autotools git-r3 - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/cppunit.git" + EGIT_REPO_URI="https://git.libreoffice.org/cppunit.git" else SRC_URI=" https://dev-www.libreoffice.org/src/${P%%_p*}.tar.gz
