commit: 73b34b917afda7cf2eea1644cb70f1fa2a64d0ac
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 4 18:04:33 2020 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Feb 4 18:04:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b34b91
sys-apps/smc-sum: bump to version 2.4.0.20191206
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-apps/smc-sum/Manifest | 1 +
sys-apps/smc-sum/smc-sum-2.4.0.20191206.ebuild | 39 ++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index fd4fdf6fb99..7883ea6e8b2 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
DIST sum_2.3.0_Linux_x86_64_20190808.tar.gz 8783572 BLAKE2B
92abe3cd246573c107aad5ce76334d5d53d4e5067f6c74c70b8c078910047a6d5254427de89b649b9fdc75832d43fca319a16f4143a486966beb9074b90cb3fc
SHA512
83d8e619cd9ad838b681dbee294d6c19741add0994678778c2e7519ed354e447799a5b12676bd9f3ba0ecd8976258b4a11fe4e2e988276ac1aa0353020201ef2
+DIST sum_2.4.0_Linux_x86_64_20191206.tar.gz 9732263 BLAKE2B
4c0c25ab5d3a8b533487287676efe38df164ab80327016172da76539081b90bb4a1de5a043609f35800a82651335f862ea08aeaa867270a7e21b309372facc81
SHA512
7b320590391434518e74491dbe093689c4dcee2763d361203be2d468fcfb20e508fba489291d4bd08fd97d93d72309def1737c69a34a9dcfefb06cb4b45806b5
diff --git a/sys-apps/smc-sum/smc-sum-2.4.0.20191206.ebuild
b/sys-apps/smc-sum/smc-sum-2.4.0.20191206.ebuild
new file mode 100644
index 00000000000..07ffd44db9d
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.4.0.20191206.ebuild
@@ -0,0 +1,39 @@
+# 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/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="${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="module"
+
+RDEPEND="module? ( sys-apps/smc-sum-driver )"
+
+RESTRICT="bindist fetch mirror"
+
+S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
+
+DOCS=( "ReleaseNote.txt" "SUM_UserGuide.pdf" "sumrc.sample"
"ExternalData/SMCIPID.txt" "ExternalData/VENID.txt" )
+
+QA_PREBUILT="usr/bin/smc-sum"
+
+pkg_nofetch() {
+ elog "Please download ${A} from"
+ elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0&cat=SUM"
+ elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+ newbin sum smc-sum
+
+ einstalldocs
+}