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 6F3AD138334 for ; Tue, 5 Feb 2019 20:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3B42E0B4C; Tue, 5 Feb 2019 20:56:13 +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 B85C2E0B28 for ; Tue, 5 Feb 2019 20:56:13 +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 2E8A6335DCC for ; Tue, 5 Feb 2019 20:56:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C1DD538 for ; Tue, 5 Feb 2019 20:56:10 +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: <1549400158.9f6009d9f65d933d53dcbecd22f695e784ae2fdc.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/maui/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/maui/maui-3.3.1-r2.ebuild sys-cluster/maui/maui-3.3.1-r3.ebuild X-VCS-Directories: sys-cluster/maui/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 9f6009d9f65d933d53dcbecd22f695e784ae2fdc X-VCS-Branch: master Date: Tue, 5 Feb 2019 20:56:10 +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: 9434cb03-53bf-48ea-a9c6-b91f83344976 X-Archives-Hash: ff3ee9fe6f5e97949334840e149a8795 commit: 9f6009d9f65d933d53dcbecd22f695e784ae2fdc Author: Ben Kohler gentoo org> AuthorDate: Tue Feb 5 20:53:35 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Feb 5 20:55:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6009d9 sys-cluster/maui: don't reference ${DISTDIR} in pkg_nofetch Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Ben Kohler gentoo.org> sys-cluster/maui/maui-3.3.1-r2.ebuild | 4 ++-- sys-cluster/maui/maui-3.3.1-r3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-cluster/maui/maui-3.3.1-r2.ebuild b/sys-cluster/maui/maui-3.3.1-r2.ebuild index 95d331c38e1..f14cfeaf5d7 100644 --- a/sys-cluster/maui/maui-3.3.1-r2.ebuild +++ b/sys-cluster/maui/maui-3.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -55,5 +55,5 @@ src_install() { pkg_nofetch() { einfo "Please visit ${HOMEPAGE}, obtain the file" - einfo "${P}.tar.gz and put it in ${DISTDIR}" + einfo "${P}.tar.gz and put it in your DISTDIR directory." } diff --git a/sys-cluster/maui/maui-3.3.1-r3.ebuild b/sys-cluster/maui/maui-3.3.1-r3.ebuild index a21bb11735c..8f5c03da2d5 100644 --- a/sys-cluster/maui/maui-3.3.1-r3.ebuild +++ b/sys-cluster/maui/maui-3.3.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -57,5 +57,5 @@ src_install() { pkg_nofetch() { einfo "Please visit ${HOMEPAGE}, obtain the file" - einfo "${P}.tar.gz and put it in ${DISTDIR}" + einfo "${P}.tar.gz and put it in your DISTDIR directory." }