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 952DC138334 for ; Mon, 4 Feb 2019 21:56:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C990E0DE3; Mon, 4 Feb 2019 21:56:25 +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 4704DE0DE3 for ; Mon, 4 Feb 2019 21:56:25 +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 E3F9A33BF53 for ; Mon, 4 Feb 2019 21:56:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D96C24D7 for ; Mon, 4 Feb 2019 21:56:21 +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: <1549316621.c0e8a7d550dbb94fa1dc74bfe31cad0051860cff.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/vmd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/vmd/vmd-1.9.2.ebuild sci-chemistry/vmd/vmd-1.9.3.ebuild X-VCS-Directories: sci-chemistry/vmd/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: c0e8a7d550dbb94fa1dc74bfe31cad0051860cff X-VCS-Branch: master Date: Mon, 4 Feb 2019 21:56:21 +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: 25fbe334-cfff-416b-b45c-41d6b9b1b55c X-Archives-Hash: 27aa1da6e94b376571d49369f5d35b71 commit: c0e8a7d550dbb94fa1dc74bfe31cad0051860cff Author: Ben Kohler gentoo org> AuthorDate: Mon Feb 4 21:43:41 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Feb 4 21:43:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e8a7d5 sci-chemistry/vmd: don't reference ${DISTDIR} in pkg_nofetch Closes: https://bugs.gentoo.org/663224 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler gentoo.org> sci-chemistry/vmd/vmd-1.9.2.ebuild | 4 ++-- sci-chemistry/vmd/vmd-1.9.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-chemistry/vmd/vmd-1.9.2.ebuild b/sci-chemistry/vmd/vmd-1.9.2.ebuild index 347a8c9a751..4bc9360f009 100644 --- a/sci-chemistry/vmd/vmd-1.9.2.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.2.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=5 @@ -61,7 +61,7 @@ pkg_nofetch() { elog "${VMD_DOWNLOAD}" elog "after agreeing to the license and get" elog "https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz" - elog "Place both in ${DISTDIR}" + elog "Place both into your DISTDIR directory" } src_prepare() { diff --git a/sci-chemistry/vmd/vmd-1.9.3.ebuild b/sci-chemistry/vmd/vmd-1.9.3.ebuild index 9a92a88134e..c1480738aa4 100644 --- a/sci-chemistry/vmd/vmd-1.9.3.ebuild +++ b/sci-chemistry/vmd/vmd-1.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -61,7 +61,7 @@ pkg_nofetch() { elog "${VMD_DOWNLOAD}" elog "after agreeing to the license and get" elog "https://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-patches.tar.xz" - elog "Place both in ${DISTDIR}" + elog "Place both into your DISTDIR directory" } src_prepare() {