commit: a8a1f425d6be3fbcdd8bdc3f56f42660aa2c809b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 5 08:06:53 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 5 09:14:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a1f425
app-admin/undertaker-scripts: Prepare for rename
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-admin/undertaker-scripts/undertaker-scripts-1.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
index 3531d7b8d0ea..739728fb2bac 100644
--- a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
+++ b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
@@ -6,11 +6,11 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
inherit python-single-r1
+MY_P=undertaker-scripts-${PV}
DESCRIPTION="Scripts to help retiring Gentoo developers"
-HOMEPAGE="https://github.com/mgorny/undertaker-scripts"
-SRC_URI="
- https://github.com/mgorny/undertaker-scripts/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/mgorny/gentoo-retirement-scripts/"
+SRC_URI="mirror://gentoo/40/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
LICENSE="BSD-2"
SLOT="0"