[gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/

2024-01-07 Thread Andrew Ammerlaan
commit: 02db66a1bfb7fd0211e0589d1de4ec544341916f
Author: David Seifert  gentoo  org>
AuthorDate: Sat Aug 26 14:53:23 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan  7 17:19:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02db66a1

sys-block/sas2ircu: rename USE=efi to USE=uefi

Signed-off-by: David Seifert  gentoo.org>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sys-block/sas2ircu/metadata.xml   | 14 +++---
 sys-block/sas2ircu/sas2ircu-20.ebuild |  5 +++--
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/sys-block/sas2ircu/metadata.xml b/sys-block/sas2ircu/metadata.xml
index 4084cf9b5c1e..d0581956045c 100644
--- a/sys-block/sas2ircu/metadata.xml
+++ b/sys-block/sas2ircu/metadata.xml
@@ -1,11 +1,11 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   robb...@gentoo.org
-   Robin H. Johnson
-
-
-   Install EFI variant as well
-
+   
+   robb...@gentoo.org
+   Robin H. Johnson
+   
+   
+   Install UEFI variant as well
+   
 

diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild 
b/sys-block/sas2ircu/sas2ircu-20.ebuild
index 4e191d3c257e..6113f2cb5019 100644
--- a/sys-block/sas2ircu/sas2ircu-20.ebuild
+++ b/sys-block/sas2ircu/sas2ircu-20.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
+
 inherit mount-boot
 
 DESCRIPTION="LSI MPT-SAS2 controller management tool"
@@ -10,7 +11,7 @@ 
HOMEPAGE="https://www.broadcom.com/products/storage/host-bus-adapters/sas-9207-8
 LICENSE="LSI"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~x64-solaris"
-IUSE="efi doc"
+IUSE="uefi doc"
 RESTRICT="strip fetch mirror"
 
 DEPEND="app-arch/unzip"
@@ -88,7 +89,7 @@ src_install() {
use amd64 || use x86 && doexe sas2ircu_linux_x86_rel/sas2ircu
use ppc64 && doexe sas2ircu_linux_x86_rel/sas2ircu
use x64-solaris && doexe sas2ircu_solaris_x86_rel/sas2ircu
-   if use efi; then
+   if use uefi; then
exeinto /boot/efi/
doexe sas2ircu_efi_ebc_rel/sas2ircu.efi
fi



[gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/

2023-05-29 Thread Sam James
commit: 003b6e2135cedd5ca82c76f7e14c415a6a7af62a
Author: Sam James  gentoo  org>
AuthorDate: Sat May 27 16:58:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 18:19:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003b6e21

sys-block/sas2ircu: drop dead prefix targets

The removal was already done, so this is just cleanup afterwards.

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild 
b/sys-block/sas2ircu/sas2ircu-20.ebuild
index adc433347505..4e191d3c257e 100644
--- a/sys-block/sas2ircu/sas2ircu-20.ebuild
+++ b/sys-block/sas2ircu/sas2ircu-20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -87,8 +87,7 @@ src_install() {
exeinto /opt/lsi/
use amd64 || use x86 && doexe sas2ircu_linux_x86_rel/sas2ircu
use ppc64 && doexe sas2ircu_linux_x86_rel/sas2ircu
-   use x64-solaris || use x86-solaris && doexe 
sas2ircu_solaris_x86_rel/sas2ircu
-   use sparc-solaris && doexe sas2ircu_solaris_sparc_rel/sas2ircu
+   use x64-solaris && doexe sas2ircu_solaris_x86_rel/sas2ircu
if use efi; then
exeinto /boot/efi/
doexe sas2ircu_efi_ebc_rel/sas2ircu.efi



[gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/

2022-01-05 Thread David Seifert
commit: 3f204f0a0edc4751c9e752ef5eb9ef0b339d55b5
Author: David Seifert  gentoo  org>
AuthorDate: Wed Jan  5 10:01:31 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Wed Jan  5 10:01:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f204f0a

sys-block/sas2ircu: remove amd64-fbsd

Signed-off-by: David Seifert  gentoo.org>

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

diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild 
b/sys-block/sas2ircu/sas2ircu-20.ebuild
index bc7ea9068980..79dffa16023d 100644
--- a/sys-block/sas2ircu/sas2ircu-20.ebuild
+++ b/sys-block/sas2ircu/sas2ircu-20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,11 +6,13 @@ inherit mount-boot
 
 DESCRIPTION="LSI MPT-SAS2 controller management tool"
 
HOMEPAGE="https://www.broadcom.com/products/storage/host-bus-adapters/sas-9207-8e#tab-archive-drivers4-abc;
+
 LICENSE="LSI"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="efi doc"
 RESTRICT="strip fetch mirror"
+
 DEPEND="app-arch/unzip"
 RDEPEND=""
 QA_PREBUILT="opt/lsi/sas2ircu boot/efi/sas2ircu.efi"
@@ -85,8 +87,6 @@ src_install() {
exeinto /opt/lsi/
use amd64 || use x86 && doexe sas2ircu_linux_x86_rel/sas2ircu
use ppc64 && doexe sas2ircu_linux_x86_rel/sas2ircu
-   use amd64-fbsd && doexe sas2ircu_freebsd_amd64_rel/sas2ircu
-   use x86-fbsd && doexe sas2ircu_freebsd_i386_rel/sas2ircu
use x64-solaris || use x86-solaris && doexe 
sas2ircu_solaris_x86_rel/sas2ircu
use sparc-solaris && doexe sas2ircu_solaris_sparc_rel/sas2ircu
if use efi; then



[gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/

2020-09-08 Thread Robin H. Johnson
commit: e22c8097509d8919f4cd39be9501af3c4418fdce
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Sep  9 00:45:31 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Sep  9 00:47:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22c8097

sys-block/sas2ircu: cleanup old versions

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

 sys-block/sas2ircu/Manifest   |  2 -
 sys-block/sas2ircu/sas2ircu-19.ebuild | 97 ---
 2 files changed, 99 deletions(-)

diff --git a/sys-block/sas2ircu/Manifest b/sys-block/sas2ircu/Manifest
index 7030b636fc7..1726a069fa4 100644
--- a/sys-block/sas2ircu/Manifest
+++ b/sys-block/sas2ircu/Manifest
@@ -1,4 +1,2 @@
-DIST SAS2IRCU_P19.zip 2664125 BLAKE2B 
a005c556750bb8eeb3cb02a2aa138182ffeb2489088bfb6bad7696f5c659dbb8d02031474bf12d7f42f282351a2bf5f0791635e92625f0d7b32e63544913d8af
 SHA512 
99f5092e1344747912b081f4f9e22a1f22d55e5a951583f5482213a38a1faa7cd890b573fdeb50d4770bb862d970364ccaff982969813edd9581e80bc39e2bdf
 DIST SAS2IRCU_P20.zip 2777958 BLAKE2B 
ba8c3ef1cf353af90f32a53722b3a7039768c0f48e1d5b48766acdf1c1c05a039692e1edc2586140da5af0f1f2378f4bfaca219895317dc7974004f3aed25343
 SHA512 
a0a4fa7d07959aa6a81d3540e71e3cc248c23267875ca098da6a80850e008cbdf57b2d6456b5fe17ef890fd39ac550788c9769d169a0673578632f1a8c8a8311
-DIST SAS2IRCU_User_Guide.pdf 794046 BLAKE2B 
e976f57ada3c51b58bfee24cd2f5d059f59b48bf388d93b146238d54aa09b06f6d450e3ccf149903871dfcdb32807a35d6f379738e149b410b7c1279f811153f
 SHA512 
515869794be428ffbefcbfadac992912fb0eebab0cda640b315b4a231b5f25f1205978605f108b9009380015f3058c47e0ce4352c693ef23ab31980ea8b821a0
 DIST SAS2_IR_User_Guide.pdf 999388 BLAKE2B 
4f1a198ccaa04cf250430106e3254cfb37fd16a1e89861030ed92f52de1d8cff17337709bb641093d78acb44995c03fceff739a0c416f7e3b1692c3b8c6a85dc
 SHA512 
7370b54021978eb543270c992569637092571eaad73896b4bfdf7c7bc45bfd0cb0c6f8f34468255372103f562eb1e3ce2ad30cc6f0d37e7f9bc23f61ee166355

diff --git a/sys-block/sas2ircu/sas2ircu-19.ebuild 
b/sys-block/sas2ircu/sas2ircu-19.ebuild
deleted file mode 100644
index 88676b9d591..000
--- a/sys-block/sas2ircu/sas2ircu-19.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit mount-boot
-
-DESCRIPTION="LSI MPT-SAS2 controller management tool"
-HOMEPAGE="http://www.lsi.com/support/Pages/download-results.aspx?component=Storage+Component=Host+Bus+Adapters=0=Miscellaneous==SAS2IRCU;
-LICENSE="LSI"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE="efi doc"
-RESTRICT="strip fetch mirror"
-DEPEND=""
-RDEPEND=""
-QA_PREBUILT="opt/lsi/sas2ircu boot/efi/sas2ircu.efi"
-
-MY_PN=SAS2IRCU
-MY_P="${MY_PN}_P${PV}"
-
-DISTFILE_BIN=${MY_P}.zip
-DISTFILE_DOC=SAS2IRCU_User_Guide.pdf
-DOC_PV=12
-
-SRC_URI="
-http://www.lsi.com/downloads/Public/Host%20Bus%20Adapters/Host%20Bus%20Adapters%20Common%20Files/SAS_SATA_6G_P${PV}/$DISTFILE_BIN
-doc? ( 
http://www.lsi.com/downloads/Public/Host%20Bus%20Adapters/Host%20Bus%20Adapters%20Common%20Files/SAS_SATA_6G_P${DOC_PV}/SAS2IRCU_User_Guide.pdf
 )
-"
-
-LICENSE_URL="http://www.lsi.com/cm/License.do?url===Miscellaneous=EN;
-
-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 
Miscellaneous section."
-   elog "After downloading, move ${MY_P} into your DISTDIR directory"
-   if use doc; then
-   elog "Please also download 'SAS-2 Integrated RAID Configuration 
Utility User Guide' (${DISTFILE_DOC}) "
-   elog "and also place it into your DISTDIR directory"
-   fi
-}
-
-supportedcards() {
-   elog "This binary supports should support ALL cards, including, but not"
-   elog "limited to the following series:"
-   elog ""
-   elog "LSI SAS 2004"
-   elog "LSI SAS 2008"
-   elog "LSI SAS 2108"
-   elog "LSI SAS 2208"
-   elog "LSI SAS 2304"
-   elog "LSI SAS 2308"
-   elog "Dell PERC H200, H700"
-   elog "IBM System x3200 M2 (4367, 4368)"
-   elog "IBM System x3200 M3 (7327, 7328)"
-   elog "IBM System x3250 M2 (4190, 4191, 4194)"
-   elog "IBM System x3250 M3 (4251, 4252, 4261)"
-   elog "IBM System x3350 (4192, 4193)"
-   elog "IBM System x3400 (7973, 7974, 7975, 7976)"
-   elog "IBM System x3400 M2 (7836, 7837)"
-   elog "IBM System x3455 (7940, 7941)"
-   elog "IBM System x3500 (7977)"
-   elog "IBM System x3500 M2 (7839)"
-   elog "IBM System x3550 (7978, 1913)"
-   elog "IBM System x3550 M2 (7946, 4198)"
-   elog "IBM System x3650 (7979, 1914)"
-   elog "IBM System x3650 M2 (7947, 4199)"
-   elog "IBM System x3650 NAS (7979)"
-   elog "IBM System x3655 (7985, 7943)"
-   elog "IBM System x3755 (8877, 7163)"
-   elog "IBM System x3850 M2 (7141, 7144, 

[gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/

2020-09-08 Thread Robin H. Johnson
commit: 6bdf53ea8082281f93e1017e0ed43ad08067eb5d
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Sep  9 00:43:05 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Sep  9 00:47:46 2020 +
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}) "



[gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/

2019-02-04 Thread Ben Kohler
commit: 38d2fd24206333a3916806ffcf325583643195ab
Author: Ben Kohler  gentoo  org>
AuthorDate: Mon Feb  4 23:00:06 2019 +
Commit: Ben Kohler  gentoo  org>
CommitDate: Mon Feb  4 23:00:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38d2fd24

sys-block/sas2ircu: don't reference ${DISTDIR} in pkg_nofetch

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Ben Kohler  gentoo.org>

 sys-block/sas2ircu/sas2ircu-19.ebuild | 6 +++---
 sys-block/sas2ircu/sas2ircu-20.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sys-block/sas2ircu/sas2ircu-19.ebuild 
b/sys-block/sas2ircu/sas2ircu-19.ebuild
index 190580614f9..555e56b7cfd 100644
--- a/sys-block/sas2ircu/sas2ircu-19.ebuild
+++ b/sys-block/sas2ircu/sas2ircu-19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -34,10 +34,10 @@ 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 
Miscellaneous section."
-   elog "After downloading, move ${MY_P} into $DISTDIR"
+   elog "After downloading, move ${MY_P} into your DISTDIR directory"
if use doc; then
elog "Please also download 'SAS-2 Integrated RAID Configuration 
Utility User Guide' (${DISTFILE_DOC}) "
-   elog "and also place it into $DISTDIR"
+   elog "and also place it into your DISTDIR directory"
fi
 }
 

diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild 
b/sys-block/sas2ircu/sas2ircu-20.ebuild
index bc3aebe2751..7f4f0746b48 100644
--- a/sys-block/sas2ircu/sas2ircu-20.ebuild
+++ b/sys-block/sas2ircu/sas2ircu-20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -34,10 +34,10 @@ 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 "After downloading, move ${DISTFILE_BIN} into $DISTDIR"
+   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}) "
-   elog "and also place it into $DISTDIR"
+   elog "and also place it into your DISTDIR directory"
fi
 }
 



[gentoo-commits] repo/gentoo:master commit in: sys-block/sas2ircu/

2017-12-19 Thread Jason Zaman
commit: 741f0b3d105bea48aea7706273f6c2871c14e344
Author: Jason Zaman  gentoo  org>
AuthorDate: Wed Dec 20 04:32:09 2017 +
Commit: Jason Zaman  gentoo  org>
CommitDate: Wed Dec 20 04:42:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741f0b3d

sys-block/sas2ircu: bump to v20, update links and hashes

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 sys-block/sas2ircu/Manifest   |  6 ++-
 sys-block/sas2ircu/sas2ircu-20.ebuild | 97 +++
 2 files changed, 101 insertions(+), 2 deletions(-)

diff --git a/sys-block/sas2ircu/Manifest b/sys-block/sas2ircu/Manifest
index f221dd21b51..7030b636fc7 100644
--- a/sys-block/sas2ircu/Manifest
+++ b/sys-block/sas2ircu/Manifest
@@ -1,2 +1,4 @@
-DIST SAS2IRCU_P19.zip 2664125 SHA256 
e5bb0bc37099016d6f7486f623cb74baeef9903afdd0610a7c8850331ff8b3d5 SHA512 
99f5092e1344747912b081f4f9e22a1f22d55e5a951583f5482213a38a1faa7cd890b573fdeb50d4770bb862d970364ccaff982969813edd9581e80bc39e2bdf
 WHIRLPOOL 
9e173c5f4ade04a7fecb994f98c4d7457375c559c7f0e9994d38e3a2b1847577084449ee0ab1a3ece06e5a57c74ae41294b135aeffa396aa56120d5a6a0ea37d
-DIST SAS2IRCU_User_Guide.pdf 794046 SHA256 
b39867aab18d60180a21d34d01476216aa07d6b2af5368713f7bb16cba249506 SHA512 
515869794be428ffbefcbfadac992912fb0eebab0cda640b315b4a231b5f25f1205978605f108b9009380015f3058c47e0ce4352c693ef23ab31980ea8b821a0
 WHIRLPOOL 
2ce68f5e2880d2c865164fde7d69669893b547da71d784c84194116a3aa491b2f2d72e932217ef0e265fbf1f67289bcb8d29bb010cf21a2ca2d8f1acb367774f
+DIST SAS2IRCU_P19.zip 2664125 BLAKE2B 
a005c556750bb8eeb3cb02a2aa138182ffeb2489088bfb6bad7696f5c659dbb8d02031474bf12d7f42f282351a2bf5f0791635e92625f0d7b32e63544913d8af
 SHA512 
99f5092e1344747912b081f4f9e22a1f22d55e5a951583f5482213a38a1faa7cd890b573fdeb50d4770bb862d970364ccaff982969813edd9581e80bc39e2bdf
+DIST SAS2IRCU_P20.zip 2777958 BLAKE2B 
ba8c3ef1cf353af90f32a53722b3a7039768c0f48e1d5b48766acdf1c1c05a039692e1edc2586140da5af0f1f2378f4bfaca219895317dc7974004f3aed25343
 SHA512 
a0a4fa7d07959aa6a81d3540e71e3cc248c23267875ca098da6a80850e008cbdf57b2d6456b5fe17ef890fd39ac550788c9769d169a0673578632f1a8c8a8311
+DIST SAS2IRCU_User_Guide.pdf 794046 BLAKE2B 
e976f57ada3c51b58bfee24cd2f5d059f59b48bf388d93b146238d54aa09b06f6d450e3ccf149903871dfcdb32807a35d6f379738e149b410b7c1279f811153f
 SHA512 
515869794be428ffbefcbfadac992912fb0eebab0cda640b315b4a231b5f25f1205978605f108b9009380015f3058c47e0ce4352c693ef23ab31980ea8b821a0
+DIST SAS2_IR_User_Guide.pdf 999388 BLAKE2B 
4f1a198ccaa04cf250430106e3254cfb37fd16a1e89861030ed92f52de1d8cff17337709bb641093d78acb44995c03fceff739a0c416f7e3b1692c3b8c6a85dc
 SHA512 
7370b54021978eb543270c992569637092571eaad73896b4bfdf7c7bc45bfd0cb0c6f8f34468255372103f562eb1e3ce2ad30cc6f0d37e7f9bc23f61ee166355

diff --git a/sys-block/sas2ircu/sas2ircu-20.ebuild 
b/sys-block/sas2ircu/sas2ircu-20.ebuild
new file mode 100644
index 000..bc3aebe2751
--- /dev/null
+++ b/sys-block/sas2ircu/sas2ircu-20.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit mount-boot
+
+DESCRIPTION="LSI MPT-SAS2 controller management tool"
+HOMEPAGE="https://www.broadcom.com/products/storage/host-bus-adapters/sas-9207-8e#tab-archive-drivers4-abc;
+LICENSE="LSI"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd ~ppc64 ~amd64-fbsd ~sparc-solaris 
~x64-solaris ~x86-solaris"
+IUSE="efi doc"
+RESTRICT="strip fetch mirror"
+DEPEND=""
+RDEPEND=""
+QA_PREBUILT="opt/lsi/sas2ircu boot/efi/sas2ircu.efi"
+
+MY_PN=SAS2IRCU
+MY_P="${MY_PN}_P${PV}"
+
+DISTFILE_BIN=${MY_P}.zip
+DISTFILE_DOC=SAS2_IR_User_Guide.pdf
+DOC_PV=12
+
+SRC_URI="
+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
 )
+"
+
+LICENSE_URL="http://www.lsi.com/cm/License.do?url===Miscellaneous=EN;
+
+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 "After downloading, move ${DISTFILE_BIN} into $DISTDIR"
+   if use doc; then
+   elog "Please also download 'SAS-2 Integrated RAID Configuration 
Utility User Guide' (${DISTFILE_DOC}) "
+   elog "and also place it into $DISTDIR"
+   fi
+}
+
+supportedcards() {
+   elog "This binary supports should support ALL cards, including, but not"
+   elog "limited to the following series:"
+   elog ""
+   elog "LSI SAS 2004"
+   elog "LSI SAS 2008"
+   elog "LSI SAS 2108"
+   elog "LSI SAS 2208"
+   elog "LSI SAS 2304"
+   elog "LSI SAS 2308"
+   elog "Dell PERC H200, H700"
+   elog "IBM System x3200 M2 (4367, 4368)"
+   elog "IBM System x3200 M3