diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-09-22 00:07:25 +0300 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-09-22 00:14:17 +0100 |
| commit | 613488e9099baf05ad84e0aecdb93d230c64659f (patch) | |
| tree | 30a1600050b2c87c111519e003a8c63c49abd7c6 /dev-util/cppunit | |
| parent | fb6343c38f762ee79974c4e76e23896a903ba9db (diff) | |
| download | gentoo-613488e9099baf05ad84e0aecdb93d230c64659f.tar.gz gentoo-613488e9099baf05ad84e0aecdb93d230c64659f.tar.bz2 gentoo-613488e9099baf05ad84e0aecdb93d230c64659f.zip | |
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@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43891
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/cppunit')
| -rw-r--r-- | dev-util/cppunit/cppunit-1.15.1_p20240106.ebuild | 2 | ||||
| -rw-r--r-- | dev-util/cppunit/cppunit-9999-r1.ebuild (renamed from dev-util/cppunit/cppunit-9999.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 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 |
