Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/vmd/
Date: Sat, 12 Sep 2020 22:32:35
Message-Id: 1599949946.83ad69352b99be7362c95935706182b66fca3df4.pacho@gentoo
1 commit: 83ad69352b99be7362c95935706182b66fca3df4
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 22:31:29 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 22:32:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ad6935
7
8 sci-chemistry/vmd: Fix pkg_nofetch message
9
10 Bug: https://bugs.gentoo.org/735462
11 Package-Manager: Portage-3.0.6, Repoman-3.0.1
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild b/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild
18 index 29d0417b34e..6ff1210c542 100644
19 --- a/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild
20 +++ b/sci-chemistry/vmd/vmd-1.9.4_alpha43.ebuild
21 @@ -65,16 +65,16 @@ QA_FLAGS_IGNORED_amd64=" usr/lib64/vmd/plugins/LINUX/tcl/volutil/volutil"
22 QA_FLAGS_IGNORED_x86=" usr/lib/vmd/plugins/LINUX/tcl/volutil/volutil"
23
24 pkg_nofetch() {
25 - elog "Please download ${P}.src.tar from"
26 + elog "Please download ${MY_P}.src.tar from"
27 elog "${VMD_DOWNLOAD}"
28 elog "after agreeing to the license and get"
29 - elog "https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz"
30 + elog "https://dev.gentoo.org/~jlec/distfiles/${PN}-1.9.3-gentoo-patches.tar.xz"
31 elog "Place both into your DISTDIR directory"
32 elog
33 elog "Due to an upstream bug (https://bugs.gentoo.org/640440) sources"
34 elog "file may get downloaded as a compressed tarball or not. In that case"
35 elog "you will need to ensure you uncompress the file and rename it"
36 - elog "as ${P}.src.tar"
37 + elog "to ${MY_P}.src.tar"
38 }
39
40 src_prepare() {