summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-05 10:06:53 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-05 11:14:26 +0200
commita8a1f425d6be3fbcdd8bdc3f56f42660aa2c809b (patch)
treed6acb5fa3bc8aaaef62bfa44725eefb62023b328
parentdev-python/cx_Freeze: Bump to 6.11.0 (diff)
downloadgentoo-a8a1f425.tar.gz
gentoo-a8a1f425.tar.bz2
gentoo-a8a1f425.zip
app-admin/undertaker-scripts: Prepare for rename
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-admin/undertaker-scripts/undertaker-scripts-1.ebuild8
1 files 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"