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/sas3ircu/
Date: Tue, 05 Feb 2019 06:35:06
Message-Id: 1549321248.9ba36c59225949b8ad29411d9a88dcff07ca7d54.bkohler@gentoo
1 commit: 9ba36c59225949b8ad29411d9a88dcff07ca7d54
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 23:00:48 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 23:00:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ba36c59
7
8 sys-block/sas3ircu: 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/sas3ircu/sas3ircu-14.ebuild | 6 +++---
14 sys-block/sas3ircu/sas3ircu-15.ebuild | 6 +++---
15 sys-block/sas3ircu/sas3ircu-5.ebuild | 6 +++---
16 3 files changed, 9 insertions(+), 9 deletions(-)
17
18 diff --git a/sys-block/sas3ircu/sas3ircu-14.ebuild b/sys-block/sas3ircu/sas3ircu-14.ebuild
19 index 67517aec431..3e4b3021666 100644
20 --- a/sys-block/sas3ircu/sas3ircu-14.ebuild
21 +++ b/sys-block/sas3ircu/sas3ircu-14.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -31,10 +31,10 @@ S="${WORKDIR}/${MY_P}"
29 pkg_nofetch() {
30 elog "Broadcom has a mandatory click-through license on thier binaries."
31 elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the Mangement Software section."
32 - elog "After downloading, move ${MY_P} into $DISTDIR"
33 + elog "After downloading, move ${MY_P} into your DISTDIR directory"
34 if use doc; then
35 elog "Please also download 'SAS-3 Integrated RAID Configuration Utility User Guide' (${DISTFILE_DOC}) "
36 - elog "and also place it into $DISTDIR"
37 + elog "and also place it into your DISTDIR directory"
38 fi
39 einfo $SRC_URI
40 }
41
42 diff --git a/sys-block/sas3ircu/sas3ircu-15.ebuild b/sys-block/sas3ircu/sas3ircu-15.ebuild
43 index 1cd51bb434f..8b344da0de8 100644
44 --- a/sys-block/sas3ircu/sas3ircu-15.ebuild
45 +++ b/sys-block/sas3ircu/sas3ircu-15.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2017 Gentoo Foundation
48 +# Copyright 1999-2019 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=5
52 @@ -31,10 +31,10 @@ S="${WORKDIR}/${MY_P}"
53 pkg_nofetch() {
54 elog "Broadcom has a mandatory click-through license on thier binaries."
55 elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the Mangement Software section."
56 - elog "After downloading, move ${MY_P} into $DISTDIR"
57 + elog "After downloading, move ${MY_P} into your DISTDIR directory"
58 if use doc; then
59 elog "Please also download 'SAS-3 Integrated RAID Configuration Utility User Guide' (${DISTFILE_DOC}) "
60 - elog "and also place it into $DISTDIR"
61 + elog "and also place it into your DISTDIR directory"
62 fi
63 einfo $SRC_URI
64 }
65
66 diff --git a/sys-block/sas3ircu/sas3ircu-5.ebuild b/sys-block/sas3ircu/sas3ircu-5.ebuild
67 index 33d0779cb9a..2d0aaea8267 100644
68 --- a/sys-block/sas3ircu/sas3ircu-5.ebuild
69 +++ b/sys-block/sas3ircu/sas3ircu-5.ebuild
70 @@ -1,4 +1,4 @@
71 -# Copyright 1999-2014 Gentoo Foundation
72 +# Copyright 1999-2019 Gentoo Authors
73 # Distributed under the terms of the GNU General Public License v2
74
75 EAPI=5
76 @@ -33,10 +33,10 @@ S="${WORKDIR}/${MY_P}"
77 pkg_nofetch() {
78 elog "LSI has a mandatory click-through license on thier binaries."
79 elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the Mangement Software section."
80 - elog "After downloading, move ${MY_P} into $DISTDIR"
81 + elog "After downloading, move ${MY_P} into your DISTDIR directory"
82 if use doc; then
83 elog "Please also download 'SAS-3 Integrated RAID Configuration Utility User Guide' (${DISTFILE_DOC}) "
84 - elog "and also place it into $DISTDIR"
85 + elog "and also place it into your DISTDIR directory"
86 fi
87 }