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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85E9615800A for ; Sat, 15 Jul 2023 07:14:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1448E08A5; Sat, 15 Jul 2023 07:14:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8DAB9E08A5 for ; Sat, 15 Jul 2023 07:14:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A20F03406DD for ; Sat, 15 Jul 2023 07:14:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B0CEAFA for ; Sat, 15 Jul 2023 07:14:33 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1689405259.20eb7c3e61d7ac6430e8b88b2ed3cb610969a332.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/perccli/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/perccli/perccli-7.5.007.0529.ebuild X-VCS-Directories: sys-block/perccli/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 20eb7c3e61d7ac6430e8b88b2ed3cb610969a332 X-VCS-Branch: master Date: Sat, 15 Jul 2023 07:14:33 +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: 95bda35c-4135-4c97-95b7-40a7c110bdb1 X-Archives-Hash: 4cbcc0feb097806af1caae9da56c5318 commit: 20eb7c3e61d7ac6430e8b88b2ed3cb610969a332 Author: David Seifert gentoo org> AuthorDate: Sat Jul 15 07:14:19 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 15 07:14:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20eb7c3e sys-block/perccli: drop 7.5.007.0529 Signed-off-by: David Seifert gentoo.org> sys-block/perccli/perccli-7.5.007.0529.ebuild | 42 --------------------------- 1 file changed, 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} -}