From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2FE0515813A for ; Sun, 19 Jan 2025 00:04:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36D5AE08A0; Sun, 19 Jan 2025 00:04:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1BAAE08A0 for ; Sun, 19 Jan 2025 00:04:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81A37342F9E for ; Sun, 19 Jan 2025 00:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE1CF97F for ; Sun, 19 Jan 2025 00:04:39 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1737244944.f1108fa59d74cee083fa997de3402f01585903ab.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/tas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/tas/Manifest sys-apps/tas/tas-1.9.0.240925.ebuild X-VCS-Directories: sys-apps/tas/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: f1108fa59d74cee083fa997de3402f01585903ab X-VCS-Branch: master Date: Sun, 19 Jan 2025 00:04:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 355f33b1-1a4a-4901-b4bd-64c97dbd9a9a X-Archives-Hash: 0fae26d27e3537cfbedbf576df77543d commit: f1108fa59d74cee083fa997de3402f01585903ab Author: Conrad Kostecki gentoo org> AuthorDate: Sun Jan 19 00:02:20 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Jan 19 00:02:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1108fa5 sys-apps/tas: add 1.9.0.240925 Bug: https://bugs.gentoo.org/937316 Signed-off-by: Conrad Kostecki gentoo.org> sys-apps/tas/Manifest | 1 + sys-apps/tas/tas-1.9.0.240925.ebuild | 72 ++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) diff --git a/sys-apps/tas/Manifest b/sys-apps/tas/Manifest index 3f5217e81a11..a1169dba300a 100644 --- a/sys-apps/tas/Manifest +++ b/sys-apps/tas/Manifest @@ -1 +1,2 @@ DIST TAS_1.8.0_build.231207.zip 193227 BLAKE2B 4abb31bb6ae099d68e99b707c63b0dc9bbb18dcddd8137c602bdee9dec39c41638d481c117f1479a05ca75e5611d7ab8aa0fb3331d03956f8b952da168266328 SHA512 a1f3dbf41fb691e31381d291a4217a233043ec0a96b92518aaeef4277097499a69c0000ed266aafe17c91f12dd825abeca625ee1a06e3740c7328ef28a833908 +DIST TAS_1.9.0_build.240925.zip 29929687 BLAKE2B ff7a9ec37cd2bb934d73ef2f858bb1980450a9730424acd9bc4f444f2f3d35ab5a4a8363c1702d3fdffc9557f28fb4367a3604c5c2a2453ab46ebe238daf396e SHA512 63f5d27e9062858aa0aaa4dda7261ca3e3d7ba194336a856dff1077c6e0440937f49edac9b9e5b809c3c27c7d438afde02165b1185199de190cbf6c934f170df diff --git a/sys-apps/tas/tas-1.9.0.240925.ebuild b/sys-apps/tas/tas-1.9.0.240925.ebuild new file mode 100644 index 000000000000..b918296c5200 --- /dev/null +++ b/sys-apps/tas/tas-1.9.0.240925.ebuild @@ -0,0 +1,72 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit linux-info optfeature systemd + +MY_DATE="$(ver_cut 4)" +MY_PN="${PN^^}" +MY_PV="$(ver_cut 1-3)" + +DESCRIPTION="Supermicro Thin-Agent Service for monitoring through the BMC/IPMI" +HOMEPAGE="https://www.supermicro.com" +SRC_URI="https://www.supermicro.com/Bios/sw_download/817/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip" +S="${WORKDIR}" + +LICENSE="BSD supermicro" +SLOT="0" +KEYWORDS="-* ~amd64" + +RDEPEND=" + net-misc/networkmanager + sys-apps/ethtool + sys-apps/net-tools + sys-apps/smartmontools + app-alternatives/bc + sys-fs/lsscsi + sys-fs/mdadm" + +BDEPEND="app-arch/unzip" + +RESTRICT="bindist mirror" + +QA_PREBUILT="usr/bin/IPMITAS" + +DOCS=( + "clireadme.txt" + "ReleaseNotes.txt" + "software_license_agreement_pv.pdf" + "TAS_UserGuide.pdf" +) + +CONFIG_CHECK="~IPMI_DEVICE_INTERFACE ~IPMI_HANDLER ~IPMI_SI" + +src_unpack() { + unpack ${A} + unpack "${S}"/${MY_PN}_${MY_PV}_build.${MY_DATE}_Linux.tar.gz +} + +src_install() { + dobin TAS/IPMITAS + + insinto /etc/supermicro + doins "${FILESDIR}"/tas.ini + + dodir /var/log/tas + local logfiles=( {starttime,tas,tas.com}.log ) + for logfile in ${logfiles[@]}; do + touch "${ED}"/var/log/tas/${logfile} || die + dosym ../../var/log/tas/${logfile} /etc/supermicro/${logfile} + done + + newinitd "${FILESDIR}"/tas.initd tas + systemd_newunit "${FILESDIR}"/tas.service tas.service + + einstalldocs +} + +pkg_postinst() { + optfeature "Broadcom controller management" sys-block/storcli + optfeature "LSI controller management" sys-block/sas3ircu +}