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/sas3flash/
Date: Tue, 05 Feb 2019 20:56:15
Message-Id: 1549400156.8376a48e4248a629ed11ebef0529ac44c5886182.bkohler@gentoo
1 commit: 8376a48e4248a629ed11ebef0529ac44c5886182
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 20:48:01 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 20:55:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8376a48e
7
8 sys-block/sas3flash: 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/sas3flash/sas3flash-15.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-block/sas3flash/sas3flash-15.ebuild b/sys-block/sas3flash/sas3flash-15.ebuild
17 index 9fba4443d11..7523cc12bfe 100644
18 --- a/sys-block/sas3flash/sas3flash-15.ebuild
19 +++ b/sys-block/sas3flash/sas3flash-15.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -31,10 +31,10 @@ S="${WORKDIR}/${MY_P}"
27 pkg_nofetch() {
28 elog "Broadcom has a mandatory click-through license on their binaries."
29 elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the Mangement Software section."
30 - elog "After downloading, move ${DISTFILE_BIN} into $DISTDIR"
31 + elog "After downloading, move ${DISTFILE_BIN} into your DISTDIR directory."
32 if use doc; then
33 elog "Please also download 'SAS3Flash Utility Quick Reference Guide' (${DISTFILE_DOC}) "
34 - elog "and also place it into $DISTDIR"
35 + elog "and also place it into your DISTDIR directory."
36 fi
37 einfo ${SRC_URI}
38 }