commit: ad4e5f4e99b69b4802380b4829451a4e267e7998 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Dec 23 05:41:57 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 23 05:41:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4e5f4e
media-libs/harfbuzz: update HOMEPAGE The fd.o wiki page redirects to just the GH repo. Let's replace it in HOMEPAGE with the 'new' (no idea how old) proper upstream HOMEPAGE. Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/harfbuzz/harfbuzz-10.1.0.ebuild | 2 +- media-libs/harfbuzz/harfbuzz-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/harfbuzz/harfbuzz-10.1.0.ebuild b/media-libs/harfbuzz/harfbuzz-10.1.0.ebuild index 65c323f24324..771a0996c06b 100644 --- a/media-libs/harfbuzz/harfbuzz-10.1.0.ebuild +++ b/media-libs/harfbuzz/harfbuzz-10.1.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic meson-multilib python-any-r1 xdg-utils DESCRIPTION="An OpenType text shaping engine" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz" +HOMEPAGE="https://harfbuzz.github.io/" if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git" diff --git a/media-libs/harfbuzz/harfbuzz-9999.ebuild b/media-libs/harfbuzz/harfbuzz-9999.ebuild index 7214ae683e59..d5fe619aae87 100644 --- a/media-libs/harfbuzz/harfbuzz-9999.ebuild +++ b/media-libs/harfbuzz/harfbuzz-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic meson-multilib python-any-r1 xdg-utils DESCRIPTION="An OpenType text shaping engine" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/HarfBuzz" +HOMEPAGE="https://harfbuzz.github.io/" if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/harfbuzz/harfbuzz.git"