public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tony Vroon" <chainsaw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
Date: Wed, 11 Jul 2018 11:22:54 +0000 (UTC)	[thread overview]
Message-ID: <1531308164.c8549f50db01346ab83461cbd287db36d9b7ce07.chainsaw@gentoo> (raw)

commit:     c8549f50db01346ab83461cbd287db36d9b7ce07
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Wed Jul 11 08:37:42 2018 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 11:22:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8549f50

sys-apps/smc-sum: New package

Closes: https://bugs.gentoo.org/651558
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-apps/smc-sum/Manifest                      |  1 +
 sys-apps/smc-sum/metadata.xml                  | 23 ++++++++++++++
 sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild | 42 ++++++++++++++++++++++++++
 3 files changed, 66 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
new file mode 100644
index 00000000000..56af70c1f61
--- /dev/null
+++ b/sys-apps/smc-sum/Manifest
@@ -0,0 +1 @@
+DIST sum_2.0.1_Linux_x86_64_20180420.tar.gz 6150348 BLAKE2B 1aa520ac18f97bfe16b9160c632cf09bc2021d47789712dec5ea9c9789022cfc8a24f15b1cebd0bdfde65af639a97b2de1474ea0af07c9bf569a56d02e1e8e56 SHA512 61a46b7bc745267fb2f224151fa29b965a56d163ec0e30d46ebdc925b3fab036903f9364cf83428f3e17c6e57db93be48a1ec2a5e7ab6599588d7430af1af628

diff --git a/sys-apps/smc-sum/metadata.xml b/sys-apps/smc-sum/metadata.xml
new file mode 100644
index 00000000000..f51d8926c17
--- /dev/null
+++ b/sys-apps/smc-sum/metadata.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>ck+gentoo@bl4ckb0x.de</email>
+		<name>Conrad Kostecki</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription>
+		Supermicro Update Manager (SUM) can be used to manage the firmware and configuration
+		for Supermicro X9 (Romley), X10, B10, X11, B11, H11 generation motherboards.
+		SUM is a command line interface utility that can execute parallel commands
+		from a centralized management server. Two channels are possible for management:
+		the OOB (Out-Of-Band) channel, i.e. communication through the BMC/IPMI interface,
+		and the in-band channel, i.e. communication through the local system interfaces.
+		Through the OOB channel, most management commands can be executed independently
+		of the OS on the managed system and even before the system OS is installed.
+		Licensing: SFT-OOB-LIC or SFT-DCMS-Single required for each monitor node.
+	</longdescription>
+</pkgmetadata>

diff --git a/sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild b/sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild
new file mode 100644
index 00000000000..cdbd078eb84
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eapi7-ver
+
+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"
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="supermicro"
+SLOT="0"
+
+RDEPEND="sys-apps/smc-sum-driver"
+
+RESTRICT="bindist fetch mirror strip"
+
+S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
+
+DOCS=( "ReleaseNote.txt" "SUM_UserGuide.pdf" "ExternalData/SMCIPID.txt" "ExternalData/VENID.txt" )
+
+QA_PREBUILT="usr/bin/smc-sum"
+
+pkg_nofetch() {
+	elog "Please download ${A} from"
+	elog "sftp://dataharbor.supermicro.com"
+	elog "Username: dpguest\$ts"
+	elog "Password: supermicro!@#"
+	elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+	newbin sum smc-sum
+
+	einstalldocs
+}


             reply	other threads:[~2018-07-11 11:22 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-11 11:22 Tony Vroon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-31 22:12 [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/ Patrice Clement
2018-08-31 22:12 Patrice Clement
2018-10-19  7:54 Michał Górny
2018-12-01 22:48 Patrice Clement
2019-03-10 22:38 Patrice Clement
2019-03-10 22:38 Patrice Clement
2019-08-10  6:56 Joonas Niilola
2019-08-10  6:56 Joonas Niilola
2019-10-06 12:45 Thomas Deutschmann
2019-10-06 12:45 Thomas Deutschmann
2019-12-02 23:22 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2020-02-04 18:09 Conrad Kostecki
2020-10-09 16:03 Conrad Kostecki
2020-10-09 16:03 Conrad Kostecki
2021-01-09 14:29 Conrad Kostecki
2021-01-09 14:29 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2022-02-11 17:22 Conrad Kostecki
2022-02-11 17:22 Conrad Kostecki
2022-04-13 13:34 Conrad Kostecki
2022-04-13 13:34 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-11-02 20:43 Conrad Kostecki
2023-03-12 19:00 Conrad Kostecki
2023-03-12 19:00 Conrad Kostecki
2023-06-02 11:16 Conrad Kostecki
2023-06-05 11:05 Conrad Kostecki
2023-07-15 21:14 Conrad Kostecki
2023-07-15 21:14 Conrad Kostecki
2024-03-18 19:06 Conrad Kostecki
2024-03-18 19:06 Conrad Kostecki

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=1531308164.c8549f50db01346ab83461cbd287db36d9b7ce07.chainsaw@gentoo \
    --to=chainsaw@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