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-emulation/dlx/
Date: Thu, 15 Aug 2019 09:42:56
Message-Id: 1565862166.66951bf36a360f833c8b4dee474e016a4065b280.mgorny@gentoo
1 commit: 66951bf36a360f833c8b4dee474e016a4065b280
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 09:28:50 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 09:42:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66951bf3
7
8 app-emulation/dlx: Update HOMEPAGE, version distfile
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-emulation/dlx/Manifest | 2 +-
13 app-emulation/dlx/dlx-1.0.0.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-emulation/dlx/Manifest b/app-emulation/dlx/Manifest
17 index d65a8e42f35..4de82a978b2 100644
18 --- a/app-emulation/dlx/Manifest
19 +++ b/app-emulation/dlx/Manifest
20 @@ -1 +1 @@
21 -DIST dlx.tar.gz 112589 BLAKE2B 307785d08fd69e45264471fbc21e3b2bdba99798c0b7144c3d6a92819c29e4ac6449a6db83fdd55ba81d3b2e3f8ca6c991ee6c117ddc490a88ae210e5bc07ab8 SHA512 99297f14f6716ada7a29b204723a0c951002529362a22f695b3647517462f43af563ea55467985dda3e21d79a14d46b84dbc9b22a8c0751fba49257e30f70a7f
22 +DIST dlx-1.0.0.tar.gz 112589 BLAKE2B 307785d08fd69e45264471fbc21e3b2bdba99798c0b7144c3d6a92819c29e4ac6449a6db83fdd55ba81d3b2e3f8ca6c991ee6c117ddc490a88ae210e5bc07ab8 SHA512 99297f14f6716ada7a29b204723a0c951002529362a22f695b3647517462f43af563ea55467985dda3e21d79a14d46b84dbc9b22a8c0751fba49257e30f70a7f
23
24 diff --git a/app-emulation/dlx/dlx-1.0.0.ebuild b/app-emulation/dlx/dlx-1.0.0.ebuild
25 index 77c03ed90c3..07a21a90658 100644
26 --- a/app-emulation/dlx/dlx-1.0.0.ebuild
27 +++ b/app-emulation/dlx/dlx-1.0.0.ebuild
28 @@ -6,8 +6,8 @@ EAPI=6
29 S=${WORKDIR}/dlx
30
31 DESCRIPTION="DLX Simulator"
32 -HOMEPAGE="http://www.davidviner.com/dlx.php"
33 -SRC_URI="http://www.davidviner.com/dlx/dlx.tar.gz"
34 +HOMEPAGE="https://www.davidviner.com/dlx"
35 +SRC_URI="mirror://gentoo/dlx.tar.gz -> ${P}.tar.gz"
36
37 LICENSE="GPL-2"
38 SLOT="0"