Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/dinero/
Date: Sun, 03 Apr 2022 10:50:38
Message-Id: 1648983013.a9cecf20cc5f16075362d17052ebb9074f746889.conikost@gentoo
1 commit: a9cecf20cc5f16075362d17052ebb9074f746889
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Mar 29 18:36:07 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 10:50:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9cecf20
7
8 app-emulation/dinero: update HOMEPAGE
9
10 Closes: https://github.com/gentoo/gentoo/pull/24806
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 app-emulation/dinero/dinero-4.7-r1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/app-emulation/dinero/dinero-4.7-r1.ebuild b/app-emulation/dinero/dinero-4.7-r1.ebuild
19 index 5768448f3886..6fe3a1546442 100644
20 --- a/app-emulation/dinero/dinero-4.7-r1.ebuild
21 +++ b/app-emulation/dinero/dinero-4.7-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -8,7 +8,7 @@ inherit autotools toolchain-funcs
29 MY_P="d${PV/./-}"
30 S="${WORKDIR}/${MY_P}"
31 DESCRIPTION="Cache simulator"
32 -HOMEPAGE="http://www.cs.wisc.edu/~markhill/DineroIV/"
33 +HOMEPAGE="https://pages.cs.wisc.edu/~markhill/DineroIV/"
34 SRC_URI="ftp://ftp.cs.wisc.edu/markhill/DineroIV/${MY_P}.tar.gz"
35
36 LICENSE="free-noncomm"