From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 27D44138359 for ; Wed, 9 Sep 2020 00:47:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 490B3E0872; Wed, 9 Sep 2020 00:47:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DE41E0872 for ; Wed, 9 Sep 2020 00:47:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EC24D340F4A for ; Wed, 9 Sep 2020 00:47:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 657B1334 for ; Wed, 9 Sep 2020 00:47:49 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1599612466.6bdf53ea8082281f93e1017e0ed43ad08067eb5d.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/sas2ircu/sas2ircu-20.ebuild X-VCS-Directories: sys-block/sas2ircu/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 6bdf53ea8082281f93e1017e0ed43ad08067eb5d X-VCS-Branch: master Date: Wed, 9 Sep 2020 00:47:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7524608d-04b9-4ccb-a2d8-1e4a30a2e196 X-Archives-Hash: 79a03dff6ee14a0c5e1240703f321839 commit: 6bdf53ea8082281f93e1017e0ed43ad08067eb5d Author: Robin H. Johnson gentoo org> AuthorDate: Wed Sep 9 00:43:05 2020 +0000 Commit: Robin H. Johnson gentoo 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 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}) "