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: 1599612467.e22c8097509d8919f4cd39be9501af3c4418fdce.robbat2@gentoo
1 commit: e22c8097509d8919f4cd39be9501af3c4418fdce
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 00:45:31 2020 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 00:47:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e22c8097
7
8 sys-block/sas2ircu: cleanup old versions
9
10 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
11
12 sys-block/sas2ircu/Manifest | 2 -
13 sys-block/sas2ircu/sas2ircu-19.ebuild | 97 -----------------------------------
14 2 files changed, 99 deletions(-)
15
16 diff --git a/sys-block/sas2ircu/Manifest b/sys-block/sas2ircu/Manifest
17 index 7030b636fc7..1726a069fa4 100644
18 --- a/sys-block/sas2ircu/Manifest
19 +++ b/sys-block/sas2ircu/Manifest
20 @@ -1,4 +1,2 @@
21 -DIST SAS2IRCU_P19.zip 2664125 BLAKE2B a005c556750bb8eeb3cb02a2aa138182ffeb2489088bfb6bad7696f5c659dbb8d02031474bf12d7f42f282351a2bf5f0791635e92625f0d7b32e63544913d8af SHA512 99f5092e1344747912b081f4f9e22a1f22d55e5a951583f5482213a38a1faa7cd890b573fdeb50d4770bb862d970364ccaff982969813edd9581e80bc39e2bdf
22 DIST SAS2IRCU_P20.zip 2777958 BLAKE2B ba8c3ef1cf353af90f32a53722b3a7039768c0f48e1d5b48766acdf1c1c05a039692e1edc2586140da5af0f1f2378f4bfaca219895317dc7974004f3aed25343 SHA512 a0a4fa7d07959aa6a81d3540e71e3cc248c23267875ca098da6a80850e008cbdf57b2d6456b5fe17ef890fd39ac550788c9769d169a0673578632f1a8c8a8311
23 -DIST SAS2IRCU_User_Guide.pdf 794046 BLAKE2B e976f57ada3c51b58bfee24cd2f5d059f59b48bf388d93b146238d54aa09b06f6d450e3ccf149903871dfcdb32807a35d6f379738e149b410b7c1279f811153f SHA512 515869794be428ffbefcbfadac992912fb0eebab0cda640b315b4a231b5f25f1205978605f108b9009380015f3058c47e0ce4352c693ef23ab31980ea8b821a0
24 DIST SAS2_IR_User_Guide.pdf 999388 BLAKE2B 4f1a198ccaa04cf250430106e3254cfb37fd16a1e89861030ed92f52de1d8cff17337709bb641093d78acb44995c03fceff739a0c416f7e3b1692c3b8c6a85dc SHA512 7370b54021978eb543270c992569637092571eaad73896b4bfdf7c7bc45bfd0cb0c6f8f34468255372103f562eb1e3ce2ad30cc6f0d37e7f9bc23f61ee166355
25
26 diff --git a/sys-block/sas2ircu/sas2ircu-19.ebuild b/sys-block/sas2ircu/sas2ircu-19.ebuild
27 deleted file mode 100644
28 index 88676b9d591..00000000000
29 --- a/sys-block/sas2ircu/sas2ircu-19.ebuild
30 +++ /dev/null
31 @@ -1,97 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -inherit mount-boot
37 -
38 -DESCRIPTION="LSI MPT-SAS2 controller management tool"
39 -HOMEPAGE="http://www.lsi.com/support/Pages/download-results.aspx?component=Storage+Component&productfamily=Host+Bus+Adapters&productcode=0&assettype=Miscellaneous&productname=&keyword=SAS2IRCU"
40 -LICENSE="LSI"
41 -SLOT="0"
42 -KEYWORDS="-* ~amd64 ~ppc64 ~x86 ~sparc-solaris ~x64-solaris ~x86-solaris"
43 -IUSE="efi doc"
44 -RESTRICT="strip fetch mirror"
45 -DEPEND=""
46 -RDEPEND=""
47 -QA_PREBUILT="opt/lsi/sas2ircu boot/efi/sas2ircu.efi"
48 -
49 -MY_PN=SAS2IRCU
50 -MY_P="${MY_PN}_P${PV}"
51 -
52 -DISTFILE_BIN=${MY_P}.zip
53 -DISTFILE_DOC=SAS2IRCU_User_Guide.pdf
54 -DOC_PV=12
55 -
56 -SRC_URI="
57 -http://www.lsi.com/downloads/Public/Host%20Bus%20Adapters/Host%20Bus%20Adapters%20Common%20Files/SAS_SATA_6G_P${PV}/$DISTFILE_BIN
58 -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 )
59 -"
60 -
61 -LICENSE_URL="http://www.lsi.com/cm/License.do?url=&prodName=&subType=Miscellaneous&locale=EN"
62 -
63 -S="${WORKDIR}/${MY_P}"
64 -
65 -pkg_nofetch() {
66 - elog "LSI has a mandatory click-through license on thier binaries."
67 - elog "Please visit $HOMEPAGE and download ${DISTFILE_BIN} from the Miscellaneous section."
68 - elog "After downloading, move ${MY_P} into your DISTDIR directory"
69 - if use doc; then
70 - elog "Please also download 'SAS-2 Integrated RAID Configuration Utility User Guide' (${DISTFILE_DOC}) "
71 - elog "and also place it into your DISTDIR directory"
72 - fi
73 -}
74 -
75 -supportedcards() {
76 - elog "This binary supports should support ALL cards, including, but not"
77 - elog "limited to the following series:"
78 - elog ""
79 - elog "LSI SAS 2004"
80 - elog "LSI SAS 2008"
81 - elog "LSI SAS 2108"
82 - elog "LSI SAS 2208"
83 - elog "LSI SAS 2304"
84 - elog "LSI SAS 2308"
85 - elog "Dell PERC H200, H700"
86 - elog "IBM System x3200 M2 (4367, 4368)"
87 - elog "IBM System x3200 M3 (7327, 7328)"
88 - elog "IBM System x3250 M2 (4190, 4191, 4194)"
89 - elog "IBM System x3250 M3 (4251, 4252, 4261)"
90 - elog "IBM System x3350 (4192, 4193)"
91 - elog "IBM System x3400 (7973, 7974, 7975, 7976)"
92 - elog "IBM System x3400 M2 (7836, 7837)"
93 - elog "IBM System x3455 (7940, 7941)"
94 - elog "IBM System x3500 (7977)"
95 - elog "IBM System x3500 M2 (7839)"
96 - elog "IBM System x3550 (7978, 1913)"
97 - elog "IBM System x3550 M2 (7946, 4198)"
98 - elog "IBM System x3650 (7979, 1914)"
99 - elog "IBM System x3650 M2 (7947, 4199)"
100 - elog "IBM System x3650 NAS (7979)"
101 - elog "IBM System x3655 (7985, 7943)"
102 - elog "IBM System x3755 (8877, 7163)"
103 - elog "IBM System x3850 M2 (7141, 7144, 7233, 7234)"
104 - elog "IBM System x3850 X5 (7145, 7146)"
105 - elog "IBM System x3950 M2 (7141, 7233, 7234)"
106 - elog "IBM System x3950 X5 (7145)"
107 -}
108 -
109 -src_unpack() {
110 - unpack ${DISTFILE_BIN}
111 -}
112 -
113 -src_install() {
114 - exeinto /opt/lsi/
115 - use amd64 || use x86 && doexe sas2ircu_linux_x86_rel/sas2ircu
116 - use ppc64 && doexe sas2ircu_linux_x86_rel/sas2ircu
117 - use amd64-fbsd && doexe sas2ircu_freebsd_amd64_rel/sas2ircu
118 - use x86-fbsd && doexe sas2ircu_freebsd_i386_rel/sas2ircu
119 - use x64-solaris || use x86-solaris && doexe sas2ircu_solaris_x86_rel/sas2ircu
120 - use sparc-solaris && doexe sas2ircu_solaris_sparc_rel/sas2ircu
121 - if use efi; then
122 - exeinto /boot/efi/
123 - doexe sas2ircu_efi_ebc_rel/sas2ircu.efi
124 - fi
125 - dodoc Readme_Release_Notes_SAS2IRCU_Phase_17.00.00.00.txt
126 - dodoc SAS2IRCU_Phase${PV}.0-${PV}.00.00.00.pdf
127 - use doc && dodoc "${DISTDIR}"/$DISTFILE_DOC
128 -}