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 9B794138334 for ; Wed, 19 Dec 2018 14:31:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 553D3E0AB0; Wed, 19 Dec 2018 14:31:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1CB7FE0999 for ; Wed, 19 Dec 2018 14:31:42 +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 C4E91335CCB for ; Wed, 19 Dec 2018 14:31:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0A8F4F8 for ; Wed, 19 Dec 2018 14:31:37 +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: <1545229870.d3482c866867d19acde1ba8666b2bd68da871a78.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/doom3-lms/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/doom3-lms/doom3-lms-4.ebuild X-VCS-Directories: games-fps/doom3-lms/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: d3482c866867d19acde1ba8666b2bd68da871a78 X-VCS-Branch: master Date: Wed, 19 Dec 2018 14:31:37 +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: 4b4678b1-77a3-4f98-85ed-4ad47eb44917 X-Archives-Hash: 8688ebc237acf1b52cf6e0d84cdcf798 commit: d3482c866867d19acde1ba8666b2bd68da871a78 Author: Ben Kohler gentoo org> AuthorDate: Wed Dec 19 14:12:53 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Dec 19 14:31:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3482c86 games-fps/doom3-lms: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Ben Kohler gentoo.org> games-fps/doom3-lms/doom3-lms-4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-fps/doom3-lms/doom3-lms-4.ebuild b/games-fps/doom3-lms/doom3-lms-4.ebuild index c931cd3f1b9..1d6743cf7e2 100644 --- a/games-fps/doom3-lms/doom3-lms-4.ebuild +++ b/games-fps/doom3-lms/doom3-lms-4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,7 +20,7 @@ RESTRICT="fetch bindist" pkg_nofetch() { elog "Please download ${SRC_URI} from:" elog "http://www.moddb.com/mods/last-man-standing-coop/downloads" - elog "and move it to ${DISTDIR}" + elog "and move it to your DISTDIR directory." } src_prepare() {