Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/undertaker-scripts/
Date: Sun, 05 Jun 2022 09:14:36
Message-Id: 1654420466.a8a1f425d6be3fbcdd8bdc3f56f42660aa2c809b.mgorny@gentoo
1 commit: a8a1f425d6be3fbcdd8bdc3f56f42660aa2c809b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 5 08:06:53 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 5 09:14:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a1f425
7
8 app-admin/undertaker-scripts: Prepare for rename
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-admin/undertaker-scripts/undertaker-scripts-1.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
16 index 3531d7b8d0ea..739728fb2bac 100644
17 --- a/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
18 +++ b/app-admin/undertaker-scripts/undertaker-scripts-1.ebuild
19 @@ -6,11 +6,11 @@ EAPI=7
20 PYTHON_COMPAT=( python3_{8..10} )
21 inherit python-single-r1
22
23 +MY_P=undertaker-scripts-${PV}
24 DESCRIPTION="Scripts to help retiring Gentoo developers"
25 -HOMEPAGE="https://github.com/mgorny/undertaker-scripts"
26 -SRC_URI="
27 - https://github.com/mgorny/undertaker-scripts/archive/v${PV}.tar.gz
28 - -> ${P}.tar.gz"
29 +HOMEPAGE="https://github.com/mgorny/gentoo-retirement-scripts/"
30 +SRC_URI="mirror://gentoo/40/${MY_P}.tar.gz"
31 +S=${WORKDIR}/${MY_P}
32
33 LICENSE="BSD-2"
34 SLOT="0"