commit: b167d69674bc4b843df16e1645ee5ed4d5ff2d0a
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 11 04:57:48 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Wed Jun 11 04:57:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b167d696
dev-util/pkgconf: update HOMEPAGE / EGIT_REPO_URI
Their custom gitea is down due to zfs volume corruption (gosh, I love
how everyone tells me zfs is so safe, portage dies all the time on it
too :D <3 btrfs) and the live ebuild totally fails.
Upstream anyways plans to have github be canonical again.
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
dev-util/pkgconf/pkgconf-2.4.3.ebuild | 4 ++--
dev-util/pkgconf/pkgconf-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-util/pkgconf/pkgconf-2.4.3.ebuild
b/dev-util/pkgconf/pkgconf-2.4.3.ebuild
index 323d414e1dbf..f0fd042b69ee 100644
--- a/dev-util/pkgconf/pkgconf-2.4.3.ebuild
+++ b/dev-util/pkgconf/pkgconf-2.4.3.ebuild
@@ -7,14 +7,14 @@ inherit multilib multilib-minimal
if [[ ${PV} == 9999 ]] ; then
inherit autotools git-r3
- EGIT_REPO_URI="https://gitea.treehouse.systems/ariadne/pkgconf.git"
+ EGIT_REPO_URI="https://github.com/pkgconf/pkgconf"
else
SRC_URI="https://distfiles.ariadne.space/${PN}/${P}.tar.xz"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64
~riscv ~s390 ~sparc x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than
C99"
-HOMEPAGE="https://gitea.treehouse.systems/ariadne/pkgconf"
+HOMEPAGE="https://github.com/pkgconf/pkgconf"
LICENSE="ISC"
SLOT="0/6"
diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild
b/dev-util/pkgconf/pkgconf-9999.ebuild
index 67f2eeb9a923..c2e021d2a393 100644
--- a/dev-util/pkgconf/pkgconf-9999.ebuild
+++ b/dev-util/pkgconf/pkgconf-9999.ebuild
@@ -7,14 +7,14 @@ inherit multilib multilib-minimal
if [[ ${PV} == 9999 ]] ; then
inherit autotools git-r3
- EGIT_REPO_URI="https://gitea.treehouse.systems/ariadne/pkgconf.git"
+ EGIT_REPO_URI="https://github.com/pkgconf/pkgconf"
else
SRC_URI="https://distfiles.ariadne.space/${PN}/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~arm64-macos ~ppc-macos ~x64-macos
~x64-solaris"
fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than
C99"
-HOMEPAGE="https://gitea.treehouse.systems/ariadne/pkgconf"
+HOMEPAGE="https://github.com/pkgconf/pkgconf"
LICENSE="ISC"
SLOT="0/6"