sys-apps/ipmicfg: drop 1.34.2.230224

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2024-08-04 15:51:51 +02:00
parent 4eec3d1fbd
commit e438b58856
2 changed files with 0 additions and 48 deletions

View File

@@ -1,2 +1 @@
DIST IPMICFG_1.34.2_build.230224.zip 2381414 BLAKE2B de33d12aeee5da25357a4954b970cb69b0f5446d92c75d15dfdf07c2d72c06dc2a3f0d6da3927a273ca029a8e9e76175256dfe34dec87ab1ea5f351f66417a41 SHA512 5c9447bafb054957c3ab430cae4d853acb98ca3aa112ae06439ce20fe04c4c9ff68bf596a507b65cda2020f8b8c7ed8ce1dd50c610868218d1483d6216211ee8
DIST IPMICFG_1.35.2_build.240627.zip 2109548 BLAKE2B 457a581f1dbf8240e795d30223b6948339d87c4049f946dd45349268003153ed7f7ac21708fcb9c5e75e8e25e9fc4f11cede8da7e1154014517892006bd31217 SHA512 717db881c6e63f4ca0d7193eb3fd432312865abca9e4a89ea2b3505b6a5e041d0af3c630e4b94c0eaf0de10d8523def6fa9c7af34c5b0a84ae7f832f47d08a22

View File

@@ -1,47 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_DATE="$(ver_cut 4)"
MY_PN="${PN^^}"
MY_PV="$(ver_cut 1-3)"
inherit secureboot
DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
HOMEPAGE="https://www.supermicro.com"
SRC_URI="https://www.supermicro.com/Bios/sw_download/551/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip"
S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
LICENSE="supermicro"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="uefi"
BDEPEND="app-arch/unzip"
RESTRICT="bindist mirror"
QA_PREBUILT="usr/bin/ipmicfg"
pkg_setup() {
use uefi && secureboot_pkg_setup
}
src_install() {
newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex amd64 '_64' '') ipmicfg
if use uefi; then
insinto /usr/share/ipmicfg
newins UEFI/IPMICFG.efi ipmicfg.efi
secureboot_auto_sign --in-place
fi
# Install docs
local DOCS=(
"IPMICFG_UserGuide.pdf"
"ReleaseNotes.txt"
)
einstalldocs
}