diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 22:31:04 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 23:56:35 +0100 |
commit | e5b4b5e2423ba8b63b721ef13d54e0e3498eaac3 (patch) | |
tree | cabda6f88dd86b02f07ef85f93c75b99492affdc /sys-apps | |
parent | sys-apps/ipmicfg: update EAPI 7 -> 8 (diff) | |
download | gentoo-e5b4b5e2423ba8b63b721ef13d54e0e3498eaac3.tar.gz gentoo-e5b4b5e2423ba8b63b721ef13d54e0e3498eaac3.tar.bz2 gentoo-e5b4b5e2423ba8b63b721ef13d54e0e3498eaac3.zip |
sys-apps/ipmicfg: drop 1.33.0.210528
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ipmicfg/ipmicfg-1.33.0.210528.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/sys-apps/ipmicfg/ipmicfg-1.33.0.210528.ebuild b/sys-apps/ipmicfg/ipmicfg-1.33.0.210528.ebuild deleted file mode 100644 index d3ff20d0571d..000000000000 --- a/sys-apps/ipmicfg/ipmicfg-1.33.0.210528.ebuild +++ /dev/null @@ -1,40 +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="${PN^^}" -MY_PV="$(ver_cut 1-3)" - -DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices" -HOMEPAGE="https://www.supermicro.com" -SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${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" - -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 - fi - - # Install docs - local DOCS=( - "IPMICFG_UserGuide.pdf" - "ReleaseNotes.txt" - ) - einstalldocs -} |