commit: f9a3231e0765a306533312fd9c3531b6c15d9bbd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 00:46:41 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 01:31:58 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a3231e
sys-apps/file: update EGIT_REPO_URI for redirect
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/file/file-5.45-r4.ebuild | 4 ++--
sys-apps/file/file-5.46-r2.ebuild | 2 +-
sys-apps/file/file-9999.ebuild | 4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/sys-apps/file/file-5.45-r4.ebuild
b/sys-apps/file/file-5.45-r4.ebuild
index 84ced37c5487..a370d9cada84 100644
--- a/sys-apps/file/file-5.45-r4.ebuild
+++ b/sys-apps/file/file-5.45-r4.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
@@ -10,7 +10,7 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 toolchain-funcs multilib-minimal
if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="https://github.com/glensc/file.git"
+ EGIT_REPO_URI="https://github.com/file/file"
inherit autotools git-r3
else
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/file.asc
diff --git a/sys-apps/file/file-5.46-r2.ebuild
b/sys-apps/file/file-5.46-r2.ebuild
index 17090d64e6a3..465a0f65082e 100644
--- a/sys-apps/file/file-5.46-r2.ebuild
+++ b/sys-apps/file/file-5.46-r2.ebuild
@@ -10,7 +10,7 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 toolchain-funcs multilib-minimal
if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="https://github.com/glensc/file.git"
+ EGIT_REPO_URI="https://github.com/file/file"
inherit autotools git-r3
else
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/file.asc
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
index 5372c6099bbb..a7e1425f1fc7 100644
--- a/sys-apps/file/file-9999.ebuild
+++ b/sys-apps/file/file-9999.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
@@ -10,7 +10,7 @@ PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 toolchain-funcs multilib-minimal
if [[ ${PV} == 9999 ]] ; then
- EGIT_REPO_URI="https://github.com/glensc/file.git"
+ EGIT_REPO_URI="https://github.com/file/file"
inherit autotools git-r3
else
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/file.asc