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 54041138334 for ; Tue, 5 Feb 2019 18:46:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7093CE0BC3; Tue, 5 Feb 2019 18:46:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4A53BE0BC3 for ; Tue, 5 Feb 2019 18:46:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3A216335D99 for ; Tue, 5 Feb 2019 18:46:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A918539 for ; Tue, 5 Feb 2019 18:46:16 +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: <1549392308.6b4f381afd1737090427a62c7a30d9a8f594ded1.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/msms-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild X-VCS-Directories: sci-chemistry/msms-bin/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 6b4f381afd1737090427a62c7a30d9a8f594ded1 X-VCS-Branch: master Date: Tue, 5 Feb 2019 18:46:16 +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: 6fc5d375-70fc-452e-8d1e-6fb66f34a389 X-Archives-Hash: 4d7b034eb7ea29e55a39d22a6278d054 commit: 6b4f381afd1737090427a62c7a30d9a8f594ded1 Author: Ben Kohler gentoo org> AuthorDate: Tue Feb 5 18:23:24 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Feb 5 18:45:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b4f381a sci-chemistry/msms-bin: 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-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild b/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild index aaca48a6b1a..13eebfcdc23 100644 --- a/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild +++ b/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -22,7 +22,8 @@ S="${WORKDIR}" QA_PREBUILT="${EROOT#/}opt/bin/.*" pkg_nofetch() { - einfo "Please download ${A} from http://mgltools.scripps.edu/downloads#msms and place it to ${DISTDIR}" + einfo "Please download ${A} from http://mgltools.scripps.edu/downloads#msms and" + einfo "place it into your DISTDIR directory." } src_install() {