[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2023-08-17 Thread Andrew Ammerlaan
commit: 8130f910773cd291725590b0aff27c8df4287889
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jul 16 08:52:27 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Aug 17 07:48:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8130f910

sys-apps/ipmicfg: use secureboot.eclass to sign efi exec

Signed-off-by: Andrew Ammerlaan  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/31843
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild
index 2adf8df742f3..cb0fafe4c1e4 100644
--- a/sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild
+++ b/sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild
@@ -7,6 +7,8 @@ MY_DATE="$(ver_cut 4)"
 MY_PN="${PN^^}"
 MY_PV="$(ver_cut 1-3)"
 
+inherit secureboot
+
 DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
 HOMEPAGE="https://www.supermicro.com;
 
SRC_URI="https://www.supermicro.com/Bios/sw_download/551/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
@@ -23,12 +25,17 @@ RESTRICT="bindist mirror"
 
 QA_PREBUILT="usr/bin/ipmicfg"
 
+pkg_setup() {
+   use uefi && secureboot_pkg_setup
+}
+
 src_install() {
newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
 
if use uefi; then
insinto /usr/share/ipmicfg
newins UEFI/IPMICFG.efi ipmicfg.efi
+   secureboot_auto_sign --in-place
fi
 
# Install docs



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2023-07-15 Thread Conrad Kostecki
commit: aa91700f3c0ba4831cba973e92914d6b2f1f5ca5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 15 20:57:17 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 15 21:13:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa91700f

sys-apps/ipmicfg: add 1.34.2.230224

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index f797fb9f8333..6e8de685fb55 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
 DIST IPMICFG_1.34.0_build.220906.zip 2239248 BLAKE2B 
3a5579c248308824a1a77d00ced831ffb323823fc918e45e02fa7815d50c0028758db49700e3c663ac2b2e24c7a118771e34a23d7f02ae8605d6aa3bac9b4449
 SHA512 
5b0d8f9fb24387d1e9e6f8da5113fa15f7bd826bc5b75693b6ad90d75badb325f42aa526a14ebec8e0a411c3ea864743883890cf76b0d276d2fd579c5dbbdf21
+DIST IPMICFG_1.34.2_build.230224.zip 2381414 BLAKE2B 
de33d12aeee5da25357a4954b970cb69b0f5446d92c75d15dfdf07c2d72c06dc2a3f0d6da3927a273ca029a8e9e76175256dfe34dec87ab1ea5f351f66417a41
 SHA512 
5c9447bafb054957c3ab430cae4d853acb98ca3aa112ae06439ce20fe04c4c9ff68bf596a507b65cda2020f8b8c7ed8ce1dd50c610868218d1483d6216211ee8

diff --git a/sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild
new file mode 100644
index ..2adf8df742f3
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_DATE="$(ver_cut 4)"
+MY_PN="${PN^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="https://www.supermicro.com/Bios/sw_download/551/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="uefi"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+QA_PREBUILT="usr/bin/ipmicfg"
+
+src_install() {
+   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
+
+   if use uefi; then
+   insinto /usr/share/ipmicfg
+   newins UEFI/IPMICFG.efi ipmicfg.efi
+   fi
+
+   # Install docs
+   local DOCS=(
+   "IPMICFG_UserGuide.pdf"
+   "ReleaseNotes.txt"
+   )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2023-07-15 Thread Conrad Kostecki
commit: f994740e57eda9eaef3326330a8dff673b3bef61
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Jul 15 20:57:30 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jul 15 21:13:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f994740e

sys-apps/ipmicfg: drop 1.34.0.220906

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 -
 sys-apps/ipmicfg/ipmicfg-1.34.0.220906.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 6e8de685fb55..78a129b9ad90 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.34.0_build.220906.zip 2239248 BLAKE2B 
3a5579c248308824a1a77d00ced831ffb323823fc918e45e02fa7815d50c0028758db49700e3c663ac2b2e24c7a118771e34a23d7f02ae8605d6aa3bac9b4449
 SHA512 
5b0d8f9fb24387d1e9e6f8da5113fa15f7bd826bc5b75693b6ad90d75badb325f42aa526a14ebec8e0a411c3ea864743883890cf76b0d276d2fd579c5dbbdf21
 DIST IPMICFG_1.34.2_build.230224.zip 2381414 BLAKE2B 
de33d12aeee5da25357a4954b970cb69b0f5446d92c75d15dfdf07c2d72c06dc2a3f0d6da3927a273ca029a8e9e76175256dfe34dec87ab1ea5f351f66417a41
 SHA512 
5c9447bafb054957c3ab430cae4d853acb98ca3aa112ae06439ce20fe04c4c9ff68bf596a507b65cda2020f8b8c7ed8ce1dd50c610868218d1483d6216211ee8

diff --git a/sys-apps/ipmicfg/ipmicfg-1.34.0.220906.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.34.0.220906.ebuild
deleted file mode 100644
index a1760554ee82..
--- a/sys-apps/ipmicfg/ipmicfg-1.34.0.220906.ebuild
+++ /dev/null
@@ -1,40 +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^^}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="https://www.supermicro.com/Bios/sw_download/481/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="uefi"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-QA_PREBUILT="usr/bin/ipmicfg"
-
-src_install() {
-   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
-
-   if use uefi; then
-   insinto /usr/share/ipmicfg
-   newins UEFI/IPMICFG.efi ipmicfg.efi
-   fi
-
-   # Install docs
-   local DOCS=(
-   "IPMICFG_UserGuide.pdf"
-   "ReleaseNotes.txt"
-   )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2022-10-02 Thread Conrad Kostecki
commit: 3d559415373c02ef55e422b6571c0ad77488b95b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct  2 14:53:15 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Oct  2 14:56:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d559415

sys-apps/ipmicfg: drop 1.33.2.220126

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 -
 sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index baa257f0be19..f797fb9f8333 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.33.2_build.220126.zip 2001713 BLAKE2B 
12535eb2f0564a7f019e11267b19340daefa279e6f2005cc9360fe06130e30b9fee8cc03b79d2de25e1429e9eedb995026400cec6a8d3b0b66693fb35daa6c6e
 SHA512 
352db617d772c28d77056b4571dd28eefb58795a79ed8032e34306dcb34a72177e22c70984c75e708fcb286b7377757a3d7400270a04dcf70c1e27534bbd38ce
 DIST IPMICFG_1.34.0_build.220906.zip 2239248 BLAKE2B 
3a5579c248308824a1a77d00ced831ffb323823fc918e45e02fa7815d50c0028758db49700e3c663ac2b2e24c7a118771e34a23d7f02ae8605d6aa3bac9b4449
 SHA512 
5b0d8f9fb24387d1e9e6f8da5113fa15f7bd826bc5b75693b6ad90d75badb325f42aa526a14ebec8e0a411c3ea864743883890cf76b0d276d2fd579c5dbbdf21

diff --git a/sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild
deleted file mode 100644
index 24e4375c565c..
--- a/sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild
+++ /dev/null
@@ -1,40 +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^^}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="uefi"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-QA_PREBUILT="usr/bin/ipmicfg"
-
-src_install() {
-   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
-
-   if use uefi; then
-   insinto /usr/share/ipmicfg
-   newins UEFI/IPMICFG.efi ipmicfg.efi
-   fi
-
-   # Install docs
-   local DOCS=(
-   "IPMICFG_UserGuide.pdf"
-   "ReleaseNotes.txt"
-   )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2022-10-02 Thread Conrad Kostecki
commit: 8fae838428c57d983c1cca250d7bf166d17992f9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Oct  2 14:52:57 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Oct  2 14:56:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fae8384

sys-apps/ipmicfg: add 1.34.0.220906

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.34.0.220906.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 92e4e34d2d2a..baa257f0be19 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
 DIST IPMICFG_1.33.2_build.220126.zip 2001713 BLAKE2B 
12535eb2f0564a7f019e11267b19340daefa279e6f2005cc9360fe06130e30b9fee8cc03b79d2de25e1429e9eedb995026400cec6a8d3b0b66693fb35daa6c6e
 SHA512 
352db617d772c28d77056b4571dd28eefb58795a79ed8032e34306dcb34a72177e22c70984c75e708fcb286b7377757a3d7400270a04dcf70c1e27534bbd38ce
+DIST IPMICFG_1.34.0_build.220906.zip 2239248 BLAKE2B 
3a5579c248308824a1a77d00ced831ffb323823fc918e45e02fa7815d50c0028758db49700e3c663ac2b2e24c7a118771e34a23d7f02ae8605d6aa3bac9b4449
 SHA512 
5b0d8f9fb24387d1e9e6f8da5113fa15f7bd826bc5b75693b6ad90d75badb325f42aa526a14ebec8e0a411c3ea864743883890cf76b0d276d2fd579c5dbbdf21

diff --git a/sys-apps/ipmicfg/ipmicfg-1.34.0.220906.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.34.0.220906.ebuild
new file mode 100644
index ..a1760554ee82
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.34.0.220906.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_DATE="$(ver_cut 4)"
+MY_PN="${PN^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="https://www.supermicro.com/Bios/sw_download/481/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="uefi"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+QA_PREBUILT="usr/bin/ipmicfg"
+
+src_install() {
+   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
+
+   if use uefi; then
+   insinto /usr/share/ipmicfg
+   newins UEFI/IPMICFG.efi ipmicfg.efi
+   fi
+
+   # Install docs
+   local DOCS=(
+   "IPMICFG_UserGuide.pdf"
+   "ReleaseNotes.txt"
+   )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2022-03-28 Thread Conrad Kostecki
commit: f6582956ef9a3fb045fad73a41ea839995c94c48
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Mar 28 18:32:27 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Mar 28 18:32:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6582956

sys-apps/ipmicfg: drop 1.33.0.210528-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest|  1 -
 sys-apps/ipmicfg/ipmicfg-1.33.0.210528-r1.ebuild | 40 
 2 files changed, 41 deletions(-)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 0aada39c26c0..92e4e34d2d2a 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.33.0_build.210528.zip 1975282 BLAKE2B 
e1397beffa3a2da1a224eb6c94a4107df23b5cf8066b63833fe28f40ced33a753114d685365724f43e314ce82a20ea41954401ca8808c3a7279412ef82ed463e
 SHA512 
985395ce3604f33f6ad90aab07bb2cbad34c444e08f53c093acf9566c9083962286c2ab2cb2137352adf643cd9abe102b2f017c656b0da27e2dfbe025cf55e18
 DIST IPMICFG_1.33.2_build.220126.zip 2001713 BLAKE2B 
12535eb2f0564a7f019e11267b19340daefa279e6f2005cc9360fe06130e30b9fee8cc03b79d2de25e1429e9eedb995026400cec6a8d3b0b66693fb35daa6c6e
 SHA512 
352db617d772c28d77056b4571dd28eefb58795a79ed8032e34306dcb34a72177e22c70984c75e708fcb286b7377757a3d7400270a04dcf70c1e27534bbd38ce

diff --git a/sys-apps/ipmicfg/ipmicfg-1.33.0.210528-r1.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.33.0.210528-r1.ebuild
deleted file mode 100644
index 24e4375c565c..
--- a/sys-apps/ipmicfg/ipmicfg-1.33.0.210528-r1.ebuild
+++ /dev/null
@@ -1,40 +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^^}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="uefi"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-QA_PREBUILT="usr/bin/ipmicfg"
-
-src_install() {
-   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
-
-   if use uefi; then
-   insinto /usr/share/ipmicfg
-   newins UEFI/IPMICFG.efi ipmicfg.efi
-   fi
-
-   # Install docs
-   local DOCS=(
-   "IPMICFG_UserGuide.pdf"
-   "ReleaseNotes.txt"
-   )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2022-03-28 Thread Conrad Kostecki
commit: aa9965de78f26ee4c76594cf385ac21df46156bc
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Mar 28 18:31:59 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Mar 28 18:32:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9965de

sys-apps/ipmicfg: add 1.33.2.220126

Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 7c634b24003b..0aada39c26c0 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
 DIST IPMICFG_1.33.0_build.210528.zip 1975282 BLAKE2B 
e1397beffa3a2da1a224eb6c94a4107df23b5cf8066b63833fe28f40ced33a753114d685365724f43e314ce82a20ea41954401ca8808c3a7279412ef82ed463e
 SHA512 
985395ce3604f33f6ad90aab07bb2cbad34c444e08f53c093acf9566c9083962286c2ab2cb2137352adf643cd9abe102b2f017c656b0da27e2dfbe025cf55e18
+DIST IPMICFG_1.33.2_build.220126.zip 2001713 BLAKE2B 
12535eb2f0564a7f019e11267b19340daefa279e6f2005cc9360fe06130e30b9fee8cc03b79d2de25e1429e9eedb995026400cec6a8d3b0b66693fb35daa6c6e
 SHA512 
352db617d772c28d77056b4571dd28eefb58795a79ed8032e34306dcb34a72177e22c70984c75e708fcb286b7377757a3d7400270a04dcf70c1e27534bbd38ce

diff --git a/sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild
new file mode 100644
index ..24e4375c565c
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.33.2.220126.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_DATE="$(ver_cut 4)"
+MY_PN="${PN^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="uefi"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+QA_PREBUILT="usr/bin/ipmicfg"
+
+src_install() {
+   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
+
+   if use uefi; then
+   insinto /usr/share/ipmicfg
+   newins UEFI/IPMICFG.efi ipmicfg.efi
+   fi
+
+   # Install docs
+   local DOCS=(
+   "IPMICFG_UserGuide.pdf"
+   "ReleaseNotes.txt"
+   )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2021-08-28 Thread Conrad Kostecki
commit: a0c5c61bc16aa930217f215cc2203a455d43
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 28 11:42:49 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 28 11:42:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c5c61b

sys-apps/ipmicfg: bump to version 1.33.0.210528

Bug: https://bugs.gentoo.org/810763
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.33.0.210528.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 7c94f1dc012..c171c047d93 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
 DIST IPMICFG_1.32.0_build.200910.zip 1821771 BLAKE2B 
60c10cb0375792bf944d1fe888ef6d0e45cda19248b77048c10e2be13cf641554b3cfeb355a091dd720b7f6110a08dd27e915330360e88bfd64990a925b7d605
 SHA512 
a50cc4757674dfd6a821b928dd76913fa349b532f6185fe2b1f52d13aa7a0b4a561c460af68fa5484e2f9461bd1782b99521fee361c0c5d166de48370f3f8429
+DIST IPMICFG_1.33.0_build.210528.zip 1975282 BLAKE2B 
e1397beffa3a2da1a224eb6c94a4107df23b5cf8066b63833fe28f40ced33a753114d685365724f43e314ce82a20ea41954401ca8808c3a7279412ef82ed463e
 SHA512 
985395ce3604f33f6ad90aab07bb2cbad34c444e08f53c093acf9566c9083962286c2ab2cb2137352adf643cd9abe102b2f017c656b0da27e2dfbe025cf55e18

diff --git a/sys-apps/ipmicfg/ipmicfg-1.33.0.210528.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.33.0.210528.ebuild
new file mode 100644
index 000..d3ff20d0571
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.33.0.210528.ebuild
@@ -0,0 +1,40 @@
+# 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^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="uefi"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+QA_PREBUILT="usr/bin/ipmicfg"
+
+src_install() {
+   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
+
+   if use uefi; then
+   insinto /usr/share/ipmicfg
+   newins UEFI/IPMICFG.efi ipmicfg.efi
+   fi
+
+   # Install docs
+   local DOCS=(
+   "IPMICFG_UserGuide.pdf"
+   "ReleaseNotes.txt"
+   )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2021-08-28 Thread Conrad Kostecki
commit: 3acb5ba0e4e652af926247157d5c31d3b1b8a18f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug 28 11:43:31 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug 28 11:43:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3acb5ba0

sys-apps/ipmicfg: drop old version

Closes: https://bugs.gentoo.org/810763
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 -
 sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild | 40 ---
 2 files changed, 41 deletions(-)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index c171c047d93..7c634b24003 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.32.0_build.200910.zip 1821771 BLAKE2B 
60c10cb0375792bf944d1fe888ef6d0e45cda19248b77048c10e2be13cf641554b3cfeb355a091dd720b7f6110a08dd27e915330360e88bfd64990a925b7d605
 SHA512 
a50cc4757674dfd6a821b928dd76913fa349b532f6185fe2b1f52d13aa7a0b4a561c460af68fa5484e2f9461bd1782b99521fee361c0c5d166de48370f3f8429
 DIST IPMICFG_1.33.0_build.210528.zip 1975282 BLAKE2B 
e1397beffa3a2da1a224eb6c94a4107df23b5cf8066b63833fe28f40ced33a753114d685365724f43e314ce82a20ea41954401ca8808c3a7279412ef82ed463e
 SHA512 
985395ce3604f33f6ad90aab07bb2cbad34c444e08f53c093acf9566c9083962286c2ab2cb2137352adf643cd9abe102b2f017c656b0da27e2dfbe025cf55e18

diff --git a/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild
deleted file mode 100644
index 1d873c26b30..000
--- a/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild
+++ /dev/null
@@ -1,40 +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^^}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-IUSE="uefi"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-QA_PREBUILT="usr/bin/ipmicfg"
-
-src_install() {
-   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
-
-   if use uefi; then
-   insinto /usr/share/ipmicfg
-   newins UEFI/IPMICFG.efi ipmicfg.efi
-   fi
-
-   # Install docs
-   local DOCS=(
-   "IPMICFG_UserGuide.pdf"
-   "ReleaseNotes.txt"
-   )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2021-07-01 Thread Conrad Kostecki
commit: 220272584ede5543938cda50276e5361af74103b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jul  1 21:48:10 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jul  1 22:18:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22027258

sys-apps/ipmicfg: x86 stable

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

 sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild
index 642ff2b9341..f66511dce8d 100644
--- a/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild
+++ b/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,18 +10,17 @@ MY_PV="$(ver_cut 1-3)"
 DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
 HOMEPAGE="https://www.supermicro.com;
 
SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
 
 LICENSE="supermicro"
 SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* ~amd64 x86"
 IUSE="uefi"
 
 BDEPEND="app-arch/unzip"
 
 RESTRICT="bindist mirror"
 
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
 QA_PREBUILT="usr/bin/ipmicfg"
 
 src_install() {



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2021-07-01 Thread Conrad Kostecki
commit: cda83055b05b2dcc7e4bf9029ff5120ce53629e1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jul  1 21:49:00 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jul  1 22:18:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cda83055

sys-apps/ipmicfg: amd64 stable

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

 sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild
index f66511dce8d..1d873c26b30 100644
--- a/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild
+++ b/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
 
 LICENSE="supermicro"
 SLOT="0"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
 IUSE="uefi"
 
 BDEPEND="app-arch/unzip"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2020-12-27 Thread Conrad Kostecki
commit: 55b659c812a28758300d01966ff8364c2f808902
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec 27 11:36:33 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec 27 11:36:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55b659c8

sys-apps/ipmicfg: bump to version 1.32.0.200910

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

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index a3ba31fcf77..5da6d49a2f7 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
 DIST IPMICFG_1.32.0_build.200820.zip 1821515 BLAKE2B 
a214d45f0a52ba16e85f4287780da1d7c3b236624139f71e32e0112914864a044a5b1756ee75525bbd9e8c475b39c608e80b3fc679388c3d07b4b2823a36d57d
 SHA512 
c800f8fc3675718a7077cd717d0a810a516f17081c0a1d3a440af4b292f1f908b66e2450a1f8f5efcd34ebcaf9db56a2dc8b4c448d6d920fd36578356f7753dc
+DIST IPMICFG_1.32.0_build.200910.zip 1821771 BLAKE2B 
60c10cb0375792bf944d1fe888ef6d0e45cda19248b77048c10e2be13cf641554b3cfeb355a091dd720b7f6110a08dd27e915330360e88bfd64990a925b7d605
 SHA512 
a50cc4757674dfd6a821b928dd76913fa349b532f6185fe2b1f52d13aa7a0b4a561c460af68fa5484e2f9461bd1782b99521fee361c0c5d166de48370f3f8429

diff --git a/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild
new file mode 100644
index 000..642ff2b9341
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.32.0.200910.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_DATE="$(ver_cut 4)"
+MY_PN="${PN^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="uefi"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+QA_PREBUILT="usr/bin/ipmicfg"
+
+src_install() {
+   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
+
+   if use uefi; then
+   insinto /usr/share/ipmicfg
+   newins UEFI/IPMICFG.efi ipmicfg.efi
+   fi
+
+   # Install docs
+   local DOCS=(
+   "IPMICFG_UserGuide.pdf"
+   "ReleaseNotes.txt"
+   )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2020-12-27 Thread Conrad Kostecki
commit: 01b88769127a1f9a46a21c46700eed92f2f5b1e8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec 27 11:37:07 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec 27 11:37:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b88769

sys-apps/ipmicfg: drop old version

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

 sys-apps/ipmicfg/Manifest |  1 -
 sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 5da6d49a2f7..7c94f1dc012 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.32.0_build.200820.zip 1821515 BLAKE2B 
a214d45f0a52ba16e85f4287780da1d7c3b236624139f71e32e0112914864a044a5b1756ee75525bbd9e8c475b39c608e80b3fc679388c3d07b4b2823a36d57d
 SHA512 
c800f8fc3675718a7077cd717d0a810a516f17081c0a1d3a440af4b292f1f908b66e2450a1f8f5efcd34ebcaf9db56a2dc8b4c448d6d920fd36578356f7753dc
 DIST IPMICFG_1.32.0_build.200910.zip 1821771 BLAKE2B 
60c10cb0375792bf944d1fe888ef6d0e45cda19248b77048c10e2be13cf641554b3cfeb355a091dd720b7f6110a08dd27e915330360e88bfd64990a925b7d605
 SHA512 
a50cc4757674dfd6a821b928dd76913fa349b532f6185fe2b1f52d13aa7a0b4a561c460af68fa5484e2f9461bd1782b99521fee361c0c5d166de48370f3f8429

diff --git a/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild
deleted file mode 100644
index 642ff2b9341..000
--- a/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild
+++ /dev/null
@@ -1,41 +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^^}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="uefi"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist mirror"
-
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
-QA_PREBUILT="usr/bin/ipmicfg"
-
-src_install() {
-   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
-
-   if use uefi; then
-   insinto /usr/share/ipmicfg
-   newins UEFI/IPMICFG.efi ipmicfg.efi
-   fi
-
-   # Install docs
-   local DOCS=(
-   "IPMICFG_UserGuide.pdf"
-   "ReleaseNotes.txt"
-   )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2020-10-23 Thread Conrad Kostecki
commit: c8a9f3996f7ec903d8d9d4b1de611df035f93dcb
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Oct 23 15:35:03 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct 23 15:35:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a9f399

sys-apps/ipmicfg: fix SRC_URI

Closes: https://bugs.gentoo.org/750803
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild
index c4778e0cb97..642ff2b9341 100644
--- a/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild
+++ b/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild
@@ -9,7 +9,7 @@ MY_PV="$(ver_cut 1-3)"
 
 DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
 HOMEPAGE="https://www.supermicro.com;
-SRC_URI="https://www.supermicro.com/wftp/utility/{MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+SRC_URI="https://www.supermicro.com/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
 
 LICENSE="supermicro"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2020-10-09 Thread Conrad Kostecki
commit: 760dac27cfa836035ea289f31bc3bad3cc55f591
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Oct  9 13:37:45 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct  9 13:37:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=760dac27

sys-apps/ipmicfg: drop old version

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

 sys-apps/ipmicfg/Manifest |  1 -
 sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild | 47 ---
 2 files changed, 48 deletions(-)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 4600ba0d586..a3ba31fcf77 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.31.1_build.200623.zip 1755988 BLAKE2B 
d9f851d9f9aa2edd51427e4b03bc09e62cc848079507995aefc9c115fe72b6727747e1739a71a56f7909c67d66150d32d89d7163130b9e23c9bd8f9f07b24d70
 SHA512 
b138d05ad8d2441be6ee3aa97975a998c5d0863e4b8d46d7841693aaeddece058940327fe57a6407df22204ee838325a19b90caec247f7fe8231cb0ab4058474
 DIST IPMICFG_1.32.0_build.200820.zip 1821515 BLAKE2B 
a214d45f0a52ba16e85f4287780da1d7c3b236624139f71e32e0112914864a044a5b1756ee75525bbd9e8c475b39c608e80b3fc679388c3d07b4b2823a36d57d
 SHA512 
c800f8fc3675718a7077cd717d0a810a516f17081c0a1d3a440af4b292f1f908b66e2450a1f8f5efcd34ebcaf9db56a2dc8b4c448d6d920fd36578356f7753dc

diff --git a/sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild
deleted file mode 100644
index 15d16ef5e36..000
--- a/sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild
+++ /dev/null
@@ -1,47 +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^^}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
-
-LICENSE="supermicro"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE="uefi"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist fetch mirror"
-
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
-QA_PREBUILT="usr/bin/ipmicfg"
-
-pkg_nofetch() {
-   elog "Please download ${A} from"
-   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
-   elog "and place it in your DISTDIR directory."
-}
-
-src_install() {
-   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
-
-   if use uefi; then
-   insinto /usr/share/ipmicfg
-   newins UEFI/IPMICFG.efi ipmicfg.efi
-   fi
-
-   # Install docs
-   local DOCS=(
-   "IPMICFG_UserGuide.pdf"
-   "ReleaseNotes.txt"
-   )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2020-10-09 Thread Conrad Kostecki
commit: 6b404d493ffd08480eadc1a429df98f081b27183
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Oct  9 13:36:02 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Oct  9 13:36:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b404d49

sys-apps/ipmicfg: bump to version 1.32.0

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

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 162b7b3db62..4600ba0d586 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
 DIST IPMICFG_1.31.1_build.200623.zip 1755988 BLAKE2B 
d9f851d9f9aa2edd51427e4b03bc09e62cc848079507995aefc9c115fe72b6727747e1739a71a56f7909c67d66150d32d89d7163130b9e23c9bd8f9f07b24d70
 SHA512 
b138d05ad8d2441be6ee3aa97975a998c5d0863e4b8d46d7841693aaeddece058940327fe57a6407df22204ee838325a19b90caec247f7fe8231cb0ab4058474
+DIST IPMICFG_1.32.0_build.200820.zip 1821515 BLAKE2B 
a214d45f0a52ba16e85f4287780da1d7c3b236624139f71e32e0112914864a044a5b1756ee75525bbd9e8c475b39c608e80b3fc679388c3d07b4b2823a36d57d
 SHA512 
c800f8fc3675718a7077cd717d0a810a516f17081c0a1d3a440af4b292f1f908b66e2450a1f8f5efcd34ebcaf9db56a2dc8b4c448d6d920fd36578356f7753dc

diff --git a/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild
new file mode 100644
index 000..c4778e0cb97
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.32.0.200820.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_DATE="$(ver_cut 4)"
+MY_PN="${PN^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="https://www.supermicro.com/wftp/utility/{MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="uefi"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+QA_PREBUILT="usr/bin/ipmicfg"
+
+src_install() {
+   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
+
+   if use uefi; then
+   insinto /usr/share/ipmicfg
+   newins UEFI/IPMICFG.efi ipmicfg.efi
+   fi
+
+   # Install docs
+   local DOCS=(
+   "IPMICFG_UserGuide.pdf"
+   "ReleaseNotes.txt"
+   )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2020-08-09 Thread Conrad Kostecki
commit: fb0054273c06a2f19f2b7d40b728594f7fbe7a4c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Aug  9 15:25:48 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Aug  9 15:52:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb005427

sys-apps/ipmicfg: drop old version

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 -
 sys-apps/ipmicfg/ipmicfg-1.31.0.200205.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index b9f114609c5..162b7b3db62 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.31.0_build.200205.zip 1972548 BLAKE2B 
e6d16907bad2c85618087f770621bf8335bbe38eb5b1a2466ee5b998ab13613aa96dd44e395a05e5b183597d4e5d5f775685bc810cd7d904f57eccecc8474ba1
 SHA512 
c46414b3504fe357f3b7df0f0c5f8cd4ada5ffa0541a1e49f282a187b8257d6c278cda099cce034eb9a25ad47bfd531255ec88ef6e2495a80f281888374441eb
 DIST IPMICFG_1.31.1_build.200623.zip 1755988 BLAKE2B 
d9f851d9f9aa2edd51427e4b03bc09e62cc848079507995aefc9c115fe72b6727747e1739a71a56f7909c67d66150d32d89d7163130b9e23c9bd8f9f07b24d70
 SHA512 
b138d05ad8d2441be6ee3aa97975a998c5d0863e4b8d46d7841693aaeddece058940327fe57a6407df22204ee838325a19b90caec247f7fe8231cb0ab4058474

diff --git a/sys-apps/ipmicfg/ipmicfg-1.31.0.200205.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.31.0.200205.ebuild
deleted file mode 100644
index 6c3e2af0a83..000
--- a/sys-apps/ipmicfg/ipmicfg-1.31.0.200205.ebuild
+++ /dev/null
@@ -1,41 +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^^}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
-
-KEYWORDS="-* ~amd64 ~x86"
-LICENSE="supermicro"
-SLOT="0"
-
-BDEPEND="app-arch/unzip"
-
-RESTRICT="bindist fetch mirror"
-
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
-QA_PREBUILT="usr/bin/ipmicfg"
-
-pkg_nofetch() {
-   elog "Please download ${A} from"
-   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
-   elog "and place it in your DISTDIR directory."
-}
-
-src_install() {
-   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
-
-   # Install docs
-   local DOCS=(
-   "IPMICFG_UserGuide.pdf"
-   "ReleaseNotes.txt"
-   )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2020-08-09 Thread Conrad Kostecki
commit: 26898f4ef76fb1a13d548f0e46ebb4e8fd2809ca
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Aug  9 15:25:04 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Aug  9 15:52:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26898f4e

sys-apps/ipmicfg: bump to version 1.31.1

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild | 47 +++
 sys-apps/ipmicfg/metadata.xml |  3 ++
 3 files changed, 51 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index d38b1b46aaf..b9f114609c5 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
 DIST IPMICFG_1.31.0_build.200205.zip 1972548 BLAKE2B 
e6d16907bad2c85618087f770621bf8335bbe38eb5b1a2466ee5b998ab13613aa96dd44e395a05e5b183597d4e5d5f775685bc810cd7d904f57eccecc8474ba1
 SHA512 
c46414b3504fe357f3b7df0f0c5f8cd4ada5ffa0541a1e49f282a187b8257d6c278cda099cce034eb9a25ad47bfd531255ec88ef6e2495a80f281888374441eb
+DIST IPMICFG_1.31.1_build.200623.zip 1755988 BLAKE2B 
d9f851d9f9aa2edd51427e4b03bc09e62cc848079507995aefc9c115fe72b6727747e1739a71a56f7909c67d66150d32d89d7163130b9e23c9bd8f9f07b24d70
 SHA512 
b138d05ad8d2441be6ee3aa97975a998c5d0863e4b8d46d7841693aaeddece058940327fe57a6407df22204ee838325a19b90caec247f7fe8231cb0ab4058474

diff --git a/sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild
new file mode 100644
index 000..15d16ef5e36
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.31.1.200623.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_DATE="$(ver_cut 4)"
+MY_PN="${PN^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+
+LICENSE="supermicro"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE="uefi"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist fetch mirror"
+
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+QA_PREBUILT="usr/bin/ipmicfg"
+
+pkg_nofetch() {
+   elog "Please download ${A} from"
+   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
+   elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
+
+   if use uefi; then
+   insinto /usr/share/ipmicfg
+   newins UEFI/IPMICFG.efi ipmicfg.efi
+   fi
+
+   # Install docs
+   local DOCS=(
+   "IPMICFG_UserGuide.pdf"
+   "ReleaseNotes.txt"
+   )
+   einstalldocs
+}

diff --git a/sys-apps/ipmicfg/metadata.xml b/sys-apps/ipmicfg/metadata.xml
index 3e3880cf105..1da025bfee6 100644
--- a/sys-apps/ipmicfg/metadata.xml
+++ b/sys-apps/ipmicfg/metadata.xml
@@ -5,4 +5,7 @@
conik...@gentoo.org
Conrad Kostecki

+   
+   Install compatible UEFI file for boot.
+   
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2020-03-12 Thread Conrad Kostecki
commit: c57300b819ff9247c2e8810d6798a226b2d71b53
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Mar 12 22:46:20 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Mar 12 22:47:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c57300b8

sys-apps/ipmicfg: bump to version 1.31.0

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.31.0.200205.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 481fbaa6b21..b08f81ce557 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
 DIST IPMICFG_1.30.0_build.190710.zip 1886457 BLAKE2B 
5a303ccedda2ffab8d599e68feb1e23faeba0cca7d2fdb224c29440a11a12114cdf536e3f9e5544c1f929fdf8aab0846db51ff2935b20b70b7c3cf7a0fa82bfc
 SHA512 
bad76fd5bc07a9bafecbc02c9a0fc26310b4894c6c365f3c53f1a900244b634317bf59f43d8fa230af866ce6e7f537c7f902b38bb1d4ff5a8546de4fe94043f4
+DIST IPMICFG_1.31.0_build.200205.zip 1972548 BLAKE2B 
e6d16907bad2c85618087f770621bf8335bbe38eb5b1a2466ee5b998ab13613aa96dd44e395a05e5b183597d4e5d5f775685bc810cd7d904f57eccecc8474ba1
 SHA512 
c46414b3504fe357f3b7df0f0c5f8cd4ada5ffa0541a1e49f282a187b8257d6c278cda099cce034eb9a25ad47bfd531255ec88ef6e2495a80f281888374441eb

diff --git a/sys-apps/ipmicfg/ipmicfg-1.31.0.200205.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.31.0.200205.ebuild
new file mode 100644
index 000..6c3e2af0a83
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.31.0.200205.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_DATE="$(ver_cut 4)"
+MY_PN="${PN^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="supermicro"
+SLOT="0"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist fetch mirror"
+
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+QA_PREBUILT="usr/bin/ipmicfg"
+
+pkg_nofetch() {
+   elog "Please download ${A} from"
+   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
+   elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+   newbin Linux/$(usex amd64 '64bit' '32bit')/IPMICFG-Linux.x86$(usex 
amd64 '_64' '') ipmicfg
+
+   # Install docs
+   local DOCS=(
+   "IPMICFG_UserGuide.pdf"
+   "ReleaseNotes.txt"
+   )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2020-03-12 Thread Conrad Kostecki
commit: 97e7ba5c377fbad3e79e5ec4d559a15eaccb8d22
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Mar 12 22:46:45 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Mar 12 22:47:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e7ba5c

sys-apps/ipmicfg: drop old version

Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Conrad Kostecki  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 -
 sys-apps/ipmicfg/ipmicfg-1.30.0.190710.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index b08f81ce557..d38b1b46aaf 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.30.0_build.190710.zip 1886457 BLAKE2B 
5a303ccedda2ffab8d599e68feb1e23faeba0cca7d2fdb224c29440a11a12114cdf536e3f9e5544c1f929fdf8aab0846db51ff2935b20b70b7c3cf7a0fa82bfc
 SHA512 
bad76fd5bc07a9bafecbc02c9a0fc26310b4894c6c365f3c53f1a900244b634317bf59f43d8fa230af866ce6e7f537c7f902b38bb1d4ff5a8546de4fe94043f4
 DIST IPMICFG_1.31.0_build.200205.zip 1972548 BLAKE2B 
e6d16907bad2c85618087f770621bf8335bbe38eb5b1a2466ee5b998ab13613aa96dd44e395a05e5b183597d4e5d5f775685bc810cd7d904f57eccecc8474ba1
 SHA512 
c46414b3504fe357f3b7df0f0c5f8cd4ada5ffa0541a1e49f282a187b8257d6c278cda099cce034eb9a25ad47bfd531255ec88ef6e2495a80f281888374441eb

diff --git a/sys-apps/ipmicfg/ipmicfg-1.30.0.190710.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.30.0.190710.ebuild
deleted file mode 100644
index c8ffc2689fb..000
--- a/sys-apps/ipmicfg/ipmicfg-1.30.0.190710.ebuild
+++ /dev/null
@@ -1,58 +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^^}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
-
-KEYWORDS="-* ~amd64 ~x86"
-LICENSE="supermicro"
-SLOT="0"
-
-DEPEND="app-arch/unzip"
-
-RESTRICT="bindist fetch mirror"
-
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
-QA_PREBUILT="
-   opt/ipmicfg/IPMICFG-Linux.x86
-   opt/ipmicfg/IPMICFG-Linux.x86_64
-"
-
-pkg_nofetch() {
-   elog "Please download ${A} from"
-   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
-   elog "and place it in your DISTDIR directory."
-}
-
-src_install() {
-   # Choose ARCH
-   local my_arch_binary="$(usex amd64 'x86_64' 'x86')"
-   local my_arch_folder="$(usex amd64 '64bit' '32bit')"
-
-   # Install files
-   insinto /opt/ipmicfg
-   doins Linux/"${my_arch_folder}"/*.dat
-
-   # Install binary
-   exeinto /opt/ipmicfg
-   doexe Linux/"${my_arch_folder}"/IPMICFG-Linux."${my_arch_binary}"
-
-   # Install symlink
-   dodir /opt/bin
-   dosym ../ipmicfg/IPMICFG-Linux."${my_arch_binary}" /opt/bin/ipmicfg
-
-   # Install docs
-   local DOCS=(
-   "IPMICFG_UserGuide.pdf"
-   "ReleaseNotes.txt"
-   )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2019-12-02 Thread Conrad Kostecki
commit: 5f3a6b797680b9feda3e0db124cfd862d837cdff
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Dec  2 23:07:32 2019 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Dec  2 23:21:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3a6b79

sys-apps/ipmicfg: updated metadata.xml

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

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

diff --git a/sys-apps/ipmicfg/metadata.xml b/sys-apps/ipmicfg/metadata.xml
index 54d5423c406..3e3880cf105 100644
--- a/sys-apps/ipmicfg/metadata.xml
+++ b/sys-apps/ipmicfg/metadata.xml
@@ -2,11 +2,7 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 

-   ck+gen...@bl4ckb0x.de
+   conik...@gentoo.org
Conrad Kostecki

-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
 



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2019-10-06 Thread Thomas Deutschmann
commit: 260e0ac8adb343390b69d4cededf4b797ed8977e
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Sep 21 21:31:32 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct  6 12:44:34 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260e0ac8

sys-apps/ipmicfg: drop old version

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

 sys-apps/ipmicfg/Manifest |  1 -
 sys-apps/ipmicfg/ipmicfg-1.29.0.181029.ebuild | 58 ---
 2 files changed, 59 deletions(-)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 8c6930c7e9d..481fbaa6b21 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.29.0_build.181029.zip 1730029 BLAKE2B 
32e00e3be90273a447ad34e952568853f66fc41728c419a4b0c991af28d9558e9535a726a46f468ee1c04dc5619c558b0701b54e543b98dc4e35b73ce9cb3f35
 SHA512 
c87ce7be7e9fa0c63638d537a9d29b1cb728dc499056f5c3a77cb4bf1989eebba00198f63d15134af8ea19ed521660d1f4bedb10d06a516dd860623cc919275a
 DIST IPMICFG_1.30.0_build.190710.zip 1886457 BLAKE2B 
5a303ccedda2ffab8d599e68feb1e23faeba0cca7d2fdb224c29440a11a12114cdf536e3f9e5544c1f929fdf8aab0846db51ff2935b20b70b7c3cf7a0fa82bfc
 SHA512 
bad76fd5bc07a9bafecbc02c9a0fc26310b4894c6c365f3c53f1a900244b634317bf59f43d8fa230af866ce6e7f537c7f902b38bb1d4ff5a8546de4fe94043f4

diff --git a/sys-apps/ipmicfg/ipmicfg-1.29.0.181029.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.29.0.181029.ebuild
deleted file mode 100644
index 269ad03eb27..000
--- a/sys-apps/ipmicfg/ipmicfg-1.29.0.181029.ebuild
+++ /dev/null
@@ -1,58 +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^^}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
-
-KEYWORDS="-* ~amd64 ~x86"
-LICENSE="supermicro"
-SLOT="0"
-
-DEPEND="app-arch/unzip"
-
-RESTRICT="bindist fetch mirror"
-
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
-QA_PREBUILT="
-   opt/ipmicfg/IPMICFG-Linux.x86
-   opt/ipmicfg/IPMICFG-Linux.x86_64
-"
-
-pkg_nofetch() {
-   elog "Please download ${A} from"
-   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
-   elog "and place it in your DISTDIR directory."
-}
-
-src_install() {
-   # Choose ARCH
-   local my_arch_binary="$(usex amd64 'x86_64' 'x86')"
-   local my_arch_folder="$(usex amd64 '64bit' '32bit')"
-
-   # Install files
-   insinto /opt/ipmicfg
-   doins Linux/"${my_arch_folder}"/*.dat
-
-   # Install binary
-   exeinto /opt/ipmicfg
-   doexe Linux/"${my_arch_folder}"/IPMICFG-Linux."${my_arch_binary}"
-
-   # Install symlink
-   dodir /opt/bin
-   dosym ../ipmicfg/IPMICFG-Linux."${my_arch_binary}" /opt/bin/ipmicfg
-
-   # Install docs
-   local DOCS=(
-   "IPMICFG_UserGuide.pdf"
-   "ReleaseNotes.txt"
-   )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2019-10-06 Thread Thomas Deutschmann
commit: 6ef08ee23128086dd5824042ea0ebfba5d607f92
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sat Sep 21 21:30:51 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct  6 12:44:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef08ee2

sys-apps/ipmicfg: bump to version 1.30.0

Closes: https://bugs.gentoo.org/696500
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Thomas Deutschmann  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.30.0.190710.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 1e0f952ab99..8c6930c7e9d 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
 DIST IPMICFG_1.29.0_build.181029.zip 1730029 BLAKE2B 
32e00e3be90273a447ad34e952568853f66fc41728c419a4b0c991af28d9558e9535a726a46f468ee1c04dc5619c558b0701b54e543b98dc4e35b73ce9cb3f35
 SHA512 
c87ce7be7e9fa0c63638d537a9d29b1cb728dc499056f5c3a77cb4bf1989eebba00198f63d15134af8ea19ed521660d1f4bedb10d06a516dd860623cc919275a
+DIST IPMICFG_1.30.0_build.190710.zip 1886457 BLAKE2B 
5a303ccedda2ffab8d599e68feb1e23faeba0cca7d2fdb224c29440a11a12114cdf536e3f9e5544c1f929fdf8aab0846db51ff2935b20b70b7c3cf7a0fa82bfc
 SHA512 
bad76fd5bc07a9bafecbc02c9a0fc26310b4894c6c365f3c53f1a900244b634317bf59f43d8fa230af866ce6e7f537c7f902b38bb1d4ff5a8546de4fe94043f4

diff --git a/sys-apps/ipmicfg/ipmicfg-1.30.0.190710.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.30.0.190710.ebuild
new file mode 100644
index 000..c8ffc2689fb
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.30.0.190710.ebuild
@@ -0,0 +1,58 @@
+# 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^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="supermicro"
+SLOT="0"
+
+DEPEND="app-arch/unzip"
+
+RESTRICT="bindist fetch mirror"
+
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+QA_PREBUILT="
+   opt/ipmicfg/IPMICFG-Linux.x86
+   opt/ipmicfg/IPMICFG-Linux.x86_64
+"
+
+pkg_nofetch() {
+   elog "Please download ${A} from"
+   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
+   elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+   # Choose ARCH
+   local my_arch_binary="$(usex amd64 'x86_64' 'x86')"
+   local my_arch_folder="$(usex amd64 '64bit' '32bit')"
+
+   # Install files
+   insinto /opt/ipmicfg
+   doins Linux/"${my_arch_folder}"/*.dat
+
+   # Install binary
+   exeinto /opt/ipmicfg
+   doexe Linux/"${my_arch_folder}"/IPMICFG-Linux."${my_arch_binary}"
+
+   # Install symlink
+   dodir /opt/bin
+   dosym ../ipmicfg/IPMICFG-Linux."${my_arch_binary}" /opt/bin/ipmicfg
+
+   # Install docs
+   local DOCS=(
+   "IPMICFG_UserGuide.pdf"
+   "ReleaseNotes.txt"
+   )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2018-12-16 Thread Andreas Sturmlechner
commit: 5af5ca7f3b195eb34a16a61bf1ad32018692e685
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Nov 30 23:33:04 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 16 19:29:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af5ca7f

sys-apps/ipmicfg: bump to version 1.29.0.181029

Also bumped to EAPI=7.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/10531
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.29.0.181029.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 9d0f7d6dbe5..171c07d34e6 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
 DIST IPMICFG_1.28.0_build.180302.zip 1722771 BLAKE2B 
fde93f75714aac9f79cb76e0a11f4747a933f28eb06c4daf09113e75e0fb26c57e8cf54ad58cff040d3a37427c74d699eef9532db256fe5ae2344667a542b342
 SHA512 
764103de5cf7109a20216d5277ba038747cea16dc78563876b38a8c830d8437bcdf06e0e55db68ad44b32b2a3043535f5c307b3bdaca40bcb04ee05bd097610e
+DIST IPMICFG_1.29.0_build.181029.zip 1730029 BLAKE2B 
32e00e3be90273a447ad34e952568853f66fc41728c419a4b0c991af28d9558e9535a726a46f468ee1c04dc5619c558b0701b54e543b98dc4e35b73ce9cb3f35
 SHA512 
c87ce7be7e9fa0c63638d537a9d29b1cb728dc499056f5c3a77cb4bf1989eebba00198f63d15134af8ea19ed521660d1f4bedb10d06a516dd860623cc919275a

diff --git a/sys-apps/ipmicfg/ipmicfg-1.29.0.181029.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.29.0.181029.ebuild
new file mode 100644
index 000..269ad03eb27
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.29.0.181029.ebuild
@@ -0,0 +1,58 @@
+# 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^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="supermicro"
+SLOT="0"
+
+DEPEND="app-arch/unzip"
+
+RESTRICT="bindist fetch mirror"
+
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+QA_PREBUILT="
+   opt/ipmicfg/IPMICFG-Linux.x86
+   opt/ipmicfg/IPMICFG-Linux.x86_64
+"
+
+pkg_nofetch() {
+   elog "Please download ${A} from"
+   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
+   elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+   # Choose ARCH
+   local my_arch_binary="$(usex amd64 'x86_64' 'x86')"
+   local my_arch_folder="$(usex amd64 '64bit' '32bit')"
+
+   # Install files
+   insinto /opt/ipmicfg
+   doins Linux/"${my_arch_folder}"/*.dat
+
+   # Install binary
+   exeinto /opt/ipmicfg
+   doexe Linux/"${my_arch_folder}"/IPMICFG-Linux."${my_arch_binary}"
+
+   # Install symlink
+   dodir /opt/bin
+   dosym ../ipmicfg/IPMICFG-Linux."${my_arch_binary}" /opt/bin/ipmicfg
+
+   # Install docs
+   local DOCS=(
+   "IPMICFG_UserGuide.pdf"
+   "ReleaseNotes.txt"
+   )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2018-12-16 Thread Andreas Sturmlechner
commit: d1726c1f931907880aff08b1a44df7f88053fcb4
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Nov 30 23:33:57 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Dec 16 19:29:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1726c1f

sys-apps/ipmicfg: drop old version

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Conrad Kostecki  kostecki.com>
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sys-apps/ipmicfg/Manifest |  1 -
 sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 171c07d34e6..1e0f952ab99 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.28.0_build.180302.zip 1722771 BLAKE2B 
fde93f75714aac9f79cb76e0a11f4747a933f28eb06c4daf09113e75e0fb26c57e8cf54ad58cff040d3a37427c74d699eef9532db256fe5ae2344667a542b342
 SHA512 
764103de5cf7109a20216d5277ba038747cea16dc78563876b38a8c830d8437bcdf06e0e55db68ad44b32b2a3043535f5c307b3bdaca40bcb04ee05bd097610e
 DIST IPMICFG_1.29.0_build.181029.zip 1730029 BLAKE2B 
32e00e3be90273a447ad34e952568853f66fc41728c419a4b0c991af28d9558e9535a726a46f468ee1c04dc5619c558b0701b54e543b98dc4e35b73ce9cb3f35
 SHA512 
c87ce7be7e9fa0c63638d537a9d29b1cb728dc499056f5c3a77cb4bf1989eebba00198f63d15134af8ea19ed521660d1f4bedb10d06a516dd860623cc919275a

diff --git a/sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild
deleted file mode 100644
index ce0d6c43434..000
--- a/sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild
+++ /dev/null
@@ -1,60 +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^^}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
-
-KEYWORDS="-* ~amd64 ~x86"
-LICENSE="supermicro"
-SLOT="0"
-
-RDEPEND="sys-libs/glibc"
-DEPEND="app-arch/unzip"
-
-RESTRICT="bindist fetch mirror strip"
-
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
-QA_PREBUILT="opt/ipmicfg/IPMICFG-Linux.x86 opt/ipmicfg/IPMICFG-Linux.x86_64"
-
-pkg_nofetch() {
-   elog "Please download ${A} from"
-   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
-   elog "and place it in your DISTDIR directory."
-}
-
-src_install() {
-   # Choose ARCH
-   if use amd64; then
-   local my_arch_binary="x86_64"
-   local my_arch_folder="64bit"
-   else
-   local my_arch_binary="x86"
-   local my_arch_folder="32bit"
-   fi
-
-   # Install files
-   insinto "/opt/ipmicfg"
-   doins "Linux/${my_arch_folder}"/*.dat
-
-   # Install binary
-   exeinto "/opt/ipmicfg"
-   doexe "Linux/${my_arch_folder}/IPMICFG-Linux.${my_arch_binary}"
-
-   # Install symlink
-   dodir "/opt/bin"
-   dosym "../ipmicfg/IPMICFG-Linux.${my_arch_binary}" "/opt/bin/ipmicfg"
-
-   # Install docs
-   local DOCS=( "IPMICFG_UserGuide.pdf" "ReleaseNotes.txt" )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2018-06-22 Thread Georgy Yakovlev
commit: 6e53f1ce6671563b2abbaa02d344d4a0a7b88116
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Jun 22 22:59:02 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun 22 23:27:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e53f1ce

sys-apps/ipmicfg: drop old version

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/ipmicfg/Manifest |  1 -
 sys-apps/ipmicfg/ipmicfg-1.27.1.170901.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 4ed50849121..9d0f7d6dbe5 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.27.1_build.170901.zip 1667230 BLAKE2B 
6411f735fed2e66f8dc012c480e6f9a4c2c9223643074514ca6fbb0db62df06fd78714c4a95ce92edc22a4473734a1d41a6c3bdb61268c73a628f08e7dc87c0e
 SHA512 
9ed01a8a1eae7a7e41fafdbb3b666e7760057c960b65da547f0cf197b30b1a535fa2fe8357e13e6ccda0e0dd4474170b43ca3bc89f55c2de5df0160adde9377e
 DIST IPMICFG_1.28.0_build.180302.zip 1722771 BLAKE2B 
fde93f75714aac9f79cb76e0a11f4747a933f28eb06c4daf09113e75e0fb26c57e8cf54ad58cff040d3a37427c74d699eef9532db256fe5ae2344667a542b342
 SHA512 
764103de5cf7109a20216d5277ba038747cea16dc78563876b38a8c830d8437bcdf06e0e55db68ad44b32b2a3043535f5c307b3bdaca40bcb04ee05bd097610e

diff --git a/sys-apps/ipmicfg/ipmicfg-1.27.1.170901.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.27.1.170901.ebuild
deleted file mode 100644
index ce0d6c43434..000
--- a/sys-apps/ipmicfg/ipmicfg-1.27.1.170901.ebuild
+++ /dev/null
@@ -1,60 +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^^}"
-MY_PV="$(ver_cut 1-3)"
-
-DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
-HOMEPAGE="https://www.supermicro.com;
-SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
-
-KEYWORDS="-* ~amd64 ~x86"
-LICENSE="supermicro"
-SLOT="0"
-
-RDEPEND="sys-libs/glibc"
-DEPEND="app-arch/unzip"
-
-RESTRICT="bindist fetch mirror strip"
-
-S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
-
-QA_PREBUILT="opt/ipmicfg/IPMICFG-Linux.x86 opt/ipmicfg/IPMICFG-Linux.x86_64"
-
-pkg_nofetch() {
-   elog "Please download ${A} from"
-   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
-   elog "and place it in your DISTDIR directory."
-}
-
-src_install() {
-   # Choose ARCH
-   if use amd64; then
-   local my_arch_binary="x86_64"
-   local my_arch_folder="64bit"
-   else
-   local my_arch_binary="x86"
-   local my_arch_folder="32bit"
-   fi
-
-   # Install files
-   insinto "/opt/ipmicfg"
-   doins "Linux/${my_arch_folder}"/*.dat
-
-   # Install binary
-   exeinto "/opt/ipmicfg"
-   doexe "Linux/${my_arch_folder}/IPMICFG-Linux.${my_arch_binary}"
-
-   # Install symlink
-   dodir "/opt/bin"
-   dosym "../ipmicfg/IPMICFG-Linux.${my_arch_binary}" "/opt/bin/ipmicfg"
-
-   # Install docs
-   local DOCS=( "IPMICFG_UserGuide.pdf" "ReleaseNotes.txt" )
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2018-06-22 Thread Georgy Yakovlev
commit: ea16be6c702ae3072c6446cb8cffac47a8ecf8c1
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Fri Jun 22 22:58:27 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Fri Jun 22 23:27:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea16be6c

sys-apps/ipmicfg: bump to version 1.28.0.180302

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index e35d9f11470..4ed50849121 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1 +1,2 @@
 DIST IPMICFG_1.27.1_build.170901.zip 1667230 BLAKE2B 
6411f735fed2e66f8dc012c480e6f9a4c2c9223643074514ca6fbb0db62df06fd78714c4a95ce92edc22a4473734a1d41a6c3bdb61268c73a628f08e7dc87c0e
 SHA512 
9ed01a8a1eae7a7e41fafdbb3b666e7760057c960b65da547f0cf197b30b1a535fa2fe8357e13e6ccda0e0dd4474170b43ca3bc89f55c2de5df0160adde9377e
+DIST IPMICFG_1.28.0_build.180302.zip 1722771 BLAKE2B 
fde93f75714aac9f79cb76e0a11f4747a933f28eb06c4daf09113e75e0fb26c57e8cf54ad58cff040d3a37427c74d699eef9532db256fe5ae2344667a542b342
 SHA512 
764103de5cf7109a20216d5277ba038747cea16dc78563876b38a8c830d8437bcdf06e0e55db68ad44b32b2a3043535f5c307b3bdaca40bcb04ee05bd097610e

diff --git a/sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild
new file mode 100644
index 000..ce0d6c43434
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.28.0.180302.ebuild
@@ -0,0 +1,60 @@
+# 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^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="supermicro"
+SLOT="0"
+
+RDEPEND="sys-libs/glibc"
+DEPEND="app-arch/unzip"
+
+RESTRICT="bindist fetch mirror strip"
+
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+QA_PREBUILT="opt/ipmicfg/IPMICFG-Linux.x86 opt/ipmicfg/IPMICFG-Linux.x86_64"
+
+pkg_nofetch() {
+   elog "Please download ${A} from"
+   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
+   elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+   # Choose ARCH
+   if use amd64; then
+   local my_arch_binary="x86_64"
+   local my_arch_folder="64bit"
+   else
+   local my_arch_binary="x86"
+   local my_arch_folder="32bit"
+   fi
+
+   # Install files
+   insinto "/opt/ipmicfg"
+   doins "Linux/${my_arch_folder}"/*.dat
+
+   # Install binary
+   exeinto "/opt/ipmicfg"
+   doexe "Linux/${my_arch_folder}/IPMICFG-Linux.${my_arch_binary}"
+
+   # Install symlink
+   dodir "/opt/bin"
+   dosym "../ipmicfg/IPMICFG-Linux.${my_arch_binary}" "/opt/bin/ipmicfg"
+
+   # Install docs
+   local DOCS=( "IPMICFG_UserGuide.pdf" "ReleaseNotes.txt" )
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/

2018-03-25 Thread Michał Górny
commit: 31b9f87dbb03f46a9ccb9d16c41436b3560c9b0e
Author: Conrad Kostecki  kostecki  com>
AuthorDate: Sun Mar 25 00:39:29 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 25 08:09:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b9f87d

sys-apps/ipmicfg: New package

Closes: https://bugs.gentoo.org/601318
Closes: https://github.com/gentoo/gentoo/pull/7304

 sys-apps/ipmicfg/Manifest |  1 +
 sys-apps/ipmicfg/ipmicfg-1.27.1.170901.ebuild | 60 +++
 sys-apps/ipmicfg/metadata.xml | 12 ++
 3 files changed, 73 insertions(+)

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
new file mode 100644
index 000..e35d9f11470
--- /dev/null
+++ b/sys-apps/ipmicfg/Manifest
@@ -0,0 +1 @@
+DIST IPMICFG_1.27.1_build.170901.zip 1667230 BLAKE2B 
6411f735fed2e66f8dc012c480e6f9a4c2c9223643074514ca6fbb0db62df06fd78714c4a95ce92edc22a4473734a1d41a6c3bdb61268c73a628f08e7dc87c0e
 SHA512 
9ed01a8a1eae7a7e41fafdbb3b666e7760057c960b65da547f0cf197b30b1a535fa2fe8357e13e6ccda0e0dd4474170b43ca3bc89f55c2de5df0160adde9377e

diff --git a/sys-apps/ipmicfg/ipmicfg-1.27.1.170901.ebuild 
b/sys-apps/ipmicfg/ipmicfg-1.27.1.170901.ebuild
new file mode 100644
index 000..ce0d6c43434
--- /dev/null
+++ b/sys-apps/ipmicfg/ipmicfg-1.27.1.170901.ebuild
@@ -0,0 +1,60 @@
+# 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^^}"
+MY_PV="$(ver_cut 1-3)"
+
+DESCRIPTION="An in-band utility for configuring Supermicro IPMI devices"
+HOMEPAGE="https://www.supermicro.com;
+SRC_URI="ftp://ftp.supermicro.com/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip;
+
+KEYWORDS="-* ~amd64 ~x86"
+LICENSE="supermicro"
+SLOT="0"
+
+RDEPEND="sys-libs/glibc"
+DEPEND="app-arch/unzip"
+
+RESTRICT="bindist fetch mirror strip"
+
+S="${WORKDIR}/${MY_PN}_${MY_PV}_build.${MY_DATE}"
+
+QA_PREBUILT="opt/ipmicfg/IPMICFG-Linux.x86 opt/ipmicfg/IPMICFG-Linux.x86_64"
+
+pkg_nofetch() {
+   elog "Please download ${A} from"
+   elog "https://www.supermicro.com/SwDownload/UserInfo.aspx?sw=0=IPMI;
+   elog "and place it in your DISTDIR directory."
+}
+
+src_install() {
+   # Choose ARCH
+   if use amd64; then
+   local my_arch_binary="x86_64"
+   local my_arch_folder="64bit"
+   else
+   local my_arch_binary="x86"
+   local my_arch_folder="32bit"
+   fi
+
+   # Install files
+   insinto "/opt/ipmicfg"
+   doins "Linux/${my_arch_folder}"/*.dat
+
+   # Install binary
+   exeinto "/opt/ipmicfg"
+   doexe "Linux/${my_arch_folder}/IPMICFG-Linux.${my_arch_binary}"
+
+   # Install symlink
+   dodir "/opt/bin"
+   dosym "../ipmicfg/IPMICFG-Linux.${my_arch_binary}" "/opt/bin/ipmicfg"
+
+   # Install docs
+   local DOCS=( "IPMICFG_UserGuide.pdf" "ReleaseNotes.txt" )
+   einstalldocs
+}

diff --git a/sys-apps/ipmicfg/metadata.xml b/sys-apps/ipmicfg/metadata.xml
new file mode 100644
index 000..54d5423c406
--- /dev/null
+++ b/sys-apps/ipmicfg/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   ck+gen...@bl4ckb0x.de
+   Conrad Kostecki
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+