Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/hexcalc/
Date: Sat, 17 Aug 2019 11:19:43
Message-Id: 1566040762.c9570430a069fc9600a662a0b85014a65c0af938.soap@gentoo
1 commit: c9570430a069fc9600a662a0b85014a65c0af938
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 11:19:22 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 11:19:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9570430
7
8 sci-calculators/hexcalc: [QA] Version the distfile
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-calculators/hexcalc/Manifest | 2 +-
14 sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-calculators/hexcalc/Manifest b/sci-calculators/hexcalc/Manifest
18 index cb7402cd75e..84dcd88cc81 100644
19 --- a/sci-calculators/hexcalc/Manifest
20 +++ b/sci-calculators/hexcalc/Manifest
21 @@ -1 +1 @@
22 -DIST hexcalc.tar.Z 18033 BLAKE2B 6f6c8102cd1a2ffdb325bc0805bea02d8e186bc3da7cda3dd4830882f384cfaecc7dc1d0fc8873718bc850f80010a875653864be92edd6519ae4fd5033e53498 SHA512 f684d6d6bd6df3f7f0dd626345d8ef166b12513bb378e74f8c59c2b92970f99c665ca32585217e75d55bf0fd93b5fc5c6a5b73e8b438f4821c13219f8ac74766
23 +DIST hexcalc-1.11.tar.Z 18033 BLAKE2B 6f6c8102cd1a2ffdb325bc0805bea02d8e186bc3da7cda3dd4830882f384cfaecc7dc1d0fc8873718bc850f80010a875653864be92edd6519ae4fd5033e53498 SHA512 f684d6d6bd6df3f7f0dd626345d8ef166b12513bb378e74f8c59c2b92970f99c665ca32585217e75d55bf0fd93b5fc5c6a5b73e8b438f4821c13219f8ac74766
24
25 diff --git a/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild b/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild
26 index 47681a7b93f..6bd8d47141e 100644
27 --- a/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild
28 +++ b/sci-calculators/hexcalc/hexcalc-1.11-r3.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 +# Copyright 1999-2019 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=6
35 @@ -7,7 +7,7 @@ inherit toolchain-funcs
36
37 DESCRIPTION="A simple hex calculator for X"
38 HOMEPAGE="ftp://ftp.x.org/R5contrib/"
39 -SRC_URI="ftp://ftp.x.org/R5contrib/${PN}.tar.Z"
40 +SRC_URI="mirror://gentoo/${PN}.tar.Z -> ${P}.tar.Z"
41
42 LICENSE="GPL-2"
43 SLOT="0"