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/tas/
Date: Sun,  4 Aug 2024 14:03:34 +0000 (UTC)	[thread overview]
Message-ID: <1722779971.6cb8bd2f0b78d0354f1be804f3b64f8a040226e0.conikost@gentoo> (raw)

commit:     6cb8bd2f0b78d0354f1be804f3b64f8a040226e0
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 13:55:32 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 13:59:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb8bd2f

sys-apps/tas: drop 1.7.0.220503-r1

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

 sys-apps/tas/Manifest                   |  1 -
 sys-apps/tas/tas-1.7.0.220503-r1.ebuild | 72 ---------------------------------
 2 files changed, 73 deletions(-)

diff --git a/sys-apps/tas/Manifest b/sys-apps/tas/Manifest
index c939da587605..3f5217e81a11 100644
--- a/sys-apps/tas/Manifest
+++ b/sys-apps/tas/Manifest
@@ -1,2 +1 @@
-DIST TAS_1.7.0_build.220503.zip 15345434 BLAKE2B 48f70d0dbafdb3e2acba8fb2e29007dce21062c843ea601c623664e7df8bf3638f14c489688e25445611d261ab6a30ce2edeae8f4e19749c9d3be61f6c30766b SHA512 dedef4b53afb5607f61d7e8793f966d4345ebb530cb0174c22fb72f41568a0b5c109833609e63d25de562c8de7fec312da3198b023265867b8f1228e0974455b
 DIST TAS_1.8.0_build.231207.zip 193227 BLAKE2B 4abb31bb6ae099d68e99b707c63b0dc9bbb18dcddd8137c602bdee9dec39c41638d481c117f1479a05ca75e5611d7ab8aa0fb3331d03956f8b952da168266328 SHA512 a1f3dbf41fb691e31381d291a4217a233043ec0a96b92518aaeef4277097499a69c0000ed266aafe17c91f12dd825abeca625ee1a06e3740c7328ef28a833908

diff --git a/sys-apps/tas/tas-1.7.0.220503-r1.ebuild b/sys-apps/tas/tas-1.7.0.220503-r1.ebuild
deleted file mode 100644
index f4b689eca2bf..000000000000
--- a/sys-apps/tas/tas-1.7.0.220503-r1.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2024 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/wftp/utility/${MY_PN}/${MY_PN}_${MY_PV}_build.${MY_DATE}.zip"
-S="${WORKDIR}"
-
-KEYWORDS="-* amd64 x86"
-LICENSE="BSD supermicro"
-SLOT="0"
-
-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/$(usex amd64 '64' '32')bit/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
-}


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

Thread overview: 18+ 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 --
2025-01-19  0:04 [gentoo-commits] repo/gentoo:master commit in: sys-apps/tas/ Conrad Kostecki
2025-01-19  0:04 Conrad Kostecki
2024-08-04 14:03 Conrad Kostecki
2024-01-08  9:48 Sam James
2022-11-19 21:52 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-06-25 14:35 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2022-02-09 22:57 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2021-07-01 22:19 Conrad Kostecki
2020-10-09 16:03 Conrad Kostecki
2020-09-07  8:55 David Seifert
2020-08-09 16:17 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2020-08-09 15:53 Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=1722779971.6cb8bd2f0b78d0354f1be804f3b64f8a040226e0.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