Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/vmd/
Date: Mon, 04 Feb 2019 21:56:26
Message-Id: 1549316621.c0e8a7d550dbb94fa1dc74bfe31cad0051860cff.bkohler@gentoo
1 commit: c0e8a7d550dbb94fa1dc74bfe31cad0051860cff
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 21:43:41 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 21:43:41 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e8a7d5
7
8 sci-chemistry/vmd: don't reference ${DISTDIR} in pkg_nofetch
9
10 Closes: https://bugs.gentoo.org/663224
11 Package-Manager: Portage-2.3.59, Repoman-2.3.12
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 sci-chemistry/vmd/vmd-1.9.2.ebuild | 4 ++--
15 sci-chemistry/vmd/vmd-1.9.3.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/sci-chemistry/vmd/vmd-1.9.2.ebuild b/sci-chemistry/vmd/vmd-1.9.2.ebuild
19 index 347a8c9a751..4bc9360f009 100644
20 --- a/sci-chemistry/vmd/vmd-1.9.2.ebuild
21 +++ b/sci-chemistry/vmd/vmd-1.9.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -61,7 +61,7 @@ pkg_nofetch() {
29 elog "${VMD_DOWNLOAD}"
30 elog "after agreeing to the license and get"
31 elog "https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz"
32 - elog "Place both in ${DISTDIR}"
33 + elog "Place both into your DISTDIR directory"
34 }
35
36 src_prepare() {
37
38 diff --git a/sci-chemistry/vmd/vmd-1.9.3.ebuild b/sci-chemistry/vmd/vmd-1.9.3.ebuild
39 index 9a92a88134e..c1480738aa4 100644
40 --- a/sci-chemistry/vmd/vmd-1.9.3.ebuild
41 +++ b/sci-chemistry/vmd/vmd-1.9.3.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Authors
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -61,7 +61,7 @@ pkg_nofetch() {
49 elog "${VMD_DOWNLOAD}"
50 elog "after agreeing to the license and get"
51 elog "https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz"
52 - elog "Place both in ${DISTDIR}"
53 + elog "Place both into your DISTDIR directory"
54 }
55
56 src_prepare() {