app-text/nfoview: fix bad distfile name
authorTill Schäfer <till2.schaefer@uni-dortmund.de>
Mon, 8 Jan 2018 21:51:33 +0000 (22:51 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 9 Jan 2018 01:47:41 +0000 (02:47 +0100)
renamed from "${PV}.tar.gz" to "${P}.tar.gz"

Package-Manager: Portage-2.3.13, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/6801

app-text/nfoview/Manifest
app-text/nfoview/nfoview-1.23.ebuild
app-text/nfoview/nfoview-9999.ebuild

index b11d2108ccfa2918552d9c06d331a64f372891bb..161606dad258f60703141f5ab9d05a5f708cde04 100644 (file)
@@ -1,2 +1,2 @@
-DIST 1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
 DIST nfoview-1.15.1.tar.xz 88400 BLAKE2B 4e0f2d6df179a25f7fbf9b762dab70f1331d31fc1fed018e71101171d6bbcce9b67f9c4f4a3c35fbf22ed3123e90934b035290d3fae5a4d396ddc6fdc04ce133 SHA512 e4cf86003b03ae57b8a4e76990df77c7e9e441abd8ab0440385405b0f600a85539a152de5893ebe75797bd96ecb811086c48b1439b9f8719050eb12315f67426
+DIST nfoview-1.23.tar.gz 83337 BLAKE2B d73cd6987bf7929c57e8acf0a24278272ea199bf980756ddb5da9a5eddf7760a8c05f0e48a287ee760d4bf4d2594fb08b43a77cef46d371a746629bf76955e91 SHA512 b94724e130cdf58b911634496c52361d008ebfafab3ac40a76612c4891737d4145596a6badc15fe4228c90c1cd7261e5a892e3e462070ebb55f71332b36345d7
index 860d9eb9b041b16d69ea7bc001c329ff95e5a3be..5b1cf0483c631dd81ca8c8efeb99cc6e7c3bbc90 100644 (file)
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
        inherit git-r3
 else
-       SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz"
+       SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi
 
index 860d9eb9b041b16d69ea7bc001c329ff95e5a3be..5b1cf0483c631dd81ca8c8efeb99cc6e7c3bbc90 100644 (file)
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]] ; then
        EGIT_REPO_URI="https://github.com/otsaloma/nfoview.git"
        inherit git-r3
 else
-       SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz"
+       SRC_URI="https://github.com/otsaloma/nfoview/archive/${PV}.tar.gz -> ${P}.tar.gz"
        KEYWORDS="~amd64 ~x86"
 fi