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/cns/
Date: Tue, 05 Feb 2019 18:46:21
Message-Id: 1549392307.c3767e14e35912b7babe27184898890d8106a0fd.bkohler@gentoo
1 commit: c3767e14e35912b7babe27184898890d8106a0fd
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 18:20:14 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 18:45:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3767e14
7
8 sci-chemistry/cns: 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/cns/cns-1.2.1-r8.ebuild | 4 ++--
14 sci-chemistry/cns/cns-1.3_p7-r1.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-chemistry/cns/cns-1.2.1-r8.ebuild b/sci-chemistry/cns/cns-1.2.1-r8.ebuild
18 index a4b67cba44d..c9d9a80f36a 100644
19 --- a/sci-chemistry/cns/cns-1.2.1-r8.ebuild
20 +++ b/sci-chemistry/cns/cns-1.2.1-r8.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -34,7 +34,7 @@ pkg_nofetch() {
28 use aria && elog "and http://aria.pasteur.fr/"
29 elog "and place these files:"
30 elog ${A}
31 - elog "in ${DISTDIR}."
32 + elog "into your DISTDIR directory."
33 }
34
35 get_fcomp() {
36
37 diff --git a/sci-chemistry/cns/cns-1.3_p7-r1.ebuild b/sci-chemistry/cns/cns-1.3_p7-r1.ebuild
38 index cf86379c44b..327d14b2488 100644
39 --- a/sci-chemistry/cns/cns-1.3_p7-r1.ebuild
40 +++ b/sci-chemistry/cns/cns-1.3_p7-r1.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2013 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=5
47 @@ -34,7 +34,7 @@ pkg_nofetch() {
48 use aria && elog "and http://aria.pasteur.fr/"
49 elog "and place these files:"
50 elog ${A}
51 - elog "in ${DISTDIR}."
52 + elog "into your DISTDIR directory."
53 }
54
55 get_fcomp() {