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/shelx/
Date: Tue, 05 Feb 2019 18:46:22
Message-Id: 1549392311.f0f579ead3b0428435b21afb28ffdc7ec23262a3.bkohler@gentoo
1 commit: f0f579ead3b0428435b21afb28ffdc7ec23262a3
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 18:36:34 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 18:45:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f579ea
7
8 sci-chemistry/shelx: don't reference ${DISTDIR} in pkg_nofetch
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 sci-chemistry/shelx/shelx-20141228.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-chemistry/shelx/shelx-20141228.ebuild b/sci-chemistry/shelx/shelx-20141228.ebuild
17 index d2b279bf8d1..156c08fefdd 100644
18 --- a/sci-chemistry/shelx/shelx-20141228.ebuild
19 +++ b/sci-chemistry/shelx/shelx-20141228.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -47,7 +47,7 @@ pkg_nofetch() {
27 elog "Download ${A} and rename them to"
28 use amd64 && elog "*_amd64.bz2"
29 use x86 && elog "*_x86.bz2"
30 - elog "and place renamed tarballs in ${DISTDIR}."
31 + elog "and place renamed tarballs into your DISTDIR directory."
32 }
33
34 src_install() {