Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/novell-groupwise-client/
Date: Tue, 05 Feb 2019 19:21:18
Message-Id: 1549394434.f54445a88fd55eff2e90def7abc09a4364e3484a.bkohler@gentoo
1 commit: f54445a88fd55eff2e90def7abc09a4364e3484a
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 19:20:34 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 19:20:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54445a8
7
8 mail-client/novell-groupwise-client: don't reference ${DISTDIR}
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 .../novell-groupwise-client-8.0.2.96933-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild
17 index 4bc65dc713d..5248da6119d 100644
18 --- a/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild
19 +++ b/mail-client/novell-groupwise-client/novell-groupwise-client-8.0.2.96933-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -78,7 +78,7 @@ src_install() {
27 pkg_nofetch() {
28 einfo "You can obtain an evaluation version of the Groupwise client at"
29 einfo "${HOMEPAGE} - please download ${SRC_URI}"
30 - einfo "and place it in ${DISTDIR}. Alternatively request the file"
31 - einfo "from the Groupwise server provider of your organization."
32 + einfo "and place it into your DISTDIR directory. Alternatively request"
33 + einfo "the file from the Groupwise server provider of your organization."
34 einfo "Note that the client is useless without a server account."
35 }