From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15201138334 for ; Tue, 5 Feb 2019 18:46:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 309E4E0BD7; Tue, 5 Feb 2019 18:46:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04BE3E0BD4 for ; Tue, 5 Feb 2019 18:46:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFFC1335DCD for ; Tue, 5 Feb 2019 18:46:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DC26540 for ; Tue, 5 Feb 2019 18:46:17 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1549392312.187304ea84044e09c47399fb1c7a400efd94ee16.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/cdfplayer/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-misc/cdfplayer/cdfplayer-11.2.0.ebuild sci-misc/cdfplayer/cdfplayer-11.3.0.ebuild X-VCS-Directories: sci-misc/cdfplayer/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 187304ea84044e09c47399fb1c7a400efd94ee16 X-VCS-Branch: master Date: Tue, 5 Feb 2019 18:46:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4eecced-34af-4d52-b03e-25c5a1a3add9 X-Archives-Hash: 86c07c9686ac5a65c046e6131c7537e3 commit: 187304ea84044e09c47399fb1c7a400efd94ee16 Author: Ben Kohler gentoo org> AuthorDate: Tue Feb 5 18:44:50 2019 +0000 Commit: Ben Kohler gentoo 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 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." }