sys-apps/smc-sum: drop 2.13.0.20230825

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2024-03-18 20:06:02 +01:00
parent 27a7730795
commit c01fe4ea1b
2 changed files with 0 additions and 69 deletions

View File

@@ -1,2 +1 @@
DIST sum_2.13.0_Linux_x86_64_20230825.tar.gz 19925759 BLAKE2B ca0c0de3f8cc600b2d457f798e2d24310ec0eb52ecbc8976260dc5f84475a012bf66ec8b6a353a1477db558af82603b6ed2d0ce1bc31d3e70f98158fc52c2c19 SHA512 c05055e217d3d80a6b09a28c106e5c96640719db21617886571b1f6e527aef22cae1ddceabc09b5e9c10ef26e4fc48cad7a238457d4b503947e2f967c577d163
DIST sum_2.14.0_Linux_x86_64_20240215.tar.gz 21137186 BLAKE2B af6ebcefd73cdf6f71bd3ea17e631845c8d873939517520ba3f7b66811011d4101907b808832f63baa442dd219da78fe6d4bb658ea8a72da2e949a717412179d SHA512 6e29bbc06cdd7369362608fc56271c72422e0a69d061c3058153fe1fcc642d643639dc8ce9d3773abf53ab4df8d409f55c00d8fd5b5096d63585e0210a2e741a

View File

@@ -1,68 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MODULES_OPTIONAL_IUSE="+module"
inherit linux-mod-r1
MY_DATE="$(ver_cut 4)"
MY_PN="${PN/smc-/}"
MY_PV="$(ver_cut 1-3)"
DESCRIPTION="Updates the BIOS and IPMI firmware and system settings on Supermicro mainboards"
HOMEPAGE="https://www.supermicro.com"
SRC_URI="https://www.supermicro.com/Bios/sw_download/633/${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz"
S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
LICENSE="supermicro"
SLOT="0"
KEYWORDS="-* ~amd64"
IUSE="module"
RDEPEND="
sys-libs/zlib
sys-power/iasl
"
RESTRICT="bindist mirror"
DOCS=(
"PlatformFeatureSupportMatrix.pdf"
"ReleaseNote.txt"
"SUM_UserGuide.pdf"
"sumrc.sample"
"ExternalData/SMCIPID.txt"
"ExternalData/VENID.txt"
)
PATCHES=(
"${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch"
"${FILESDIR}/${PN}-2.13.0.20230825-kernel-6.4.patch"
)
QA_PREBUILT="usr/bin/smc-sum"
src_prepare() {
default
# Install new Makefile to respect users CFLAGS and LDFLAGS
cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
linux-mod-r1_pkg_setup
}
src_compile() {
local modargs=( KDIR="${KV_OUT_DIR}" )
local modlist=( sum_bios="misc:driver/Source/Linux" )
linux-mod-r1_src_compile
}
src_install() {
newbin sum smc-sum
einstalldocs
linux-mod-r1_src_install
}