diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-09-08 17:43:05 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-09-08 17:47:46 -0700 |
commit | 6bdf53ea8082281f93e1017e0ed43ad08067eb5d (patch) | |
tree | d552409afe65272e013a6c8a0b99e9759d988798 /sys-block/sas2ircu | |
parent | dev-python/pytest-xdist: Stabilize 1.34.0 ALLARCHES, #741286 (diff) | |
download | gentoo-6bdf53ea8082281f93e1017e0ed43ad08067eb5d.tar.gz gentoo-6bdf53ea8082281f93e1017e0ed43ad08067eb5d.tar.bz2 gentoo-6bdf53ea8082281f93e1017e0ed43ad08067eb5d.zip |
sys-block/sas2ircu: provide extra download location for shuffled docs at Broadcom
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'sys-block/sas2ircu')
-rw-r--r-- | sys-block/sas2ircu/sas2ircu-20.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild b/sys-block/sas2ircu/sas2ircu-20.ebuild index bc80be95dc45..bc7ea9068980 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}) " |