Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/maui/
Date: Tue, 05 Feb 2019 20:56:15
Message-Id: 1549400158.9f6009d9f65d933d53dcbecd22f695e784ae2fdc.bkohler@gentoo
1 commit: 9f6009d9f65d933d53dcbecd22f695e784ae2fdc
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 20:53:35 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 20:55:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f6009d9
7
8 sys-cluster/maui: don't reference ${DISTDIR} in pkg_nofetch
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 sys-cluster/maui/maui-3.3.1-r2.ebuild | 4 ++--
14 sys-cluster/maui/maui-3.3.1-r3.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-cluster/maui/maui-3.3.1-r2.ebuild b/sys-cluster/maui/maui-3.3.1-r2.ebuild
18 index 95d331c38e1..f14cfeaf5d7 100644
19 --- a/sys-cluster/maui/maui-3.3.1-r2.ebuild
20 +++ b/sys-cluster/maui/maui-3.3.1-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="4"
27 @@ -55,5 +55,5 @@ src_install() {
28
29 pkg_nofetch() {
30 einfo "Please visit ${HOMEPAGE}, obtain the file"
31 - einfo "${P}.tar.gz and put it in ${DISTDIR}"
32 + einfo "${P}.tar.gz and put it in your DISTDIR directory."
33 }
34
35 diff --git a/sys-cluster/maui/maui-3.3.1-r3.ebuild b/sys-cluster/maui/maui-3.3.1-r3.ebuild
36 index a21bb11735c..8f5c03da2d5 100644
37 --- a/sys-cluster/maui/maui-3.3.1-r3.ebuild
38 +++ b/sys-cluster/maui/maui-3.3.1-r3.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2014 Gentoo Foundation
41 +# Copyright 1999-2019 Gentoo Authors
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI="4"
45 @@ -57,5 +57,5 @@ src_install() {
46
47 pkg_nofetch() {
48 einfo "Please visit ${HOMEPAGE}, obtain the file"
49 - einfo "${P}.tar.gz and put it in ${DISTDIR}"
50 + einfo "${P}.tar.gz and put it in your DISTDIR directory."
51 }