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 4B17115801B for ; Sat, 15 Jul 2023 21:14:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B19FE08A8; Sat, 15 Jul 2023 21:14:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6EABDE08A8 for ; Sat, 15 Jul 2023 21:14:11 +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 7A641340CCE for ; Sat, 15 Jul 2023 21:14:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3EAAAFF for ; Sat, 15 Jul 2023 21:14:07 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1689455639.09934773ad75b5ac0a30fe038d5348d9e3cf1d90.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/superdiag/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/superdiag/Manifest sys-apps/superdiag/superdiag-1.6.0.20211224.ebuild X-VCS-Directories: sys-apps/superdiag/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 09934773ad75b5ac0a30fe038d5348d9e3cf1d90 X-VCS-Branch: master Date: Sat, 15 Jul 2023 21:14:07 +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: 3648137e-e615-4911-bf44-03b6a85a50cd X-Archives-Hash: 0391fcbef47292321d8ee95260c56607 commit: 09934773ad75b5ac0a30fe038d5348d9e3cf1d90 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jul 15 20:58:38 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jul 15 21:13:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09934773 sys-apps/superdiag: drop 1.6.0.20211224 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/superdiag/Manifest | 1 - sys-apps/superdiag/superdiag-1.6.0.20211224.ebuild | 68 ---------------------- 2 files changed, 69 deletions(-) diff --git a/sys-apps/superdiag/Manifest b/sys-apps/superdiag/Manifest index 7811be8a7218..3c54474ddd31 100644 --- a/sys-apps/superdiag/Manifest +++ b/sys-apps/superdiag/Manifest @@ -1,2 +1 @@ -DIST SuperDiag_1.6.0_20211224.zip 4669254 BLAKE2B b1b8c55d897bdcba219707a7bf76c802637215754291a78582c4d36441c375386b059ddbb8f27e7ad2cc0c86d9b68fdbea950120c8feed9e63c87a85f5d15181 SHA512 5559d3854d6a3f7ae6426a271b6bc8716ff9cf41c39f32fe23ee3cd2166946b778fe61b1f5ae8838efb2104b427423fa5b2a57c8734147478853290712ddea00 DIST SuperDiag_1.8.0_20230310.zip 6194537 BLAKE2B 8bc24c90061dd7daa28498867ebc7f88efbead87aa610f32d5e6aeabf28b58bc9b2545030f30302f28cc255c50d0c25ec782d58d7df9d1d5616f050675df16c3 SHA512 d7226db83a08d8a5366e722c94f10492021db08a36695b0bd085acb1b48eeb4461b0a007d017d0d5755aeb016b597abfce5b6f83067b85852aea0f25fd02cd72 diff --git a/sys-apps/superdiag/superdiag-1.6.0.20211224.ebuild b/sys-apps/superdiag/superdiag-1.6.0.20211224.ebuild deleted file mode 100644 index 9d2a52f338f6..000000000000 --- a/sys-apps/superdiag/superdiag-1.6.0.20211224.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_DATE="$(ver_cut 4)" -MY_PN="SuperDiag" -MY_PV="$(ver_cut 1-3)" - -DESCRIPTION="Provides the capability to determine the health of Supermicro servers components" -HOMEPAGE="https://www.supermicro.com" -SRC_URI="${MY_PN}_${MY_PV}_${MY_DATE}.zip" -S="${WORKDIR}" - -KEYWORDS="-* ~amd64 ~x86" -LICENSE="supermicro" -SLOT="0" -IUSE="iso usb" - -BDEPEND="app-arch/unzip" - -RESTRICT="bindist fetch mirror" - -pkg_nofetch() { - elog "Please download ${A} from" - elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0&cat=SDO" - elog "and place it in your DISTDIR directory." -} - -src_unpack() { - unpack ${A} - - if use iso; then - unzip Diagnose_Remotely/ISOFor${MY_PN}_${MY_PV}.zip -d iso || die - fi - - if use usb; then - unzip Diagnose_Remotely/USBFor${MY_PN}_${MY_PV}.zip -d usb || die - fi -} - -src_install() { - insinto /usr/share/superdiag - doins startup.nsh ${MY_PN}.efi EFI/Boot/BootX64.efi - - local DOCS=( - "Supermicro Super Diagnostics Offline readme.txt" - "Supermicro Super Diagnostics Offline User Guide V${MY_PV}.pdf" - ) - dodoc "${DOCS[@]}" - - if use iso; then - insinto /usr/share/superdiag/ISO - doins iso/${MY_PN}_${MY_PV}.iso - - newdoc iso/Readme.txt Readme.ISO.txt - fi - - if use usb; then - insinto /usr/share/superdiag/USB - doins usb/startup.nsh - - dosym ../BootX64.efi /usr/share/superdiag/USB/BootX64.efi - dosym ../${MY_PN}.efi /usr/share/superdiag/USB/${MY_PN}.efi - - newdoc usb/Readme.txt Readme.USB.txt - fi -}