From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- sys-apps/superdiag/Manifest | 4 +- sys-apps/superdiag/superdiag-1.5.0.20210507.ebuild | 69 ---------------------- sys-apps/superdiag/superdiag-1.6.0.20211224.ebuild | 68 +++++++++++++++++++++ 3 files changed, 70 insertions(+), 71 deletions(-) delete mode 100644 sys-apps/superdiag/superdiag-1.5.0.20210507.ebuild create mode 100644 sys-apps/superdiag/superdiag-1.6.0.20211224.ebuild (limited to 'sys-apps/superdiag') diff --git a/sys-apps/superdiag/Manifest b/sys-apps/superdiag/Manifest index 7015871f0b1c..8425cc0ae9b7 100644 --- a/sys-apps/superdiag/Manifest +++ b/sys-apps/superdiag/Manifest @@ -1,3 +1,3 @@ -DIST SuperDiag_1.5.0_20210507.zip 5039420 BLAKE2B bd249b7c2517857ce9079e3691cb31b3982dd097f11eb09288caff660d7f5e4a779519081cd27f89137d8173ad5419189122bc42bba5374f81f20c86f9e3e106 SHA512 ed457da1204b8670163f1186618b672cf088426461a1fb56c1bd618268e4f4420cd94bf05b62b3d6964499100583fe8ce72ced3ff8bafde3ac7db5c3ca0842e1 -EBUILD superdiag-1.5.0.20210507.ebuild 1523 BLAKE2B 60955320e47a5a0e5083b13c1ab6e2a69ac9d4e381bcbc844a851432d46318595ec0bff3f8dac3b5b8bbb81f630972932a8e57d84d6766830f14ac98b022eb66 SHA512 bfeee1d19b0e3a26cefa5b4de489637b0f4d83b69c2d3f8c0731d1a2b3522b2652d7105261099d42ab061a59e11637f4cba51149f523bf18e5e0158469406c5c +DIST SuperDiag_1.6.0_20211224.zip 4669254 BLAKE2B b1b8c55d897bdcba219707a7bf76c802637215754291a78582c4d36441c375386b059ddbb8f27e7ad2cc0c86d9b68fdbea950120c8feed9e63c87a85f5d15181 SHA512 5559d3854d6a3f7ae6426a271b6bc8716ff9cf41c39f32fe23ee3cd2166946b778fe61b1f5ae8838efb2104b427423fa5b2a57c8734147478853290712ddea00 +EBUILD superdiag-1.6.0.20211224.ebuild 1522 BLAKE2B f0ef1bcaa9b86ce3b1195dd884b82c28464283eda897aa244b7e93dd53a47575cbbf25da919fc119fe3ea5b04140fddb701917d8d59f361b8d3d055f61590472 SHA512 3450a1434ea6a357bd3f509c422c0eed274c9c219cdacf55fd4f196dc47737860624c8fb18000b3409aa15e5b25bd7c8f587d879cf0c77ca85e4390874d072bf MISC metadata.xml 911 BLAKE2B f2140b047490fdecbaac04e5accf1a957110bcd6b3c7477f4f38d67d596657485facca5815aa7bb4f1e0253e57b2cec861f51fe25a952e1607d3344505b74843 SHA512 c82e0c440b228f484f862301407a4973e5dd0cb6c127db1b4c3bb198e29ac8f238f57d8772923669a89d415a9e179016eb6635573a29c8cc892965ed9c3d1cc3 diff --git a/sys-apps/superdiag/superdiag-1.5.0.20210507.ebuild b/sys-apps/superdiag/superdiag-1.5.0.20210507.ebuild deleted file mode 100644 index cea0aa94f07e..000000000000 --- a/sys-apps/superdiag/superdiag-1.5.0.20210507.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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" - -KEYWORDS="-* ~amd64 ~x86" -LICENSE="supermicro" -SLOT="0" -IUSE="iso usb" - -BDEPEND="app-arch/unzip" - -RESTRICT="bindist fetch mirror" - -S="${WORKDIR}" - -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 -} diff --git a/sys-apps/superdiag/superdiag-1.6.0.20211224.ebuild b/sys-apps/superdiag/superdiag-1.6.0.20211224.ebuild new file mode 100644 index 000000000000..9d2a52f338f6 --- /dev/null +++ b/sys-apps/superdiag/superdiag-1.6.0.20211224.ebuild @@ -0,0 +1,68 @@ +# 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 +} -- cgit v1.2.3