commit: 35829930feec96c30691d4fa8139b8ca7467c2f4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jul 3 09:23:26 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jul 3 09:23:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35829930
dev-util/perf: update HOMEPAGE (redirect) It redirects to https://perfwiki.github.io/main/. kernel.org infra wanted to stop hosting dynamic sites like wikis. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/perf/perf-6.14.ebuild | 2 +- dev-util/perf/perf-6.15.ebuild | 2 +- dev-util/perf/perf-6.7.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/perf/perf-6.14.ebuild b/dev-util/perf/perf-6.14.ebuild index 58aa1617e75d..5c0ba7afde8b 100644 --- a/dev-util/perf/perf-6.14.ebuild +++ b/dev-util/perf/perf-6.14.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..13} python3_13t) inherit bash-completion-r1 estack flag-o-matic linux-info llvm-r1 toolchain-funcs python-r1 DESCRIPTION="Userland tools for Linux Performance Counters" -HOMEPAGE="https://perf.wiki.kernel.org/" +HOMEPAGE="https://perfwiki.github.io/main/" LINUX_V="${PV:0:1}.x" if [[ ${PV} == *_rc* ]] ; then diff --git a/dev-util/perf/perf-6.15.ebuild b/dev-util/perf/perf-6.15.ebuild index 6ca04f5fbb6a..7f0ba7a9ef03 100644 --- a/dev-util/perf/perf-6.15.ebuild +++ b/dev-util/perf/perf-6.15.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..14} python3_{13,14}t) inherit bash-completion-r1 estack flag-o-matic linux-info llvm-r1 toolchain-funcs python-r1 DESCRIPTION="Userland tools for Linux Performance Counters" -HOMEPAGE="https://perf.wiki.kernel.org/" +HOMEPAGE="https://perfwiki.github.io/main/" LINUX_V="${PV:0:1}.x" if [[ ${PV} == *_rc* ]] ; then diff --git a/dev-util/perf/perf-6.7.ebuild b/dev-util/perf/perf-6.7.ebuild index 7ddda6cf4157..cc108b97af45 100644 --- a/dev-util/perf/perf-6.7.ebuild +++ b/dev-util/perf/perf-6.7.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit bash-completion-r1 estack flag-o-matic linux-info llvm toolchain-funcs python-r1 DESCRIPTION="Userland tools for Linux Performance Counters" -HOMEPAGE="https://perf.wiki.kernel.org/" +HOMEPAGE="https://perfwiki.github.io/main/" LINUX_V="${PV:0:1}.x" if [[ ${PV} == *_rc* ]] ; then
