Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/
Date: Wed, 09 Sep 2020 00:47:53
Message-Id: 1599612466.6bdf53ea8082281f93e1017e0ed43ad08067eb5d.robbat2@gentoo
1 commit: 6bdf53ea8082281f93e1017e0ed43ad08067eb5d
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 00:43:05 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 00:47:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdf53ea
7
8 sys-block/sas2ircu: provide extra download location for shuffled docs at Broadcom
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 sys-block/sas2ircu/sas2ircu-20.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild b/sys-block/sas2ircu/sas2ircu-20.ebuild
16 index bc80be95dc4..bc7ea906898 100644
17 --- a/sys-block/sas2ircu/sas2ircu-20.ebuild
18 +++ b/sys-block/sas2ircu/sas2ircu-20.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,7 @@ SLOT="0"
26 KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~sparc-solaris ~x64-solaris ~x86-solaris"
27 IUSE="efi doc"
28 RESTRICT="strip fetch mirror"
29 -DEPEND=""
30 +DEPEND="app-arch/unzip"
31 RDEPEND=""
32 QA_PREBUILT="opt/lsi/sas2ircu boot/efi/sas2ircu.efi"
33
34 @@ -23,6 +23,7 @@ DISTFILE_DOC=SAS2_IR_User_Guide.pdf
35 DOC_PV=12
36
37 SRC_URI="
38 +https://docs.broadcom.com/docs/${DISTFILE_BIN}
39 https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_6g_p20_point6/$DISTFILE_BIN
40 doc? ( https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/SAS2_IR_User_Guide.pdf )
41 "
42 @@ -34,6 +35,7 @@ S="${WORKDIR}/${MY_P}"
43 pkg_nofetch() {
44 elog "LSI has a mandatory click-through license on thier binaries."
45 elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the Management Software and Tools section."
46 + elog "If the file has been moved again, the license form might be available at https://docs.broadcom.com/docs/${DISTFILE_BIN}"
47 elog "After downloading, move ${DISTFILE_BIN} into your DISTDIR directory"
48 if use doc; then
49 elog "Please also download 'SAS-2 Integrated RAID Configuration Utility User Guide' (${DISTFILE_DOC}) "