Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/storcli/
Date: Thu, 08 Jul 2021 14:22:23
Message-Id: 1625753983.1da1cb06196f245e7bcd15cda830d17d9cac6c04.whissi@gentoo
1 commit: 1da1cb06196f245e7bcd15cda830d17d9cac6c04
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 14:19:43 2021 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 14:19:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da1cb06
7
8 sys-block/storcli: drop v7.1515
9
10 Invalid version, was identical with 7.1508.
11
12 Package-Manager: Portage-3.0.21, Repoman-3.0.3
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 sys-block/storcli/Manifest | 1 -
16 sys-block/storcli/storcli-7.1515.ebuild | 61 ---------------------------------
17 2 files changed, 62 deletions(-)
18
19 diff --git a/sys-block/storcli/Manifest b/sys-block/storcli/Manifest
20 index fa3375d3cb5..8a98c1c53f8 100644
21 --- a/sys-block/storcli/Manifest
22 +++ b/sys-block/storcli/Manifest
23 @@ -12,4 +12,3 @@ DIST storcli-7.1211.zip 36988201 BLAKE2B 487dda0c78af60d96dc6eb8bc0c7074dd99719a
24 DIST storcli-7.1316.zip 37136466 BLAKE2B 7bca2e1b330f40e66945567ac8fad04d448993ff7ab4a4d846a0b6142fbe3988ab00775aa3897e3268e30b34cb7659e96f75d2383d3e85e4bec433edde5ba17e SHA512 049b34d44bb1140ad804f6bb6d8fb133ac9bbc4aface721051e713c7a1056acb0f894f4f4793ef9e02e48958a745d12bc5389e7e763716c780fb1c2c387e34d6
25 DIST storcli-7.1410.zip 34424559 BLAKE2B cb0b613d0ccbf6ac36d1aace9174286ffe89d0602c7bca3b2712abcdba1b82cc2498de686e815e01fa125920c94d780e2f7fa4ab2ff570dc42818f4c4f491da4 SHA512 4887d434757f15e931c3c3c57b2316fc0cf0a5284c6009601b58c9585b73f9b9c9a0318dd3c4472cd3578aa5ec12b641a371db1d726a637741f6f0b34dd1f3e7
26 DIST storcli-7.1508.zip 35678755 BLAKE2B 9fb8da35be491afaea3a288b5c4c1ed0806fa9d6831e9a6dbf14d4c00469b1ce6e9d8fe9a98ce64505580420b5c145f002338d3029794af4c54779d9f324ec56 SHA512 43565cc695e9e7a7725474ab8091ea00de8fde7fabffe708c45e4c0e8713b1fcb1a5a25963bba44974b7787bebc06a59f3b8180416fefb0a54b4fd403c6152be
27 -DIST storcli-7.1515.zip 35678755 BLAKE2B 9fb8da35be491afaea3a288b5c4c1ed0806fa9d6831e9a6dbf14d4c00469b1ce6e9d8fe9a98ce64505580420b5c145f002338d3029794af4c54779d9f324ec56 SHA512 43565cc695e9e7a7725474ab8091ea00de8fde7fabffe708c45e4c0e8713b1fcb1a5a25963bba44974b7787bebc06a59f3b8180416fefb0a54b4fd403c6152be
28
29 diff --git a/sys-block/storcli/storcli-7.1515.ebuild b/sys-block/storcli/storcli-7.1515.ebuild
30 deleted file mode 100644
31 index 85475aef40f..00000000000
32 --- a/sys-block/storcli/storcli-7.1515.ebuild
33 +++ /dev/null
34 @@ -1,61 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="7"
39 -
40 -inherit pax-utils toolchain-funcs
41 -
42 -# Upstream is still using strange version numbers
43 -MY_PV="007.1508.0000.0000"
44 -
45 -DESCRIPTION="MegaRAID StorCLI (successor of the MegaCLI)"
46 -HOMEPAGE="https://www.broadcom.com/support/download-search?dk=storcli"
47 -SRC_URI="https://docs.broadcom.com/docs-and-downloads/raid-controllers/raid-controllers-common-files/${MY_PV}_Unified_StorCLI-PUL.zip -> ${P}.zip"
48 -
49 -LICENSE="Avago LSI BSD"
50 -SLOT="0/7.15"
51 -KEYWORDS="-* amd64"
52 -IUSE=""
53 -
54 -RDEPEND=""
55 -DEPEND="app-arch/unzip"
56 -
57 -MY_STORCLI_BASEDIR="/opt/lsi/storcli"
58 -
59 -QA_PRESTRIPPED="${MY_STORCLI_BASEDIR:1}/storcli
60 - ${MY_STORCLI_BASEDIR:1}/storcli32"
61 -QA_PREBUILT=${QA_PRESTRIPPED}
62 -
63 -src_unpack() {
64 - mkdir srcfiles || die
65 - pushd srcfiles &>/dev/null || die
66 - default
67 - mv Unified_storcli_all_os/Ubuntu/storcli_*.deb "${WORKDIR}" || die "Failed to move storcli_*.deb"
68 - popd &>/dev/null || die
69 -
70 - rm -rf srcfiles || die
71 -
72 - # Unpack Ubuntu package which will be our $S content
73 - unpack "${WORKDIR}"/storcli_*.deb
74 - rm -f storcli_*.deb || die "Failed to cleanup storcli_*.deb package"
75 - unpack "${WORKDIR}"/data.tar.xz
76 -
77 - mkdir "${S}" || die "Failed to create '${S}'"
78 -}
79 -
80 -src_prepare() {
81 - default
82 -
83 - # Create clean $S
84 - mv "${WORKDIR}"/opt/Mega*/storcli/* "${S}" || die "Failed to move storcli_.deb content to '${S}'"
85 - rm -rf "${WORKDIR}"/{opt,control.tar.gz,data.tar.gz,debian-binary} || die "Failed to cleanup no longer needed files"
86 -}
87 -
88 -src_install() {
89 - exeinto "${MY_STORCLI_BASEDIR}"
90 - newexe storcli64 storcli
91 -
92 - dosym "${MY_STORCLI_BASEDIR}"/storcli /usr/sbin/storcli
93 -
94 - pax-mark m "${D}${MY_STORCLI_BASEDIR}"/storcli
95 -}