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 9475715808B for ; Mon, 28 Mar 2022 18:33:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 890E3E0974; Mon, 28 Mar 2022 18:33:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69E15E0974 for ; Mon, 28 Mar 2022 18:33:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 228C93413C2 for ; Mon, 28 Mar 2022 18:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 533CB290 for ; Mon, 28 Mar 2022 18:33:22 +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: <1648492374.aa9965de78f26ee4c76594cf385ac21df46156bc.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ipmicfg/Manifest sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild X-VCS-Directories: sys-apps/ipmicfg/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: aa9965de78f26ee4c76594cf385ac21df46156bc X-VCS-Branch: master Date: Mon, 28 Mar 2022 18:33:22 +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: 0c9be426-3946-4fa2-bf11-b6f29bad5101 X-Archives-Hash: c65bd4657b7f4fcf51ce8b1aef42fa41 commit: aa9965de78f26ee4c76594cf385ac21df46156bc Author: Conrad Kostecki gentoo org> AuthorDate: Mon Mar 28 18:31:59 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Mar 28 18:32:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9965de sys-apps/ipmicfg: add 1.33.2.220126 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/ipmicfg/Manifest | 1 + sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild | 40 +++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest index 7c634b24003b..0aada39c26c0 100644 --- a/sys-apps/ipmicfg/Manifest +++ b/sys-apps/ipmicfg/Manifest @@ -1 +1,2 @@ DIST IPMICFG_1.33.0_build.210528.zip 1975282 BLAKE2B e1397beffa3a2da1a224eb6c94a4107df23b5cf8066b63833fe28f40ced33a753114d685365724f43e314ce82a20ea41954401ca8808c3a7279412ef82ed463e SHA512 985395ce3604f33f6ad90aab07bb2cbad34c444e08f53c093acf9566c9083962286c2ab2cb2137352adf643cd9abe102b2f017c656b0da27e2dfbe025cf55e18 +DIST IPMICFG_1.33.2_build.220126.zip 2001713 BLAKE2B 12535eb2f0564a7f019e11267b19340daefa279e6f2005cc9360fe06130e30b9fee8cc03b79d2de25e1429e9eedb995026400cec6a8d3b0b66693fb35daa6c6e SHA512 352db617d772c28d77056b4571dd28eefb58795a79ed8032e34306dcb34a72177e22c70984c75e708fcb286b7377757a3d7400270a04dcf70c1e27534bbd38ce diff --git a/sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild b/sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild new file mode 100644 index 000000000000..24e4375c565c --- /dev/null +++ b/sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild @@ -0,0 +1,40 @@ +# 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="${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 +}