From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/
Date: Sun, 9 Aug 2020 15:53:02 +0000 (UTC) [thread overview]
Message-ID: <1596988363.26898f4ef76fb1a13d548f0e46ebb4e8fd2809ca.conikost@gentoo> (raw)
commit: 26898f4ef76fb1a13d548f0e46ebb4e8fd2809ca
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 9 15:25:04 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Aug 9 15:52:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26898f4e
sys-apps/ipmicfg: bump to version 1.31.1
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-apps/ipmicfg/Manifest | 1 +
sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild | 47 +++++++++++++++++++++++++++
sys-apps/ipmicfg/metadata.xml | 3 ++
3 files changed, 51 insertions(+)
diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index d38b1b46aaf..b9f114609c5 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
DIST IPMICFG_1.31.0_build.200205.zip 1972548 BLAKE2B e6d16907bad2c85618087f770621bf8335bbe38eb5b1a2466ee5b998ab13613aa96dd44e395a05e5b183597d4e5d5f775685bc810cd7d904f57eccecc8474ba1 SHA512 c46414b3504fe357f3b7df0f0c5f8cd4ada5ffa0541a1e49f282a187b8257d6c278cda099cce034eb9a25ad47bfd531255ec88ef6e2495a80f281888374441eb
+DIST IPMICFG_1.31.1_build.200623.zip 1755988 BLAKE2B d9f851d9f9aa2edd51427e4b03bc09e62cc848079507995aefc9c115fe72b6727747e1739a71a56f7909c67d66150d32d89d7163130b9e23c9bd8f9f07b24d70 SHA512 b138d05ad8d2441be6ee3aa97975a998c5d0863e4b8d46d7841693aaeddece058940327fe57a6407df22204ee838325a19b90caec247f7fe8231cb0ab4058474
diff --git a/sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild b/sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild
new file mode 100644
index 00000000000..15d16ef5e36
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 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="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="uefi"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist fetch mirror"
+
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+QA_PREBUILT="usr/bin/ipmicfg"
+
+pkg_nofetch() {
+ elog "Please download ${A} from"
+ elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0&cat=IPMI"
+ elog "and place it in your DISTDIR directory."
+}
+
+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
+}
diff --git a/sys-apps/ipmicfg/metadata.xml b/sys-apps/ipmicfg/metadata.xml
index 3e3880cf105..1da025bfee6 100644
--- a/sys-apps/ipmicfg/metadata.xml
+++ b/sys-apps/ipmicfg/metadata.xml
@@ -5,4 +5,7 @@
<email>conikost@gentoo.org</email>
<name>Conrad Kostecki</name>
</maintainer>
+ <use>
+ <flag name="uefi">Install compatible UEFI file for boot.</flag>
+ </use>
</pkgmetadata>
next reply other threads:[~2020-08-09 15:53 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-09 15:53 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-04 14:03 [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/ Conrad Kostecki
2024-08-04 14:03 Conrad Kostecki
2023-08-17 7:49 Andrew Ammerlaan
2023-07-15 21:14 Conrad Kostecki
2023-07-15 21:14 Conrad Kostecki
2022-10-02 14:56 Conrad Kostecki
2022-10-02 14:56 Conrad Kostecki
2022-03-28 18:33 Conrad Kostecki
2022-03-28 18:33 Conrad Kostecki
2021-08-28 11:43 Conrad Kostecki
2021-08-28 11:43 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2020-12-27 11:38 Conrad Kostecki
2020-12-27 11:38 Conrad Kostecki
2020-10-23 15:45 Conrad Kostecki
2020-10-09 13:37 Conrad Kostecki
2020-10-09 13:36 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki
2019-10-06 12:45 Thomas Deutschmann
2019-10-06 12:45 Thomas Deutschmann
2018-12-16 19:30 Andreas Sturmlechner
2018-12-16 19:30 Andreas Sturmlechner
2018-06-22 23:30 Georgy Yakovlev
2018-06-22 23:30 Georgy Yakovlev
2018-03-25 8:09 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1596988363.26898f4ef76fb1a13d548f0e46ebb4e8fd2809ca.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox