summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-07-15 09:14:19 +0200
committerDavid Seifert <soap@gentoo.org>2023-07-15 09:14:19 +0200
commit20eb7c3e61d7ac6430e8b88b2ed3cb610969a332 (patch)
treed755b1761162fd9cf0966bf26a9f24103d17f968 /sys-block/perccli
parentsys-block/sas3flash: indent metadata.xml properly (diff)
downloadgentoo-20eb7c3e61d7ac6430e8b88b2ed3cb610969a332.tar.gz
gentoo-20eb7c3e61d7ac6430e8b88b2ed3cb610969a332.tar.bz2
gentoo-20eb7c3e61d7ac6430e8b88b2ed3cb610969a332.zip
sys-block/perccli: drop 7.5.007.0529
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-block/perccli')
-rw-r--r--sys-block/perccli/perccli-7.5.007.0529.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/sys-block/perccli/perccli-7.5.007.0529.ebuild b/sys-block/perccli/perccli-7.5.007.0529.ebuild
deleted file mode 100644
index 78027af98eff..000000000000
--- a/sys-block/perccli/perccli-7.5.007.0529.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit mount-boot rpm
-
-DESCRIPTION="LINUX PERCCLI Utility For All Dell HBA/PERC Controllers"
-HOMEPAGE="https://www.dell.com/support/home/us/en/19/drivers/driversdetails?driverId=NF8G9"
-LICENSE="Avago BSD"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="doc efi"
-RESTRICT="strip"
-DEPEND=""
-RDEPEND=""
-QA_PREBUILT="opt/MegaRAID/perccli/perccli* boot/efi/perccli.efi"
-
-DISTFILE_DOC=dell-sas-hba-12gbps_reference-guide_en-us.pdf
-
-SRC_URI="https://downloads.dell.com/FOLDER05235308M/1/perccli_linux_NF8G9_A07_7.529.00.tar.gz
- doc? ( https://topics-cdn.dell.com/pdf/${DISTFILE_DOC} )"
-
-S="${WORKDIR}"/perccli_7.5-007.0529_linux
-
-src_unpack() {
- default
- cd "${S}"
- rpm_unpack ./Linux/perccli-*.rpm
-}
-
-src_install() {
- exeinto /opt/MegaRAID/perccli/
- use amd64 && doexe opt/MegaRAID/perccli/perccli64 && \
- dosym perccli64 /opt/MegaRAID/perccli/perccli
- use x86 && doexe opt/MegaRAID/perccli/perccli
- dosym ../MegaRAID/perccli/perccli /opt/bin/perccli
- if use efi; then
- exeinto /boot/efi/
- doexe EFI/perccli.efi
- fi
- use doc && dodoc "${DISTDIR}"/${DISTFILE_DOC}
-}