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/sas2ircu/
Date: Tue, 05 Feb 2019 06:35:07
Message-Id: 1549321206.38d2fd24206333a3916806ffcf325583643195ab.bkohler@gentoo
1 commit: 38d2fd24206333a3916806ffcf325583643195ab
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 4 23:00:06 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 4 23:00:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d2fd24
7
8 sys-block/sas2ircu: 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/sas2ircu/sas2ircu-19.ebuild | 6 +++---
14 sys-block/sas2ircu/sas2ircu-20.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/sys-block/sas2ircu/sas2ircu-19.ebuild b/sys-block/sas2ircu/sas2ircu-19.ebuild
18 index 190580614f9..555e56b7cfd 100644
19 --- a/sys-block/sas2ircu/sas2ircu-19.ebuild
20 +++ b/sys-block/sas2ircu/sas2ircu-19.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=5
27 @@ -34,10 +34,10 @@ S="${WORKDIR}/${MY_P}"
28 pkg_nofetch() {
29 elog "LSI has a mandatory click-through license on thier binaries."
30 elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the Miscellaneous section."
31 - elog "After downloading, move ${MY_P} into $DISTDIR"
32 + elog "After downloading, move ${MY_P} into your DISTDIR directory"
33 if use doc; then
34 elog "Please also download 'SAS-2 Integrated RAID Configuration Utility User Guide' (${DISTFILE_DOC}) "
35 - elog "and also place it into $DISTDIR"
36 + elog "and also place it into your DISTDIR directory"
37 fi
38 }
39
40
41 diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild b/sys-block/sas2ircu/sas2ircu-20.ebuild
42 index bc3aebe2751..7f4f0746b48 100644
43 --- a/sys-block/sas2ircu/sas2ircu-20.ebuild
44 +++ b/sys-block/sas2ircu/sas2ircu-20.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2017 Gentoo Foundation
47 +# Copyright 1999-2019 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=6
51 @@ -34,10 +34,10 @@ S="${WORKDIR}/${MY_P}"
52 pkg_nofetch() {
53 elog "LSI has a mandatory click-through license on thier binaries."
54 elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the Management Software and Tools section."
55 - elog "After downloading, move ${DISTFILE_BIN} into $DISTDIR"
56 + elog "After downloading, move ${DISTFILE_BIN} into your DISTDIR directory"
57 if use doc; then
58 elog "Please also download 'SAS-2 Integrated RAID Configuration Utility User Guide' (${DISTFILE_DOC}) "
59 - elog "and also place it into $DISTDIR"
60 + elog "and also place it into your DISTDIR directory"
61 fi
62 }