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-misc/cdfplayer/
Date: Tue, 05 Feb 2019 18:46:25
Message-Id: 1549392312.187304ea84044e09c47399fb1c7a400efd94ee16.bkohler@gentoo
1 commit: 187304ea84044e09c47399fb1c7a400efd94ee16
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 18:44:50 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 18:45:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187304ea
7
8 sci-misc/cdfplayer: 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-misc/cdfplayer/cdfplayer-11.2.0.ebuild | 4 ++--
14 sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild b/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild
18 index c449fbfa451..f31ff177a77 100644
19 --- a/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild
20 +++ b/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -77,5 +77,5 @@ src_install() {
28 pkg_nofetch() {
29 einfo "Sadly Wolfram provides no permanent link to the player files."
30 einfo "Please download the Wolfram CFD Player installation file ${SRC_URI} from"
31 - einfo "${HOMEPAGE} and place it in ${DISTDIR}"
32 + einfo "${HOMEPAGE} and place it into your DISTDIR directory."
33 }
34
35 diff --git a/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild b/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild
36 index 48a91ccdd74..c51894cb359 100644
37 --- a/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild
38 +++ b/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2018 Gentoo Foundation
41 +# Copyright 1999-2019 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=6
45 @@ -90,5 +90,5 @@ src_install() {
46 pkg_nofetch() {
47 einfo "Sadly Wolfram provides no permanent link to the player files."
48 einfo "Please download the Wolfram CFD Player installation file ${SRC_URI} from"
49 - einfo "${HOMEPAGE} and place it in ${DISTDIR}"
50 + einfo "${HOMEPAGE} and place it into your DISTDIR directory."
51 }