commit: 187304ea84044e09c47399fb1c7a400efd94ee16
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 5 18:44:50 2019 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue Feb 5 18:45:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187304ea
sci-misc/cdfplayer: don't reference ${DISTDIR} in pkg_nofetch
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild | 4 ++--
sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild
b/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild
index c449fbfa451..f31ff177a77 100644
--- a/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild
+++ b/sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -77,5 +77,5 @@ src_install() {
pkg_nofetch() {
einfo "Sadly Wolfram provides no permanent link to the player files."
einfo "Please download the Wolfram CFD Player installation file
${SRC_URI} from"
- einfo "${HOMEPAGE} and place it in ${DISTDIR}"
+ einfo "${HOMEPAGE} and place it into your DISTDIR directory."
}
diff --git a/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild
b/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild
index 48a91ccdd74..c51894cb359 100644
--- a/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild
+++ b/sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -90,5 +90,5 @@ src_install() {
pkg_nofetch() {
einfo "Sadly Wolfram provides no permanent link to the player files."
einfo "Please download the Wolfram CFD Player installation file
${SRC_URI} from"
- einfo "${HOMEPAGE} and place it in ${DISTDIR}"
+ einfo "${HOMEPAGE} and place it into your DISTDIR directory."
}