public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/
Date: Sun,  4 Aug 2024 14:03:33 +0000 (UTC)	[thread overview]
Message-ID: <1722779970.e438b58856a69a1bcd0ce64ff70ae509d2a3315e.conikost@gentoo> (raw)

commit:     e438b58856a69a1bcd0ce64ff70ae509d2a3315e
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 13:51:51 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 13:59:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e438b588

sys-apps/ipmicfg: drop 1.34.2.230224

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

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

diff --git a/sys-apps/ipmicfg/Manifest b/sys-apps/ipmicfg/Manifest
index 3725bf8d94c6..39041c1485dc 100644
--- a/sys-apps/ipmicfg/Manifest
+++ b/sys-apps/ipmicfg/Manifest
@@ -1,2 +1 @@
-DIST IPMICFG_1.34.2_build.230224.zip 2381414 BLAKE2B de33d12aeee5da25357a4954b970cb69b0f5446d92c75d15dfdf07c2d72c06dc2a3f0d6da3927a273ca029a8e9e76175256dfe34dec87ab1ea5f351f66417a41 SHA512 5c9447bafb054957c3ab430cae4d853acb98ca3aa112ae06439ce20fe04c4c9ff68bf596a507b65cda2020f8b8c7ed8ce1dd50c610868218d1483d6216211ee8
 DIST IPMICFG_1.35.2_build.240627.zip 2109548 BLAKE2B 457a581f1dbf8240e795d30223b6948339d87c4049f946dd45349268003153ed7f7ac21708fcb9c5e75e8e25e9fc4f11cede8da7e1154014517892006bd31217 SHA512 717db881c6e63f4ca0d7193eb3fd432312865abca9e4a89ea2b3505b6a5e041d0af3c630e4b94c0eaf0de10d8523def6fa9c7af34c5b0a84ae7f832f47d08a22

diff --git a/sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild b/sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild
deleted file mode 100644
index cb0fafe4c1e4..000000000000
--- a/sys-apps/ipmicfg/ipmicfg-1.34.2.230224.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# 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)"
-
-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"
-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"
-
-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
-	local DOCS=(
-		"IPMICFG_UserGuide.pdf"
-		"ReleaseNotes.txt"
-	)
-	einstalldocs
-}


             reply	other threads:[~2024-08-04 14:03 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-04 14:03 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-04 14:03 [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmicfg/ Conrad Kostecki
2023-08-17  7:49 Andrew Ammerlaan
2023-07-15 21:14 Conrad Kostecki
2023-07-15 21:14 Conrad Kostecki
2022-10-02 14:56 Conrad Kostecki
2022-10-02 14:56 Conrad Kostecki
2022-03-28 18:33 Conrad Kostecki
2022-03-28 18:33 Conrad Kostecki
2021-08-28 11:43 Conrad Kostecki
2021-08-28 11:43 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2020-12-27 11:38 Conrad Kostecki
2020-12-27 11:38 Conrad Kostecki
2020-10-23 15:45 Conrad Kostecki
2020-10-09 13:37 Conrad Kostecki
2020-10-09 13:36 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2020-03-12 22:48 Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki
2019-10-06 12:45 Thomas Deutschmann
2019-10-06 12:45 Thomas Deutschmann
2018-12-16 19:30 Andreas Sturmlechner
2018-12-16 19:30 Andreas Sturmlechner
2018-06-22 23:30 Georgy Yakovlev
2018-06-22 23:30 Georgy Yakovlev
2018-03-25  8:09 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1722779970.e438b58856a69a1bcd0ce64ff70ae509d2a3315e.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox