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 0B8C2138334 for ; Tue, 5 Feb 2019 18:46:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7233E0BCB; Tue, 5 Feb 2019 18:46:20 +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 8A253E0BC7 for ; Tue, 5 Feb 2019 18:46:20 +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 82F6B335D99 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 C81BE53D 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: <1549392311.f0f579ead3b0428435b21afb28ffdc7ec23262a3.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/shelx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/shelx/shelx-20141228.ebuild X-VCS-Directories: sci-chemistry/shelx/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: f0f579ead3b0428435b21afb28ffdc7ec23262a3 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: a77ab404-273a-4e75-91e5-8563fa4ddf5a X-Archives-Hash: 349940a258eb8f9430f30e39e3d962d0 commit: f0f579ead3b0428435b21afb28ffdc7ec23262a3 Author: Ben Kohler gentoo org> AuthorDate: Tue Feb 5 18:36:34 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Feb 5 18:45:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0f579ea sci-chemistry/shelx: 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/shelx/shelx-20141228.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/shelx/shelx-20141228.ebuild b/sci-chemistry/shelx/shelx-20141228.ebuild index d2b279bf8d1..156c08fefdd 100644 --- a/sci-chemistry/shelx/shelx-20141228.ebuild +++ b/sci-chemistry/shelx/shelx-20141228.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -47,7 +47,7 @@ pkg_nofetch() { elog "Download ${A} and rename them to" use amd64 && elog "*_amd64.bz2" use x86 && elog "*_x86.bz2" - elog "and place renamed tarballs in ${DISTDIR}." + elog "and place renamed tarballs into your DISTDIR directory." } src_install() {