commit:     6bdf53ea8082281f93e1017e0ed43ad08067eb5d
Author:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  9 00:43:05 2020 +0000
Commit:     Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Wed Sep  9 00:47:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdf53ea

sys-block/sas2ircu: provide extra download location for shuffled docs at 
Broadcom

Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>

 sys-block/sas2ircu/sas2ircu-20.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild 
b/sys-block/sas2ircu/sas2ircu-20.ebuild
index bc80be95dc4..bc7ea906898 100644
--- a/sys-block/sas2ircu/sas2ircu-20.ebuild
+++ b/sys-block/sas2ircu/sas2ircu-20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SLOT="0"
 KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="efi doc"
 RESTRICT="strip fetch mirror"
-DEPEND=""
+DEPEND="app-arch/unzip"
 RDEPEND=""
 QA_PREBUILT="opt/lsi/sas2ircu boot/efi/sas2ircu.efi"
 
@@ -23,6 +23,7 @@ DISTFILE_DOC=SAS2_IR_User_Guide.pdf
 DOC_PV=12
 
 SRC_URI="
+https://docs.broadcom.com/docs/${DISTFILE_BIN}
 
https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_6g_p20_point6/$DISTFILE_BIN
 doc? ( 
https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/SAS2_IR_User_Guide.pdf
 )
 "
@@ -34,6 +35,7 @@ S="${WORKDIR}/${MY_P}"
 pkg_nofetch() {
        elog "LSI has a mandatory click-through license on thier binaries."
        elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the 
Management Software and Tools section."
+       elog "If the file has been moved again, the license form might be 
available at https://docs.broadcom.com/docs/${DISTFILE_BIN}";
        elog "After downloading, move ${DISTFILE_BIN} into your DISTDIR 
directory"
        if use doc; then
                elog "Please also download 'SAS-2 Integrated RAID Configuration 
Utility User Guide' (${DISTFILE_DOC}) "

Reply via email to