diff options
| author | Alfred Wingate <parona@protonmail.com> | 2025-09-22 00:00:00 +0300 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-09-22 00:14:16 +0100 |
| commit | fb6343c38f762ee79974c4e76e23896a903ba9db (patch) | |
| tree | be9d9eff06903611bbcc2c69e98d34cb402a84f4 | |
| parent | e07551f76a4b18c6dfdf19b9cd3128799c497639 (diff) | |
| download | gentoo-fb6343c38f762ee79974c4e76e23896a903ba9db.tar.gz gentoo-fb6343c38f762ee79974c4e76e23896a903ba9db.tar.bz2 gentoo-fb6343c38f762ee79974c4e76e23896a903ba9db.zip | |
app-text/libmspub: 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>
| -rw-r--r-- | app-text/libmspub/libmspub-0.1.4.ebuild | 4 | ||||
| -rw-r--r-- | app-text/libmspub/libmspub-9999-r1.ebuild (renamed from app-text/libmspub/libmspub-9999.ebuild) | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/libmspub/libmspub-0.1.4.ebuild b/app-text/libmspub/libmspub-0.1.4.ebuild index 40612b0cc463..ff9234dd5a46 100644 --- a/app-text/libmspub/libmspub-0.1.4.ebuild +++ b/app-text/libmspub/libmspub-0.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit autotools flag-o-matic if [[ ${PV} = *9999 ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git" + EGIT_REPO_URI="https://git.libreoffice.org/libmspub.git" inherit git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libmspub/${P}.tar.xz" diff --git a/app-text/libmspub/libmspub-9999.ebuild b/app-text/libmspub/libmspub-9999-r1.ebuild index f42bebd2d32f..9e9098e9fc03 100644 --- a/app-text/libmspub/libmspub-9999.ebuild +++ b/app-text/libmspub/libmspub-9999-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 inherit autotools flag-o-matic if [[ ${PV} = *9999* ]]; then - EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libmspub.git" + EGIT_REPO_URI="https://git.libreoffice.org/libmspub.git" inherit git-r3 else SRC_URI="https://dev-www.libreoffice.org/src/libmspub/${P}.tar.xz" |
