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-block/tw_cli/
Date: Tue, 05 Feb 2019 20:56:14
Message-Id: 1549400157.e13157338724f88c8b1179a8626715727c55e397.bkohler@gentoo
1 commit: e13157338724f88c8b1179a8626715727c55e397
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 20:51:50 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 20:55:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1315733
7
8 sys-block/tw_cli: 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-block/tw_cli/tw_cli-10.2.2.1-r1.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/sys-block/tw_cli/tw_cli-10.2.2.1-r1.ebuild b/sys-block/tw_cli/tw_cli-10.2.2.1-r1.ebuild
17 index 2f8be821fbb..b12d697f06f 100644
18 --- a/sys-block/tw_cli/tw_cli-10.2.2.1-r1.ebuild
19 +++ b/sys-block/tw_cli/tw_cli-10.2.2.1-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 @@ -71,10 +71,9 @@ S=${WORKDIR}
27 # If you want to fetch it yourself (not from the mirrors), there is an IP-based
28 # clickthrough to accept the EULA.
29 pkg_nofetch() {
30 - einfo "Upstream has implement a mandatory clickthrough EULA for distfile download"
31 - einfo "Please visit $SRC_URI in your browser. The clickthrough is IP-based,"
32 - einfo "so no wget is possible."
33 - einfo "And place $A in ${DISTDIR}"
34 + einfo "Upstream has implemented a mandatory clickthrough EULA for distfile download"
35 + einfo "Please visit ${SRC_URI}"
36 + einfo "And place ${A} into your DISTDIR directory."
37 }
38
39 src_install() {