public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2018-07-11 11:22 Tony Vroon
  0 siblings, 0 replies; 34+ messages in thread
From: Tony Vroon @ 2018-07-11 11:22 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2018-08-31 22:12 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2018-08-31 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     839982df603c11f36430decfdafdab032094f0e9
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Aug 25 15:18:45 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 22:12:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=839982df

sys-apps/smc-sum: update fetch instructions.

Bug: https://bugs.gentoo.org/663666
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Closes: https://github.com/gentoo/gentoo/pull/9696

 sys-apps/smc-sum/smc-sum-2.0.1.20180420-r1.ebuild | 38 +++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/sys-apps/smc-sum/smc-sum-2.0.1.20180420-r1.ebuild b/sys-apps/smc-sum/smc-sum-2.0.1.20180420-r1.ebuild
new file mode 100644
index 00000000000..423244a7d81
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.0.1.20180420-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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"
+
+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 "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
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2018-08-31 22:12 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2018-08-31 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     6203c8ed79b7e54fc301f5e0240b4acd8df7888f
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Aug 25 15:20:20 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Aug 31 22:12:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6203c8ed

sys-apps/smc-sum: drop old version.

Bug: https://bugs.gentoo.org/663666
Package-Manager: Portage-2.3.48, Repoman-2.3.10

 sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild | 42 --------------------------
 1 file changed, 42 deletions(-)

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
deleted file mode 100644
index cdbd078eb84..00000000000
--- a/sys-apps/smc-sum/smc-sum-2.0.1.20180420.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2018-10-19  7:54 Michał Górny
  0 siblings, 0 replies; 34+ messages in thread
From: Michał Górny @ 2018-10-19  7:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7228902d475ea8628ae849adfc7d154699d53d08
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Oct 14 13:28:18 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 07:54:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7228902d

sys-apps/smc-sum: bump to version 2.1.0.20180903

Closes: https://bugs.gentoo.org/668608
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10143
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 +
 sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild | 38 ++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 56af70c1f61..02cdb262b0a 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
 DIST sum_2.0.1_Linux_x86_64_20180420.tar.gz 6150348 BLAKE2B 1aa520ac18f97bfe16b9160c632cf09bc2021d47789712dec5ea9c9789022cfc8a24f15b1cebd0bdfde65af639a97b2de1474ea0af07c9bf569a56d02e1e8e56 SHA512 61a46b7bc745267fb2f224151fa29b965a56d163ec0e30d46ebdc925b3fab036903f9364cf83428f3e17c6e57db93be48a1ec2a5e7ab6599588d7430af1af628
+DIST sum_2.1.0_Linux_x86_64_20180903.tar.gz 6958388 BLAKE2B 5252408762912ab73c48b2167fd76cac719f909268132d959a86963c209787d2578cae89ff778823cea51049b618124ccc83a4d0cca461a814385516dc1298b8 SHA512 78665600083c12aa45cfb4176cb6b52a02291933bd4b771c2dee5519fdc00dcbf3a09cbb11ab9eb7471b99729640c322a156ece71398d859259af5720ab99bbb

diff --git a/sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild b/sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild
new file mode 100644
index 00000000000..878ee9ea607
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 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"
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="supermicro"
+SLOT="0"
+
+RDEPEND="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
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2018-12-01 22:48 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2018-12-01 22:48 UTC (permalink / raw
  To: gentoo-commits

commit:     7ff03b303c39916f520d360a5b37ff3acc82064c
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Fri Nov 30 23:36:59 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 22:48:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff03b30

sys-apps/smc-sum: drop old version.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/10530
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                         |  1 -
 sys-apps/smc-sum/smc-sum-2.0.1.20180420-r1.ebuild | 38 -----------------------
 2 files changed, 39 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 02cdb262b0a..1782a146348 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-DIST sum_2.0.1_Linux_x86_64_20180420.tar.gz 6150348 BLAKE2B 1aa520ac18f97bfe16b9160c632cf09bc2021d47789712dec5ea9c9789022cfc8a24f15b1cebd0bdfde65af639a97b2de1474ea0af07c9bf569a56d02e1e8e56 SHA512 61a46b7bc745267fb2f224151fa29b965a56d163ec0e30d46ebdc925b3fab036903f9364cf83428f3e17c6e57db93be48a1ec2a5e7ab6599588d7430af1af628
 DIST sum_2.1.0_Linux_x86_64_20180903.tar.gz 6958388 BLAKE2B 5252408762912ab73c48b2167fd76cac719f909268132d959a86963c209787d2578cae89ff778823cea51049b618124ccc83a4d0cca461a814385516dc1298b8 SHA512 78665600083c12aa45cfb4176cb6b52a02291933bd4b771c2dee5519fdc00dcbf3a09cbb11ab9eb7471b99729640c322a156ece71398d859259af5720ab99bbb

diff --git a/sys-apps/smc-sum/smc-sum-2.0.1.20180420-r1.ebuild b/sys-apps/smc-sum/smc-sum-2.0.1.20180420-r1.ebuild
deleted file mode 100644
index 423244a7d81..00000000000
--- a/sys-apps/smc-sum/smc-sum-2.0.1.20180420-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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"
-
-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 "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
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2019-03-10 22:38 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2019-03-10 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e40d75a77bb07d4ebafda4c966efe50e2d1901b2
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Mar  9 22:09:51 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 22:35:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40d75a7

sys-apps/smc-sum: bump to version 2.2.0.20190220.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11323
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 +
 sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild | 38 ++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 1782a146348..bb80ebd6374 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
 DIST sum_2.1.0_Linux_x86_64_20180903.tar.gz 6958388 BLAKE2B 5252408762912ab73c48b2167fd76cac719f909268132d959a86963c209787d2578cae89ff778823cea51049b618124ccc83a4d0cca461a814385516dc1298b8 SHA512 78665600083c12aa45cfb4176cb6b52a02291933bd4b771c2dee5519fdc00dcbf3a09cbb11ab9eb7471b99729640c322a156ece71398d859259af5720ab99bbb
+DIST sum_2.2.0_Linux_x86_64_20190220.tar.gz 8353887 BLAKE2B 47c7a4fbd1fdba065c03cd9172283d5594ac0fc8d5443a7c0d144861899172f38e8a4023a037499baaa5c3accccfc2b45dd356e494ba0dc6ea77bf2e4acccd92 SHA512 f96acd97492d3299781fdc98fa318e8c5b1d02bcf48fe2400006f3231080691a641f0655af057c46dfec71aafd6b589b76f63e90bd936e5a5a48b94788391608

diff --git a/sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild b/sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild
new file mode 100644
index 00000000000..d72c9760f77
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 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 ~x86"
+
+RDEPEND="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
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2019-03-10 22:38 Patrice Clement
  0 siblings, 0 replies; 34+ messages in thread
From: Patrice Clement @ 2019-03-10 22:38 UTC (permalink / raw
  To: gentoo-commits

commit:     316e239259a24abb2c71d7ecd017875125844b46
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Mar  9 22:11:02 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 22:35:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=316e2392

sys-apps/smc-sum: drop old version.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 -
 sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild | 38 --------------------------
 2 files changed, 39 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index bb80ebd6374..78be620f98e 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-DIST sum_2.1.0_Linux_x86_64_20180903.tar.gz 6958388 BLAKE2B 5252408762912ab73c48b2167fd76cac719f909268132d959a86963c209787d2578cae89ff778823cea51049b618124ccc83a4d0cca461a814385516dc1298b8 SHA512 78665600083c12aa45cfb4176cb6b52a02291933bd4b771c2dee5519fdc00dcbf3a09cbb11ab9eb7471b99729640c322a156ece71398d859259af5720ab99bbb
 DIST sum_2.2.0_Linux_x86_64_20190220.tar.gz 8353887 BLAKE2B 47c7a4fbd1fdba065c03cd9172283d5594ac0fc8d5443a7c0d144861899172f38e8a4023a037499baaa5c3accccfc2b45dd356e494ba0dc6ea77bf2e4acccd92 SHA512 f96acd97492d3299781fdc98fa318e8c5b1d02bcf48fe2400006f3231080691a641f0655af057c46dfec71aafd6b589b76f63e90bd936e5a5a48b94788391608

diff --git a/sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild b/sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild
deleted file mode 100644
index 878ee9ea607..00000000000
--- a/sys-apps/smc-sum/smc-sum-2.1.0.20180903.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 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"
-
-KEYWORDS="-* ~amd64 ~x86"
-LICENSE="supermicro"
-SLOT="0"
-
-RDEPEND="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
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2019-08-10  6:56 Joonas Niilola
  0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2019-08-10  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     944b106d29eaa7801f55232c12626250372c4505
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Thu Aug  1 18:22:32 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 06:56:43 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944b106d

sys-apps/smc-sum: drop old version

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12504
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild | 38 --------------------------
 1 file changed, 38 deletions(-)

diff --git a/sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild b/sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild
deleted file mode 100644
index d72c9760f77..00000000000
--- a/sys-apps/smc-sum/smc-sum-2.2.0.20190220.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 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 ~x86"
-
-RDEPEND="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
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2019-08-10  6:56 Joonas Niilola
  0 siblings, 0 replies; 34+ messages in thread
From: Joonas Niilola @ 2019-08-10  6:56 UTC (permalink / raw
  To: gentoo-commits

commit:     8c8ab49d518512a5636b4688afc11dbe8ceb639e
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sun Jul 21 20:14:06 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 06:56:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c8ab49d

sys-apps/smc-sum: make sys-apps/smc-sum-driver optional

Since sys-apps/smc-sum can be also used remote,
make the installation of the kernel module optional.

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-apps/smc-sum/metadata.xml                     |  3 ++
 sys-apps/smc-sum/smc-sum-2.2.0.20190220-r1.ebuild | 39 +++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/sys-apps/smc-sum/metadata.xml b/sys-apps/smc-sum/metadata.xml
index f51d8926c17..f8c11efe2d3 100644
--- a/sys-apps/smc-sum/metadata.xml
+++ b/sys-apps/smc-sum/metadata.xml
@@ -20,4 +20,7 @@
 		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>
+	<use>
+		<flag name="module">Install Supermicro's kernel module.</flag>
+	</use>
 </pkgmetadata>

diff --git a/sys-apps/smc-sum/smc-sum-2.2.0.20190220-r1.ebuild b/sys-apps/smc-sum/smc-sum-2.2.0.20190220-r1.ebuild
new file mode 100644
index 00000000000..aa3d81c05b4
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.2.0.20190220-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 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
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2019-10-06 12:45 Thomas Deutschmann
  0 siblings, 0 replies; 34+ messages in thread
From: Thomas Deutschmann @ 2019-10-06 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     0553599f077e6ae826e2126557e9c329ae680fdd
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Sep 21 21:45:24 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 12:45:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0553599f

sys-apps/smc-sum: bump to version 2.3.0

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 +
 sys-apps/smc-sum/smc-sum-2.3.0.20190808.ebuild | 39 ++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 78be620f98e..5319ee605bb 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
 DIST sum_2.2.0_Linux_x86_64_20190220.tar.gz 8353887 BLAKE2B 47c7a4fbd1fdba065c03cd9172283d5594ac0fc8d5443a7c0d144861899172f38e8a4023a037499baaa5c3accccfc2b45dd356e494ba0dc6ea77bf2e4acccd92 SHA512 f96acd97492d3299781fdc98fa318e8c5b1d02bcf48fe2400006f3231080691a641f0655af057c46dfec71aafd6b589b76f63e90bd936e5a5a48b94788391608
+DIST sum_2.3.0_Linux_x86_64_20190808.tar.gz 8783572 BLAKE2B 92abe3cd246573c107aad5ce76334d5d53d4e5067f6c74c70b8c078910047a6d5254427de89b649b9fdc75832d43fca319a16f4143a486966beb9074b90cb3fc SHA512 83d8e619cd9ad838b681dbee294d6c19741add0994678778c2e7519ed354e447799a5b12676bd9f3ba0ecd8976258b4a11fe4e2e988276ac1aa0353020201ef2

diff --git a/sys-apps/smc-sum/smc-sum-2.3.0.20190808.ebuild b/sys-apps/smc-sum/smc-sum-2.3.0.20190808.ebuild
new file mode 100644
index 00000000000..aa3d81c05b4
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.3.0.20190808.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 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
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2019-10-06 12:45 Thomas Deutschmann
  0 siblings, 0 replies; 34+ messages in thread
From: Thomas Deutschmann @ 2019-10-06 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     a398f686b16f0cf8092acc7f03bfcb3b1e99b1ae
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Sep 21 21:45:44 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Oct  6 12:45:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a398f686

sys-apps/smc-sum: drop old version

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/13005
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                         |  1 -
 sys-apps/smc-sum/smc-sum-2.2.0.20190220-r1.ebuild | 39 -----------------------
 2 files changed, 40 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 5319ee605bb..fd4fdf6fb99 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-DIST sum_2.2.0_Linux_x86_64_20190220.tar.gz 8353887 BLAKE2B 47c7a4fbd1fdba065c03cd9172283d5594ac0fc8d5443a7c0d144861899172f38e8a4023a037499baaa5c3accccfc2b45dd356e494ba0dc6ea77bf2e4acccd92 SHA512 f96acd97492d3299781fdc98fa318e8c5b1d02bcf48fe2400006f3231080691a641f0655af057c46dfec71aafd6b589b76f63e90bd936e5a5a48b94788391608
 DIST sum_2.3.0_Linux_x86_64_20190808.tar.gz 8783572 BLAKE2B 92abe3cd246573c107aad5ce76334d5d53d4e5067f6c74c70b8c078910047a6d5254427de89b649b9fdc75832d43fca319a16f4143a486966beb9074b90cb3fc SHA512 83d8e619cd9ad838b681dbee294d6c19741add0994678778c2e7519ed354e447799a5b12676bd9f3ba0ecd8976258b4a11fe4e2e988276ac1aa0353020201ef2

diff --git a/sys-apps/smc-sum/smc-sum-2.2.0.20190220-r1.ebuild b/sys-apps/smc-sum/smc-sum-2.2.0.20190220-r1.ebuild
deleted file mode 100644
index aa3d81c05b4..00000000000
--- a/sys-apps/smc-sum/smc-sum-2.2.0.20190220-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 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
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2019-12-02 23:22 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2019-12-02 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     ce5671793a4952fcf328497af8245ef1dab7ef76
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  2 23:08:05 2019 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Dec  2 23:21:07 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce567179

sys-apps/smc-sum: updated metadata.xml

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/metadata.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-apps/smc-sum/metadata.xml b/sys-apps/smc-sum/metadata.xml
index f8c11efe2d3..80a8eba76e4 100644
--- a/sys-apps/smc-sum/metadata.xml
+++ b/sys-apps/smc-sum/metadata.xml
@@ -2,13 +2,9 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer type="person">
-		<email>ck+gentoo@bl4ckb0x.de</email>
+		<email>conikost@gentoo.org</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.


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2020-02-04 18:09 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2020-02-04 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     772210feb0c1d8eff9cc5921240b076727d680b1
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 18:05:56 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Feb  4 18:05:56 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772210fe

sys-apps/smc-sum: drop old version

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.3.0.20190808.ebuild | 39 --------------------------
 2 files changed, 40 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 7883ea6e8b2..3b87d8d05b1 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-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.3.0.20190808.ebuild b/sys-apps/smc-sum/smc-sum-2.3.0.20190808.ebuild
deleted file mode 100644
index aa3d81c05b4..00000000000
--- a/sys-apps/smc-sum/smc-sum-2.3.0.20190808.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 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
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2020-02-04 18:09 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2020-02-04 18:09 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2020-10-09 16:03 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2020-10-09 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3c2f9b25bbbcf170e03477ea104a94ce2451d99d
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 16:02:36 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 16:03:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2f9b25

sys-apps/smc-sum: bump to version 2.5.0

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 +
 sys-apps/smc-sum/smc-sum-2.5.0.20200722.ebuild | 39 ++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 3b87d8d05b1..ec20c259052 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
 DIST sum_2.4.0_Linux_x86_64_20191206.tar.gz 9732263 BLAKE2B 4c0c25ab5d3a8b533487287676efe38df164ab80327016172da76539081b90bb4a1de5a043609f35800a82651335f862ea08aeaa867270a7e21b309372facc81 SHA512 7b320590391434518e74491dbe093689c4dcee2763d361203be2d468fcfb20e508fba489291d4bd08fd97d93d72309def1737c69a34a9dcfefb06cb4b45806b5
+DIST sum_2.5.0_Linux_x86_64_20200722.tar.gz 11280455 BLAKE2B 5c25c2b35b6d82b1d3c856e97f1669e92ecb3406188398ee29cca44e44bb30e651fe9db7a39c93a78375b3021d5836e8d92b680b07ead0892f588f6ec9a03454 SHA512 af99c3fef1436d1ef97fbd03c619d0f4e1eea9afd00d03c905cf92a5ec826b1a5aec1ae2a2f69fa406eee91d5bed4bd2fcd3935243dc6dbae4efe04e0dcdff21

diff --git a/sys-apps/smc-sum/smc-sum-2.5.0.20200722.ebuild b/sys-apps/smc-sum/smc-sum-2.5.0.20200722.ebuild
new file mode 100644
index 00000000000..07ffd44db9d
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.5.0.20200722.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
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2020-10-09 16:03 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2020-10-09 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     89ac685981c149d7c451aef08ddc9e4e0664bccc
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 16:03:08 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 16:03:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ac6859

sys-apps/smc-sum: drop old version

Package-Manager: Portage-3.0.8, Repoman-3.0.1
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 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index ec20c259052..d503ad6fb3b 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-DIST sum_2.4.0_Linux_x86_64_20191206.tar.gz 9732263 BLAKE2B 4c0c25ab5d3a8b533487287676efe38df164ab80327016172da76539081b90bb4a1de5a043609f35800a82651335f862ea08aeaa867270a7e21b309372facc81 SHA512 7b320590391434518e74491dbe093689c4dcee2763d361203be2d468fcfb20e508fba489291d4bd08fd97d93d72309def1737c69a34a9dcfefb06cb4b45806b5
 DIST sum_2.5.0_Linux_x86_64_20200722.tar.gz 11280455 BLAKE2B 5c25c2b35b6d82b1d3c856e97f1669e92ecb3406188398ee29cca44e44bb30e651fe9db7a39c93a78375b3021d5836e8d92b680b07ead0892f588f6ec9a03454 SHA512 af99c3fef1436d1ef97fbd03c619d0f4e1eea9afd00d03c905cf92a5ec826b1a5aec1ae2a2f69fa406eee91d5bed4bd2fcd3935243dc6dbae4efe04e0dcdff21

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
deleted file mode 100644
index 07ffd44db9d..00000000000
--- a/sys-apps/smc-sum/smc-sum-2.4.0.20191206.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2021-01-09 14:29 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2021-01-09 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     709bc1473b043deee896a8a09bf8f7b58315df93
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 14:24:12 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 14:29:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=709bc147

sys-apps/smc-sum: bump to version 2.5.1.20201112

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 +
 sys-apps/smc-sum/smc-sum-2.5.1.20201112.ebuild | 39 ++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index d503ad6fb3b..4031665a0ff 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
 DIST sum_2.5.0_Linux_x86_64_20200722.tar.gz 11280455 BLAKE2B 5c25c2b35b6d82b1d3c856e97f1669e92ecb3406188398ee29cca44e44bb30e651fe9db7a39c93a78375b3021d5836e8d92b680b07ead0892f588f6ec9a03454 SHA512 af99c3fef1436d1ef97fbd03c619d0f4e1eea9afd00d03c905cf92a5ec826b1a5aec1ae2a2f69fa406eee91d5bed4bd2fcd3935243dc6dbae4efe04e0dcdff21
+DIST sum_2.5.1_Linux_x86_64_20201112.tar.gz 10589459 BLAKE2B 94a5306b0e0aafc942c8fb75043a74502b28837b599977a8850065688e8606405ca911e12229c1a4c25830cd33f6232c088572e545cfcd4a691f155735133958 SHA512 33e20b966dc10586be594eb416715fe68b2c9435e9784569fd49808a7efdc65a8bf89c94e9fd28bf22a87b1581d877a8bf0ba095204cc3eb2eb2bfc329d74982

diff --git a/sys-apps/smc-sum/smc-sum-2.5.1.20201112.ebuild b/sys-apps/smc-sum/smc-sum-2.5.1.20201112.ebuild
new file mode 100644
index 00000000000..a0915d539ee
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.5.1.20201112.ebuild
@@ -0,0 +1,39 @@
+# 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/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
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2021-01-09 14:29 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2021-01-09 14:29 UTC (permalink / raw
  To: gentoo-commits

commit:     540128f4a2593752cd3a196c8c886d0bc4cc37b6
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 14:24:36 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 14:29:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540128f4

sys-apps/smc-sum: drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 -
 sys-apps/smc-sum/smc-sum-2.5.0.20200722.ebuild | 39 --------------------------
 2 files changed, 40 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 4031665a0ff..0b7960fb8ab 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-DIST sum_2.5.0_Linux_x86_64_20200722.tar.gz 11280455 BLAKE2B 5c25c2b35b6d82b1d3c856e97f1669e92ecb3406188398ee29cca44e44bb30e651fe9db7a39c93a78375b3021d5836e8d92b680b07ead0892f588f6ec9a03454 SHA512 af99c3fef1436d1ef97fbd03c619d0f4e1eea9afd00d03c905cf92a5ec826b1a5aec1ae2a2f69fa406eee91d5bed4bd2fcd3935243dc6dbae4efe04e0dcdff21
 DIST sum_2.5.1_Linux_x86_64_20201112.tar.gz 10589459 BLAKE2B 94a5306b0e0aafc942c8fb75043a74502b28837b599977a8850065688e8606405ca911e12229c1a4c25830cd33f6232c088572e545cfcd4a691f155735133958 SHA512 33e20b966dc10586be594eb416715fe68b2c9435e9784569fd49808a7efdc65a8bf89c94e9fd28bf22a87b1581d877a8bf0ba095204cc3eb2eb2bfc329d74982

diff --git a/sys-apps/smc-sum/smc-sum-2.5.0.20200722.ebuild b/sys-apps/smc-sum/smc-sum-2.5.0.20200722.ebuild
deleted file mode 100644
index 07ffd44db9d..00000000000
--- a/sys-apps/smc-sum/smc-sum-2.5.0.20200722.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2021-07-01 22:19 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2021-07-01 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a41d94060982434ab7604845facc2f4c7a2c4c6a
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 21:54:42 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 22:18:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41d9406

sys-apps/smc-sum: bump to version 2.5.2

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 +
 sys-apps/smc-sum/smc-sum-2.5.2.20210112.ebuild | 38 ++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 0b7960fb8ab..ce47f98828f 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
 DIST sum_2.5.1_Linux_x86_64_20201112.tar.gz 10589459 BLAKE2B 94a5306b0e0aafc942c8fb75043a74502b28837b599977a8850065688e8606405ca911e12229c1a4c25830cd33f6232c088572e545cfcd4a691f155735133958 SHA512 33e20b966dc10586be594eb416715fe68b2c9435e9784569fd49808a7efdc65a8bf89c94e9fd28bf22a87b1581d877a8bf0ba095204cc3eb2eb2bfc329d74982
+DIST sum_2.5.2_Linux_x86_64_20210112.tar.gz 10859378 BLAKE2B 7e25cc3d6414cf9f59c1aa6dec5b183b91bb6fda8cd1fb59e5a3af37ed662859b39732c3c898d4791f0eb084d539a68bd4328814641ce8aafc166c852e68a091 SHA512 604968a367aa118a3167dad3755af4d1c6b90d164b9485f677aa393466e29f63f8fa67e1661dd22990c92c866fc3e22177a0e5a776ab5fd7ab8a674f60751fdf

diff --git a/sys-apps/smc-sum/smc-sum-2.5.2.20210112.ebuild b/sys-apps/smc-sum/smc-sum-2.5.2.20210112.ebuild
new file mode 100644
index 00000000000..d3808ba6796
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.5.2.20210112.ebuild
@@ -0,0 +1,38 @@
+# 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/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"
+S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="module"
+
+RDEPEND="module? ( sys-apps/smc-sum-driver )"
+
+RESTRICT="bindist fetch mirror"
+
+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
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2021-07-01 22:19 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2021-07-01 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0a0eb03761f4a67e571eac5936221b8b3071d4cf
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 21:55:28 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 22:18:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a0eb037

sys-apps/smc-sum: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 -
 sys-apps/smc-sum/smc-sum-2.5.1.20201112.ebuild | 39 --------------------------
 2 files changed, 40 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index ce47f98828f..5c8ac0d7904 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-DIST sum_2.5.1_Linux_x86_64_20201112.tar.gz 10589459 BLAKE2B 94a5306b0e0aafc942c8fb75043a74502b28837b599977a8850065688e8606405ca911e12229c1a4c25830cd33f6232c088572e545cfcd4a691f155735133958 SHA512 33e20b966dc10586be594eb416715fe68b2c9435e9784569fd49808a7efdc65a8bf89c94e9fd28bf22a87b1581d877a8bf0ba095204cc3eb2eb2bfc329d74982
 DIST sum_2.5.2_Linux_x86_64_20210112.tar.gz 10859378 BLAKE2B 7e25cc3d6414cf9f59c1aa6dec5b183b91bb6fda8cd1fb59e5a3af37ed662859b39732c3c898d4791f0eb084d539a68bd4328814641ce8aafc166c852e68a091 SHA512 604968a367aa118a3167dad3755af4d1c6b90d164b9485f677aa393466e29f63f8fa67e1661dd22990c92c866fc3e22177a0e5a776ab5fd7ab8a674f60751fdf

diff --git a/sys-apps/smc-sum/smc-sum-2.5.1.20201112.ebuild b/sys-apps/smc-sum/smc-sum-2.5.1.20201112.ebuild
deleted file mode 100644
index a0915d539ee..00000000000
--- a/sys-apps/smc-sum/smc-sum-2.5.1.20201112.ebuild
+++ /dev/null
@@ -1,39 +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/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
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2022-02-11 17:22 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2022-02-11 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     a13731fe2e3bc6521e2669179116cf15be9ea65f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 17:18:54 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 17:18:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13731fe

sys-apps/smc-sum: drop 2.5.2.20210112-r1

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                         |  1 -
 sys-apps/smc-sum/smc-sum-2.5.2.20210112-r1.ebuild | 38 -----------------------
 2 files changed, 39 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index f34024ba6799..66aa10af00c9 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-DIST sum_2.5.2_Linux_x86_64_20210112.tar.gz 10859378 BLAKE2B 7e25cc3d6414cf9f59c1aa6dec5b183b91bb6fda8cd1fb59e5a3af37ed662859b39732c3c898d4791f0eb084d539a68bd4328814641ce8aafc166c852e68a091 SHA512 604968a367aa118a3167dad3755af4d1c6b90d164b9485f677aa393466e29f63f8fa67e1661dd22990c92c866fc3e22177a0e5a776ab5fd7ab8a674f60751fdf
 DIST sum_2.7.0_Linux_x86_64_20210903.tar.gz 13796908 BLAKE2B 4ea3e63be33bb94724483db3f5a4476f1f866152f03572e9b32317f7cc3b44b04d91a20965e6a63c7d3c5c6f5b2a4b493f77fef981d4813dfbf5c5dc2684d23a SHA512 d55a0a28a5700179f2acdd51a45be490c841b4ad3e01df30bdb22d02ccc0e24265205b320be2c5feef328e53cc049fb59376afc122707694fd17dd6c35658a9b

diff --git a/sys-apps/smc-sum/smc-sum-2.5.2.20210112-r1.ebuild b/sys-apps/smc-sum/smc-sum-2.5.2.20210112-r1.ebuild
deleted file mode 100644
index a5fd31e6e11d..000000000000
--- a/sys-apps/smc-sum/smc-sum-2.5.2.20210112-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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/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"
-S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="module"
-
-RDEPEND="module? ( sys-apps/smc-sum-driver )"
-
-RESTRICT="bindist fetch mirror"
-
-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
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2022-02-11 17:22 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2022-02-11 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0e048149b07db661c8e20032b3af1d6c0b82fbce
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 11 17:18:41 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Feb 11 17:18:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e048149

sys-apps/smc-sum: add 2.7.0.20210903

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 +
 sys-apps/smc-sum/smc-sum-2.7.0.20210903.ebuild | 73 ++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 5c8ac0d79048..f34024ba6799 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
 DIST sum_2.5.2_Linux_x86_64_20210112.tar.gz 10859378 BLAKE2B 7e25cc3d6414cf9f59c1aa6dec5b183b91bb6fda8cd1fb59e5a3af37ed662859b39732c3c898d4791f0eb084d539a68bd4328814641ce8aafc166c852e68a091 SHA512 604968a367aa118a3167dad3755af4d1c6b90d164b9485f677aa393466e29f63f8fa67e1661dd22990c92c866fc3e22177a0e5a776ab5fd7ab8a674f60751fdf
+DIST sum_2.7.0_Linux_x86_64_20210903.tar.gz 13796908 BLAKE2B 4ea3e63be33bb94724483db3f5a4476f1f866152f03572e9b32317f7cc3b44b04d91a20965e6a63c7d3c5c6f5b2a4b493f77fef981d4813dfbf5c5dc2684d23a SHA512 d55a0a28a5700179f2acdd51a45be490c841b4ad3e01df30bdb22d02ccc0e24265205b320be2c5feef328e53cc049fb59376afc122707694fd17dd6c35658a9b

diff --git a/sys-apps/smc-sum/smc-sum-2.7.0.20210903.ebuild b/sys-apps/smc-sum/smc-sum-2.7.0.20210903.ebuild
new file mode 100644
index 000000000000..06d5dbd659a2
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.7.0.20210903.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit linux-mod
+
+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"
+S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="module"
+
+RDEPEND="
+	sys-libs/zlib
+	sys-power/iasl
+	module? ( !sys-apps/smc-sum-driver )
+"
+
+RESTRICT="bindist fetch mirror"
+
+DOCS=(
+	"PlatformFeatureSupportMatrix.pdf"
+	"ReleaseNote.txt"
+	"SUM_UserGuide.pdf"
+	"sumrc.sample"
+	"ExternalData/SMCIPID.txt"
+	"ExternalData/VENID.txt"
+)
+
+PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
+
+BUILD_TARGETS="default"
+MODULE_NAMES="sum_bios(misc:${S}/driver/Source/Linux)"
+
+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_prepare() {
+	default
+
+	# Install new Makefile to respect users CFLAGS and LDFLAGS
+	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
+}
+
+src_compile() {
+	if use module; then
+		BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}/driver/Source/Linux"
+		linux-mod_src_compile
+	else
+		:;
+	fi
+}
+
+src_install() {
+	newbin sum smc-sum
+	einstalldocs
+
+	use module && linux-mod_src_install
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2022-04-13 13:34 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2022-04-13 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d6a223bd3f79e17f3365272bd3c99f160079e517
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 13:29:35 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 13:34:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6a223bd

sys-apps/smc-sum: add 2.8.0.20220126

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 +
 sys-apps/smc-sum/smc-sum-2.8.0.20220126.ebuild | 73 ++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 66aa10af00c9..1d76459b370a 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
 DIST sum_2.7.0_Linux_x86_64_20210903.tar.gz 13796908 BLAKE2B 4ea3e63be33bb94724483db3f5a4476f1f866152f03572e9b32317f7cc3b44b04d91a20965e6a63c7d3c5c6f5b2a4b493f77fef981d4813dfbf5c5dc2684d23a SHA512 d55a0a28a5700179f2acdd51a45be490c841b4ad3e01df30bdb22d02ccc0e24265205b320be2c5feef328e53cc049fb59376afc122707694fd17dd6c35658a9b
+DIST sum_2.8.0_Linux_x86_64_20220126.tar.gz 14852916 BLAKE2B a65243878ec41c05fc8c71f147883fea29517e93ef0e1460a39827a98e1fd9e533be2f4a6cfceed29562ba2d0e798cac64645bbf4d2b23267396d86516277df9 SHA512 4e11a9916b3386229eb5cfc15830bd1ecab7d79cdc3280f4a736b8882554170e6d1579531c441d0966c816e1f9c98d256d7fbb2c0a6e8c03770a1053860a06f5

diff --git a/sys-apps/smc-sum/smc-sum-2.8.0.20220126.ebuild b/sys-apps/smc-sum/smc-sum-2.8.0.20220126.ebuild
new file mode 100644
index 000000000000..e309a7ad7f47
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.8.0.20220126.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod
+
+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"
+S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="module"
+
+RDEPEND="
+	sys-libs/zlib
+	sys-power/iasl
+	module? ( !sys-apps/smc-sum-driver )
+"
+
+RESTRICT="bindist fetch mirror"
+
+DOCS=(
+	"PlatformFeatureSupportMatrix.pdf"
+	"ReleaseNote.txt"
+	"SUM_UserGuide.pdf"
+	"sumrc.sample"
+	"ExternalData/SMCIPID.txt"
+	"ExternalData/VENID.txt"
+)
+
+PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
+
+BUILD_TARGETS="default"
+MODULE_NAMES="sum_bios(misc:${S}/driver/Source/Linux)"
+
+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_prepare() {
+	default
+
+	# Install new Makefile to respect users CFLAGS and LDFLAGS
+	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
+}
+
+src_compile() {
+	if use module; then
+		BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}/driver/Source/Linux"
+		linux-mod_src_compile
+	else
+		:;
+	fi
+}
+
+src_install() {
+	newbin sum smc-sum
+	einstalldocs
+
+	use module && linux-mod_src_install
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2022-04-13 13:34 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2022-04-13 13:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5678ffc0c9a97b1b547d2f7a057a74370919efce
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 13:30:42 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 13:34:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5678ffc0

sys-apps/smc-sum: drop 2.7.0.20210903

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 -
 sys-apps/smc-sum/smc-sum-2.7.0.20210903.ebuild | 73 --------------------------
 2 files changed, 74 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 1d76459b370a..668648b4f8ef 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-DIST sum_2.7.0_Linux_x86_64_20210903.tar.gz 13796908 BLAKE2B 4ea3e63be33bb94724483db3f5a4476f1f866152f03572e9b32317f7cc3b44b04d91a20965e6a63c7d3c5c6f5b2a4b493f77fef981d4813dfbf5c5dc2684d23a SHA512 d55a0a28a5700179f2acdd51a45be490c841b4ad3e01df30bdb22d02ccc0e24265205b320be2c5feef328e53cc049fb59376afc122707694fd17dd6c35658a9b
 DIST sum_2.8.0_Linux_x86_64_20220126.tar.gz 14852916 BLAKE2B a65243878ec41c05fc8c71f147883fea29517e93ef0e1460a39827a98e1fd9e533be2f4a6cfceed29562ba2d0e798cac64645bbf4d2b23267396d86516277df9 SHA512 4e11a9916b3386229eb5cfc15830bd1ecab7d79cdc3280f4a736b8882554170e6d1579531c441d0966c816e1f9c98d256d7fbb2c0a6e8c03770a1053860a06f5

diff --git a/sys-apps/smc-sum/smc-sum-2.7.0.20210903.ebuild b/sys-apps/smc-sum/smc-sum-2.7.0.20210903.ebuild
deleted file mode 100644
index 06d5dbd659a2..000000000000
--- a/sys-apps/smc-sum/smc-sum-2.7.0.20210903.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit linux-mod
-
-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"
-S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="module"
-
-RDEPEND="
-	sys-libs/zlib
-	sys-power/iasl
-	module? ( !sys-apps/smc-sum-driver )
-"
-
-RESTRICT="bindist fetch mirror"
-
-DOCS=(
-	"PlatformFeatureSupportMatrix.pdf"
-	"ReleaseNote.txt"
-	"SUM_UserGuide.pdf"
-	"sumrc.sample"
-	"ExternalData/SMCIPID.txt"
-	"ExternalData/VENID.txt"
-)
-
-PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
-
-BUILD_TARGETS="default"
-MODULE_NAMES="sum_bios(misc:${S}/driver/Source/Linux)"
-
-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_prepare() {
-	default
-
-	# Install new Makefile to respect users CFLAGS and LDFLAGS
-	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
-}
-
-src_compile() {
-	if use module; then
-		BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}/driver/Source/Linux"
-		linux-mod_src_compile
-	else
-		:;
-	fi
-}
-
-src_install() {
-	newbin sum smc-sum
-	einstalldocs
-
-	use module && linux-mod_src_install
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2022-06-25 14:35 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2022-06-25 14:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ee2e4e06227885105a3d3273a55c6412a0109c03
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 14:19:27 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 14:34:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2e4e06

sys-apps/smc-sum: add 2.8.1.20220506

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 +
 sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild | 73 ++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 668648b4f8ef..51a10713d0bf 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
 DIST sum_2.8.0_Linux_x86_64_20220126.tar.gz 14852916 BLAKE2B a65243878ec41c05fc8c71f147883fea29517e93ef0e1460a39827a98e1fd9e533be2f4a6cfceed29562ba2d0e798cac64645bbf4d2b23267396d86516277df9 SHA512 4e11a9916b3386229eb5cfc15830bd1ecab7d79cdc3280f4a736b8882554170e6d1579531c441d0966c816e1f9c98d256d7fbb2c0a6e8c03770a1053860a06f5
+DIST sum_2.8.1_Linux_x86_64_20220506.tar.gz 15414174 BLAKE2B 939e338f7ae3223bcd970dfdabb1e5a0bb2388d21b8fdf3666b82cf77e6c415869518d15675f2a6b4a15312bdb6d44c5b13366d1173e4ac5343ec13c65a8cdec SHA512 7350fefee12c7272d568049d07b18ef5736afc8602cb563691f8887ba046cc19aadbf57c0328e593a797d641cc515ea322de8dfb7a63ecff9b089f463dfb223e

diff --git a/sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild b/sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild
new file mode 100644
index 000000000000..e309a7ad7f47
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod
+
+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"
+S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="module"
+
+RDEPEND="
+	sys-libs/zlib
+	sys-power/iasl
+	module? ( !sys-apps/smc-sum-driver )
+"
+
+RESTRICT="bindist fetch mirror"
+
+DOCS=(
+	"PlatformFeatureSupportMatrix.pdf"
+	"ReleaseNote.txt"
+	"SUM_UserGuide.pdf"
+	"sumrc.sample"
+	"ExternalData/SMCIPID.txt"
+	"ExternalData/VENID.txt"
+)
+
+PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
+
+BUILD_TARGETS="default"
+MODULE_NAMES="sum_bios(misc:${S}/driver/Source/Linux)"
+
+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_prepare() {
+	default
+
+	# Install new Makefile to respect users CFLAGS and LDFLAGS
+	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
+}
+
+src_compile() {
+	if use module; then
+		BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}/driver/Source/Linux"
+		linux-mod_src_compile
+	else
+		:;
+	fi
+}
+
+src_install() {
+	newbin sum smc-sum
+	einstalldocs
+
+	use module && linux-mod_src_install
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2022-11-02 20:43 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2022-11-02 20:43 UTC (permalink / raw
  To: gentoo-commits

commit:     87117e12a23b2d8914f9393d2b71187761996102
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 20:43:03 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 20:43:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87117e12

sys-apps/smc-sum: drop 2.8.0.20220126

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 -
 sys-apps/smc-sum/smc-sum-2.8.0.20220126.ebuild | 73 --------------------------
 2 files changed, 74 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 51a10713d0bf..ddb25790be38 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-DIST sum_2.8.0_Linux_x86_64_20220126.tar.gz 14852916 BLAKE2B a65243878ec41c05fc8c71f147883fea29517e93ef0e1460a39827a98e1fd9e533be2f4a6cfceed29562ba2d0e798cac64645bbf4d2b23267396d86516277df9 SHA512 4e11a9916b3386229eb5cfc15830bd1ecab7d79cdc3280f4a736b8882554170e6d1579531c441d0966c816e1f9c98d256d7fbb2c0a6e8c03770a1053860a06f5
 DIST sum_2.8.1_Linux_x86_64_20220506.tar.gz 15414174 BLAKE2B 939e338f7ae3223bcd970dfdabb1e5a0bb2388d21b8fdf3666b82cf77e6c415869518d15675f2a6b4a15312bdb6d44c5b13366d1173e4ac5343ec13c65a8cdec SHA512 7350fefee12c7272d568049d07b18ef5736afc8602cb563691f8887ba046cc19aadbf57c0328e593a797d641cc515ea322de8dfb7a63ecff9b089f463dfb223e

diff --git a/sys-apps/smc-sum/smc-sum-2.8.0.20220126.ebuild b/sys-apps/smc-sum/smc-sum-2.8.0.20220126.ebuild
deleted file mode 100644
index e309a7ad7f47..000000000000
--- a/sys-apps/smc-sum/smc-sum-2.8.0.20220126.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-mod
-
-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"
-S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="module"
-
-RDEPEND="
-	sys-libs/zlib
-	sys-power/iasl
-	module? ( !sys-apps/smc-sum-driver )
-"
-
-RESTRICT="bindist fetch mirror"
-
-DOCS=(
-	"PlatformFeatureSupportMatrix.pdf"
-	"ReleaseNote.txt"
-	"SUM_UserGuide.pdf"
-	"sumrc.sample"
-	"ExternalData/SMCIPID.txt"
-	"ExternalData/VENID.txt"
-)
-
-PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
-
-BUILD_TARGETS="default"
-MODULE_NAMES="sum_bios(misc:${S}/driver/Source/Linux)"
-
-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_prepare() {
-	default
-
-	# Install new Makefile to respect users CFLAGS and LDFLAGS
-	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
-}
-
-src_compile() {
-	if use module; then
-		BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}/driver/Source/Linux"
-		linux-mod_src_compile
-	else
-		:;
-	fi
-}
-
-src_install() {
-	newbin sum smc-sum
-	einstalldocs
-
-	use module && linux-mod_src_install
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2023-03-12 19:00 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2023-03-12 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     d963748130654ef8e9d8a64a2eb2605c4675d09d
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 18:58:46 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 18:59:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9637481

sys-apps/smc-sum: drop 2.8.1.20220506

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                      |  1 -
 sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild | 73 --------------------------
 2 files changed, 74 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index af5db447d968..9ea23b097f66 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
 DIST sum_2.10.0_Linux_x86_64_20221209.tar.gz 20797081 BLAKE2B 2dde47521c0243a02098a4aafb4f8818227c01e73cba860b82ba5b989ee77a8fbc9a665f92222a55830b982b157782839e07e3d6f7c8dbb41b80034bf67428ae SHA512 5627fa6e473429e6fe3c93ef74f6938c9da3481b890435fb56359ea6d7f4b733e9aeae18c3c19895697db2318aa62806eae2bc40e57ca467365ffd9749d0cc75
-DIST sum_2.8.1_Linux_x86_64_20220506.tar.gz 15414174 BLAKE2B 939e338f7ae3223bcd970dfdabb1e5a0bb2388d21b8fdf3666b82cf77e6c415869518d15675f2a6b4a15312bdb6d44c5b13366d1173e4ac5343ec13c65a8cdec SHA512 7350fefee12c7272d568049d07b18ef5736afc8602cb563691f8887ba046cc19aadbf57c0328e593a797d641cc515ea322de8dfb7a63ecff9b089f463dfb223e

diff --git a/sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild b/sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild
deleted file mode 100644
index e309a7ad7f47..000000000000
--- a/sys-apps/smc-sum/smc-sum-2.8.1.20220506.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit linux-mod
-
-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"
-S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="module"
-
-RDEPEND="
-	sys-libs/zlib
-	sys-power/iasl
-	module? ( !sys-apps/smc-sum-driver )
-"
-
-RESTRICT="bindist fetch mirror"
-
-DOCS=(
-	"PlatformFeatureSupportMatrix.pdf"
-	"ReleaseNote.txt"
-	"SUM_UserGuide.pdf"
-	"sumrc.sample"
-	"ExternalData/SMCIPID.txt"
-	"ExternalData/VENID.txt"
-)
-
-PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
-
-BUILD_TARGETS="default"
-MODULE_NAMES="sum_bios(misc:${S}/driver/Source/Linux)"
-
-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_prepare() {
-	default
-
-	# Install new Makefile to respect users CFLAGS and LDFLAGS
-	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
-}
-
-src_compile() {
-	if use module; then
-		BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}/driver/Source/Linux"
-		linux-mod_src_compile
-	else
-		:;
-	fi
-}
-
-src_install() {
-	newbin sum smc-sum
-	einstalldocs
-
-	use module && linux-mod_src_install
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2023-03-12 19:00 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2023-03-12 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     b07c6cb0de5c0c111c636082a49a4bbb09e94601
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 18:57:29 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 18:59:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07c6cb0

sys-apps/smc-sum: add 2.10.0.20221209

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                       |  1 +
 sys-apps/smc-sum/smc-sum-2.10.0.20221209.ebuild | 68 +++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index ddb25790be38..af5db447d968 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
+DIST sum_2.10.0_Linux_x86_64_20221209.tar.gz 20797081 BLAKE2B 2dde47521c0243a02098a4aafb4f8818227c01e73cba860b82ba5b989ee77a8fbc9a665f92222a55830b982b157782839e07e3d6f7c8dbb41b80034bf67428ae SHA512 5627fa6e473429e6fe3c93ef74f6938c9da3481b890435fb56359ea6d7f4b733e9aeae18c3c19895697db2318aa62806eae2bc40e57ca467365ffd9749d0cc75
 DIST sum_2.8.1_Linux_x86_64_20220506.tar.gz 15414174 BLAKE2B 939e338f7ae3223bcd970dfdabb1e5a0bb2388d21b8fdf3666b82cf77e6c415869518d15675f2a6b4a15312bdb6d44c5b13366d1173e4ac5343ec13c65a8cdec SHA512 7350fefee12c7272d568049d07b18ef5736afc8602cb563691f8887ba046cc19aadbf57c0328e593a797d641cc515ea322de8dfb7a63ecff9b089f463dfb223e

diff --git a/sys-apps/smc-sum/smc-sum-2.10.0.20221209.ebuild b/sys-apps/smc-sum/smc-sum-2.10.0.20221209.ebuild
new file mode 100644
index 000000000000..fa73a90522dd
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.10.0.20221209.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-mod
+
+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"
+SRC_URI="https://www.supermicro.com/Bios/sw_download/527/${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz"
+S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="module"
+
+RDEPEND="
+	sys-libs/zlib
+	sys-power/iasl
+	module? ( !sys-apps/smc-sum-driver )
+"
+
+RESTRICT="bindist mirror"
+
+DOCS=(
+	"PlatformFeatureSupportMatrix.pdf"
+	"ReleaseNote.txt"
+	"SUM_UserGuide.pdf"
+	"sumrc.sample"
+	"ExternalData/SMCIPID.txt"
+	"ExternalData/VENID.txt"
+)
+
+PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
+
+BUILD_TARGETS="default"
+MODULE_NAMES="sum_bios(misc:${S}/driver/Source/Linux)"
+
+QA_PREBUILT="usr/bin/smc-sum"
+
+src_prepare() {
+	default
+
+	# Install new Makefile to respect users CFLAGS and LDFLAGS
+	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
+}
+
+src_compile() {
+	if use module; then
+		BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}/driver/Source/Linux"
+		linux-mod_src_compile
+	else
+		:;
+	fi
+}
+
+src_install() {
+	newbin sum smc-sum
+	einstalldocs
+
+	use module && linux-mod_src_install
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2023-06-02 11:16 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2023-06-02 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     31fe45c2a3cb2152b5d11a3a3333d826ec89a70b
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 08:28:24 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 11:16:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fe45c2

sys-apps/smc-sum: migrate to linux-mod-r1

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...20221209.ebuild => smc-sum-2.10.0.20221209-r1.ebuild} | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sys-apps/smc-sum/smc-sum-2.10.0.20221209.ebuild b/sys-apps/smc-sum/smc-sum-2.10.0.20221209-r1.ebuild
similarity index 82%
rename from sys-apps/smc-sum/smc-sum-2.10.0.20221209.ebuild
rename to sys-apps/smc-sum/smc-sum-2.10.0.20221209-r1.ebuild
index fa73a90522dd..232195afedd7 100644
--- a/sys-apps/smc-sum/smc-sum-2.10.0.20221209.ebuild
+++ b/sys-apps/smc-sum/smc-sum-2.10.0.20221209-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit linux-mod
+inherit linux-mod-r1
 
 MY_DATE="$(ver_cut 4)"
 MY_PN="${PN/smc-/}"
@@ -23,7 +23,6 @@ IUSE="module"
 RDEPEND="
 	sys-libs/zlib
 	sys-power/iasl
-	module? ( !sys-apps/smc-sum-driver )
 "
 
 RESTRICT="bindist mirror"
@@ -39,9 +38,6 @@ DOCS=(
 
 PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
 
-BUILD_TARGETS="default"
-MODULE_NAMES="sum_bios(misc:${S}/driver/Source/Linux)"
-
 QA_PREBUILT="usr/bin/smc-sum"
 
 src_prepare() {
@@ -49,12 +45,16 @@ src_prepare() {
 
 	# Install new Makefile to respect users CFLAGS and LDFLAGS
 	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
+
+	use module && linux-mod-r1_pkg_setup
 }
 
 src_compile() {
 	if use module; then
-		BUILD_PARAMS="KDIR=${KV_OUT_DIR} M=${S}/driver/Source/Linux"
-		linux-mod_src_compile
+		local modargs=( KDIR="${KV_OUT_DIR}" )
+		local modlist=( sum_bios="misc:driver/Source/Linux" )
+
+		linux-mod-r1_src_compile
 	else
 		:;
 	fi
@@ -64,5 +64,5 @@ src_install() {
 	newbin sum smc-sum
 	einstalldocs
 
-	use module && linux-mod_src_install
+	use module && linux-mod-r1_src_install
 }


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2023-06-05 11:05 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2023-06-05 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     f26f5d09fec69b7e46995f1cc858177ec0dd2d0f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  5 11:01:50 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Jun  5 11:04:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26f5d09

sys-apps/smc-sum: fix build without module

Closes: https://bugs.gentoo.org/907697
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...209-r1.ebuild => smc-sum-2.10.0.20221209-r2.ebuild} | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/sys-apps/smc-sum/smc-sum-2.10.0.20221209-r1.ebuild b/sys-apps/smc-sum/smc-sum-2.10.0.20221209-r2.ebuild
similarity index 83%
rename from sys-apps/smc-sum/smc-sum-2.10.0.20221209-r1.ebuild
rename to sys-apps/smc-sum/smc-sum-2.10.0.20221209-r2.ebuild
index 232195afedd7..366de02b72d7 100644
--- a/sys-apps/smc-sum/smc-sum-2.10.0.20221209-r1.ebuild
+++ b/sys-apps/smc-sum/smc-sum-2.10.0.20221209-r2.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+MODULES_OPTIONAL_IUSE="+module"
+
 inherit linux-mod-r1
 
 MY_DATE="$(ver_cut 4)"
@@ -46,23 +48,19 @@ src_prepare() {
 	# Install new Makefile to respect users CFLAGS and LDFLAGS
 	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
 
-	use module && linux-mod-r1_pkg_setup
+	linux-mod-r1_pkg_setup
 }
 
 src_compile() {
-	if use module; then
-		local modargs=( KDIR="${KV_OUT_DIR}" )
-		local modlist=( sum_bios="misc:driver/Source/Linux" )
-
-		linux-mod-r1_src_compile
-	else
-		:;
-	fi
+	local modargs=( KDIR="${KV_OUT_DIR}" )
+	local modlist=( sum_bios="misc:driver/Source/Linux" )
+
+	linux-mod-r1_src_compile
 }
 
 src_install() {
 	newbin sum smc-sum
 	einstalldocs
 
-	use module && linux-mod-r1_src_install
+	linux-mod-r1_src_install
 }


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2023-07-15 21:14 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2023-07-15 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     4e615b2cf4907de5a7dab3313af14b55e6a73802
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 20:59:29 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 21:14:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e615b2c

sys-apps/smc-sum: drop 2.10.0.20221209-r2

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                          |  1 -
 sys-apps/smc-sum/smc-sum-2.10.0.20221209-r2.ebuild | 66 ----------------------
 2 files changed, 67 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 9a2975db2676..cfa3bd832d64 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-DIST sum_2.10.0_Linux_x86_64_20221209.tar.gz 20797081 BLAKE2B 2dde47521c0243a02098a4aafb4f8818227c01e73cba860b82ba5b989ee77a8fbc9a665f92222a55830b982b157782839e07e3d6f7c8dbb41b80034bf67428ae SHA512 5627fa6e473429e6fe3c93ef74f6938c9da3481b890435fb56359ea6d7f4b733e9aeae18c3c19895697db2318aa62806eae2bc40e57ca467365ffd9749d0cc75
 DIST sum_2.11.0_Linux_x86_64_20230511.tar.gz 23588953 BLAKE2B 8afab12086ea2a3cc14c6e51d7554e5860aad63661e633f9eec847022635481cea350a5e85de7adbc204fd70302829b0740e55dd918949edaf55b25428dab2e8 SHA512 a1fb57e00d98f62a79cd3bff2205b2428edc1f4cfd6f6383f3dbdd1ca6c0f8d6233dc38e5b1877d36403734c01cc4f83982b9b1441823ab4f33cf4951e30a089

diff --git a/sys-apps/smc-sum/smc-sum-2.10.0.20221209-r2.ebuild b/sys-apps/smc-sum/smc-sum-2.10.0.20221209-r2.ebuild
deleted file mode 100644
index 366de02b72d7..000000000000
--- a/sys-apps/smc-sum/smc-sum-2.10.0.20221209-r2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MODULES_OPTIONAL_IUSE="+module"
-
-inherit linux-mod-r1
-
-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"
-SRC_URI="https://www.supermicro.com/Bios/sw_download/527/${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz"
-S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="module"
-
-RDEPEND="
-	sys-libs/zlib
-	sys-power/iasl
-"
-
-RESTRICT="bindist mirror"
-
-DOCS=(
-	"PlatformFeatureSupportMatrix.pdf"
-	"ReleaseNote.txt"
-	"SUM_UserGuide.pdf"
-	"sumrc.sample"
-	"ExternalData/SMCIPID.txt"
-	"ExternalData/VENID.txt"
-)
-
-PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
-
-QA_PREBUILT="usr/bin/smc-sum"
-
-src_prepare() {
-	default
-
-	# Install new Makefile to respect users CFLAGS and LDFLAGS
-	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
-
-	linux-mod-r1_pkg_setup
-}
-
-src_compile() {
-	local modargs=( KDIR="${KV_OUT_DIR}" )
-	local modlist=( sum_bios="misc:driver/Source/Linux" )
-
-	linux-mod-r1_src_compile
-}
-
-src_install() {
-	newbin sum smc-sum
-	einstalldocs
-
-	linux-mod-r1_src_install
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2023-07-15 21:14 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2023-07-15 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     8fc3a2070b48efe708c6613eb1d3674bcc7ff138
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 20:59:15 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 21:13:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc3a207

sys-apps/smc-sum: add 2.11.0.20230511

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                       |  1 +
 sys-apps/smc-sum/smc-sum-2.11.0.20230511.ebuild | 65 +++++++++++++++++++++++++
 2 files changed, 66 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 9ea23b097f66..9a2975db2676 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
 DIST sum_2.10.0_Linux_x86_64_20221209.tar.gz 20797081 BLAKE2B 2dde47521c0243a02098a4aafb4f8818227c01e73cba860b82ba5b989ee77a8fbc9a665f92222a55830b982b157782839e07e3d6f7c8dbb41b80034bf67428ae SHA512 5627fa6e473429e6fe3c93ef74f6938c9da3481b890435fb56359ea6d7f4b733e9aeae18c3c19895697db2318aa62806eae2bc40e57ca467365ffd9749d0cc75
+DIST sum_2.11.0_Linux_x86_64_20230511.tar.gz 23588953 BLAKE2B 8afab12086ea2a3cc14c6e51d7554e5860aad63661e633f9eec847022635481cea350a5e85de7adbc204fd70302829b0740e55dd918949edaf55b25428dab2e8 SHA512 a1fb57e00d98f62a79cd3bff2205b2428edc1f4cfd6f6383f3dbdd1ca6c0f8d6233dc38e5b1877d36403734c01cc4f83982b9b1441823ab4f33cf4951e30a089

diff --git a/sys-apps/smc-sum/smc-sum-2.11.0.20230511.ebuild b/sys-apps/smc-sum/smc-sum-2.11.0.20230511.ebuild
new file mode 100644
index 000000000000..bf11924d2b25
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.11.0.20230511.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MODULES_OPTIONAL_IUSE="+module"
+
+inherit linux-mod-r1
+
+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="https://www.supermicro.com/Bios/sw_download/570/${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz"
+S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="module"
+
+RDEPEND="
+	sys-libs/zlib
+	sys-power/iasl
+"
+
+RESTRICT="bindist mirror"
+
+DOCS=(
+	"PlatformFeatureSupportMatrix.pdf"
+	"ReleaseNote.txt"
+	"SUM_UserGuide.pdf"
+	"sumrc.sample"
+	"ExternalData/SMCIPID.txt"
+	"ExternalData/VENID.txt"
+)
+
+PATCHES=( "${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch" )
+
+QA_PREBUILT="usr/bin/smc-sum"
+
+src_prepare() {
+	default
+
+	# Install new Makefile to respect users CFLAGS and LDFLAGS
+	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
+
+	linux-mod-r1_pkg_setup
+}
+
+src_compile() {
+	local modargs=( KDIR="${KV_OUT_DIR}" )
+	local modlist=( sum_bios="misc:driver/Source/Linux" )
+
+	linux-mod-r1_src_compile
+}
+
+src_install() {
+	newbin sum smc-sum
+	einstalldocs
+
+	linux-mod-r1_src_install
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2024-03-18 19:06 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2024-03-18 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c01fe4ea1b8caae44f57297c03d0d9e0b2b36e73
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 18 19:06:02 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 19:06:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01fe4ea

sys-apps/smc-sum: drop 2.13.0.20230825

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                       |  1 -
 sys-apps/smc-sum/smc-sum-2.13.0.20230825.ebuild | 68 -------------------------
 2 files changed, 69 deletions(-)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 99613bec29e0..7091f250ba3c 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1,2 +1 @@
-DIST sum_2.13.0_Linux_x86_64_20230825.tar.gz 19925759 BLAKE2B ca0c0de3f8cc600b2d457f798e2d24310ec0eb52ecbc8976260dc5f84475a012bf66ec8b6a353a1477db558af82603b6ed2d0ce1bc31d3e70f98158fc52c2c19 SHA512 c05055e217d3d80a6b09a28c106e5c96640719db21617886571b1f6e527aef22cae1ddceabc09b5e9c10ef26e4fc48cad7a238457d4b503947e2f967c577d163
 DIST sum_2.14.0_Linux_x86_64_20240215.tar.gz 21137186 BLAKE2B af6ebcefd73cdf6f71bd3ea17e631845c8d873939517520ba3f7b66811011d4101907b808832f63baa442dd219da78fe6d4bb658ea8a72da2e949a717412179d SHA512 6e29bbc06cdd7369362608fc56271c72422e0a69d061c3058153fe1fcc642d643639dc8ce9d3773abf53ab4df8d409f55c00d8fd5b5096d63585e0210a2e741a

diff --git a/sys-apps/smc-sum/smc-sum-2.13.0.20230825.ebuild b/sys-apps/smc-sum/smc-sum-2.13.0.20230825.ebuild
deleted file mode 100644
index 3efbf5931904..000000000000
--- a/sys-apps/smc-sum/smc-sum-2.13.0.20230825.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MODULES_OPTIONAL_IUSE="+module"
-
-inherit linux-mod-r1
-
-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="https://www.supermicro.com/Bios/sw_download/633/${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz"
-S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64"
-IUSE="module"
-
-RDEPEND="
-	sys-libs/zlib
-	sys-power/iasl
-"
-
-RESTRICT="bindist mirror"
-
-DOCS=(
-	"PlatformFeatureSupportMatrix.pdf"
-	"ReleaseNote.txt"
-	"SUM_UserGuide.pdf"
-	"sumrc.sample"
-	"ExternalData/SMCIPID.txt"
-	"ExternalData/VENID.txt"
-)
-
-PATCHES=(
-	"${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch"
-	"${FILESDIR}/${PN}-2.13.0.20230825-kernel-6.4.patch"
-)
-
-QA_PREBUILT="usr/bin/smc-sum"
-
-src_prepare() {
-	default
-
-	# Install new Makefile to respect users CFLAGS and LDFLAGS
-	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
-
-	linux-mod-r1_pkg_setup
-}
-
-src_compile() {
-	local modargs=( KDIR="${KV_OUT_DIR}" )
-	local modlist=( sum_bios="misc:driver/Source/Linux" )
-
-	linux-mod-r1_src_compile
-}
-
-src_install() {
-	newbin sum smc-sum
-	einstalldocs
-
-	linux-mod-r1_src_install
-}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/smc-sum/
@ 2024-03-18 19:06 Conrad Kostecki
  0 siblings, 0 replies; 34+ messages in thread
From: Conrad Kostecki @ 2024-03-18 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     27a77307953b111ea813f38e5e1f89f2e517385a
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 18 19:05:50 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon Mar 18 19:05:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27a77307

sys-apps/smc-sum: add 2.14.0.20240215

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-apps/smc-sum/Manifest                       |  1 +
 sys-apps/smc-sum/smc-sum-2.14.0.20240215.ebuild | 68 +++++++++++++++++++++++++
 2 files changed, 69 insertions(+)

diff --git a/sys-apps/smc-sum/Manifest b/sys-apps/smc-sum/Manifest
index 16448309c167..99613bec29e0 100644
--- a/sys-apps/smc-sum/Manifest
+++ b/sys-apps/smc-sum/Manifest
@@ -1 +1,2 @@
 DIST sum_2.13.0_Linux_x86_64_20230825.tar.gz 19925759 BLAKE2B ca0c0de3f8cc600b2d457f798e2d24310ec0eb52ecbc8976260dc5f84475a012bf66ec8b6a353a1477db558af82603b6ed2d0ce1bc31d3e70f98158fc52c2c19 SHA512 c05055e217d3d80a6b09a28c106e5c96640719db21617886571b1f6e527aef22cae1ddceabc09b5e9c10ef26e4fc48cad7a238457d4b503947e2f967c577d163
+DIST sum_2.14.0_Linux_x86_64_20240215.tar.gz 21137186 BLAKE2B af6ebcefd73cdf6f71bd3ea17e631845c8d873939517520ba3f7b66811011d4101907b808832f63baa442dd219da78fe6d4bb658ea8a72da2e949a717412179d SHA512 6e29bbc06cdd7369362608fc56271c72422e0a69d061c3058153fe1fcc642d643639dc8ce9d3773abf53ab4df8d409f55c00d8fd5b5096d63585e0210a2e741a

diff --git a/sys-apps/smc-sum/smc-sum-2.14.0.20240215.ebuild b/sys-apps/smc-sum/smc-sum-2.14.0.20240215.ebuild
new file mode 100644
index 000000000000..02f039c2ca2b
--- /dev/null
+++ b/sys-apps/smc-sum/smc-sum-2.14.0.20240215.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MODULES_OPTIONAL_IUSE="+module"
+
+inherit linux-mod-r1
+
+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="https://www.supermicro.com/Bios/sw_download/698/${MY_PN}_${MY_PV}_Linux_x86_64_${MY_DATE}.tar.gz"
+S="${WORKDIR}/${MY_PN}_${MY_PV}_Linux_x86_64"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+IUSE="module"
+
+RDEPEND="
+	sys-libs/zlib
+	sys-power/iasl
+"
+
+RESTRICT="bindist mirror"
+
+DOCS=(
+	"PlatformFeatureSupportMatrix.pdf"
+	"ReleaseNote.txt"
+	"SUM_UserGuide.pdf"
+	"sumrc.sample"
+	"ExternalData/SMCIPID.txt"
+	"ExternalData/VENID.txt"
+)
+
+PATCHES=(
+	"${FILESDIR}/${PN}-2.7.0.20210903-missing-include.patch"
+	"${FILESDIR}/${PN}-2.13.0.20230825-kernel-6.4.patch"
+)
+
+QA_PREBUILT="usr/bin/smc-sum"
+
+src_prepare() {
+	default
+
+	# Install new Makefile to respect users CFLAGS and LDFLAGS
+	cp "${FILESDIR}"/makefile driver/Source/Linux/Makefile || die
+
+	linux-mod-r1_pkg_setup
+}
+
+src_compile() {
+	local modargs=( KDIR="${KV_OUT_DIR}" )
+	local modlist=( sum_bios="misc:driver/Source/Linux" )
+
+	linux-mod-r1_src_compile
+}
+
+src_install() {
+	newbin sum smc-sum
+	einstalldocs
+
+	linux-mod-r1_src_install
+}


^ permalink raw reply related	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2024-03-18 19:06 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox