Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/
Date: Tue, 09 Jan 2018 01:47:57
Message-Id: 1515462461.af81e02443d5a1f2f76cd9f233dd4a45f8c3506f.asturm@gentoo
1 commit: af81e02443d5a1f2f76cd9f233dd4a45f8c3506f
2 Author: Till Schäfer <till2.schaefer <AT> uni-dortmund <DOT> de>
3 AuthorDate: Mon Jan 8 21:51:33 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 01:47:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af81e024
7
8 app-text/nfoview: fix bad distfile name
9
10 renamed from "${PV}.tar.gz" to "${P}.tar.gz"
11
12 Package-Manager: Portage-2.3.13, Repoman-2.3.3
13 Closes: https://github.com/gentoo/gentoo/pull/6801
14
15 app-text/nfoview/Manifest | 2 +-
16 app-text/nfoview/nfoview-1.23.ebuild | 2 +-
17 app-text/nfoview/nfoview-9999.ebuild | 2 +-
18 3 files changed, 3 insertions(+), 3 deletions(-)
19
20 diff --git a/app-text/nfoview/Manifest b/app-text/nfoview/Manifest
21 index b11d2108ccf..161606dad25 100644
22 --- a/app-text/nfoview/Manifest
23 +++ b/app-text/nfoview/Manifest
24 @@ -1,2 +1,2 @@
25 -DIST 1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
26 DIST nfoview-1.15.1.tar.xz 88400 BLAKE2B 4e0f2d6df179a25f7fbf9b762dab70f1331d31fc1fed018e71101171d6bbcce9b67f9c4f4a3c35fbf22ed3123e90934b035290d3fae5a4d396ddc6fdc04ce133 SHA512 e4cf86003b03ae57b8a4e76990df77c7e9e441abd8ab0440385405b0f600a85539a152de5893ebe75797bd96ecb811086c48b1439b9f8719050eb12315f67426
27 +DIST nfoview-1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
28
29 diff --git a/app-text/nfoview/nfoview-1.23.ebuild b/app-text/nfoview/nfoview-1.23.ebuild
30 index 860d9eb9b04..5b1cf0483c6 100644
31 --- a/app-text/nfoview/nfoview-1.23.ebuild
32 +++ b/app-text/nfoview/nfoview-1.23.ebuild
33 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then
34 EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
35 inherit git-r3
36 else
37 - SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz"
38 + SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
39 KEYWORDS="~amd64 ~x86"
40 fi
41
42
43 diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild
44 index 860d9eb9b04..5b1cf0483c6 100644
45 --- a/app-text/nfoview/nfoview-9999.ebuild
46 +++ b/app-text/nfoview/nfoview-9999.ebuild
47 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then
48 EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
49 inherit git-r3
50 else
51 - SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz"
52 + SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 KEYWORDS="~amd64 ~x86"
54 fi