public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/hpssacli/
Date: Sun,  5 Jun 2022 13:23:42 +0000 (UTC)	[thread overview]
Message-ID: <1654435415.771e1e1a5c22d7282f5339d3c2426da89d3fd2cf.flow@gentoo> (raw)

commit:     771e1e1a5c22d7282f5339d3c2426da89d3fd2cf
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 13:19:04 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 13:23:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=771e1e1a

sys-block/hpssacli: add 5.30.6.0

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 sys-block/hpssacli/Manifest                 |  1 +
 sys-block/hpssacli/hpssacli-5.30.6.0.ebuild | 39 +++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/sys-block/hpssacli/Manifest b/sys-block/hpssacli/Manifest
index a1fefa611c34..207f32b8e8d7 100644
--- a/sys-block/hpssacli/Manifest
+++ b/sys-block/hpssacli/Manifest
@@ -4,3 +4,4 @@ DIST ssacli-3.10-3.0.x86_64.rpm 14202277 BLAKE2B 4697326cbb0d4b89cc68dc8ff44668a
 DIST ssacli-3.40-3.0.x86_64.rpm 15201025 BLAKE2B a4307ffad4b01f11fea5bf51a27dc8971b46d08afedba5b522b67c43c811ef8f48245e1831f0b9f34cda267d6dd039de33719e53da861bbd60f1a796231aadcf SHA512 372a08098cb4769455e0ced7ebe3e25589353f2feb689fba6234272b79c21fac7e419d559279dedca1e18b7fe0250efb624b0e1b7a8a8ea4720a67701b507d3d
 DIST ssacli-4.21-7.0.x86_64.rpm 15888806 BLAKE2B 65577085cb3b32bd0bb30ef6eec8e1f8c903e1619eb386142864e52fb1ed2d43520ae79b1831fd6c17673a992980d06092c67ed7808ddf3cf6df5f18d3e150ef SHA512 55fb5d533d2b072ea0491f58aef054d53e744350bbf1a812c1a639f5c5964a23bb895fdf363c6dcb4531de8dab5a09d51f483389714172f3aa70a23fcf8fd3aa
 DIST ssacli-5.20-8.0.x86_64.rpm 16605930 BLAKE2B 992ea95e69f75b423c02125db55d8dab92f3e63520c9592374bda3a7fcb98d0603318d5fe0d224fbe837779e6049ffab804f5016be57d296630ce0563e9c9e78 SHA512 73ac593dbae1a9a7e5e004c2882f0dcbd39f3edfc851140e19ca6914150bf134a25367c726d8cf6bb4abcd049127be4d24e02e52e7cedaf7be5698d2314053c3
+DIST ssacli-5.30-6.0.x86_64.rpm 16639836 BLAKE2B 6df471b0db7ad948adf7d135b724800e768bd530b4e8e681472723e13b1f717b2ac48fee0b8a1652bed729a8b090f1ed135f0a531f16c7c0741923d04c69ced2 SHA512 ec79e865ffaa9477e5aa0cdc7c93c70ffb82dc8968f146aae18f1314a727d74636ab6e4c3906e770b422cf04aef92a4830757c4b351fd545b9359ab5d8fe5f9a

diff --git a/sys-block/hpssacli/hpssacli-5.30.6.0.ebuild b/sys-block/hpssacli/hpssacli-5.30.6.0.ebuild
new file mode 100644
index 000000000000..0bedb3614f76
--- /dev/null
+++ b/sys-block/hpssacli/hpssacli-5.30.6.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit rpm
+
+MY_PV=$(ver_rs 2 '-')
+
+DESCRIPTION="HPE Smart Storage Administrator (HPE SSA) CLI (HPSSACLI, formerly HPACUCLI)"
+HOMEPAGE="https://support.hpe.com/connect/s/softwaredetails?softwareId=MTX_1b5853f050a24da4be479f680e"
+SRC_URI="https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p1736097809/v205349/ssacli-${MY_PV}.x86_64.rpm"
+
+LICENSE="hp-proliant-essentials"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+S="${WORKDIR}"
+
+RDEPEND="sys-libs/glibc"
+
+QA_FLAGS_IGNORED="
+	usr/sbin/ssacli
+	usr/sbin/ssascripting
+	usr/sbin/rmstr
+"
+
+src_install() {
+	local -r ssacli_bindir="opt/smartstorageadmin/ssacli/bin"
+
+	dosbin "${ssacli_bindir}"/ssacli
+	dosbin "${ssacli_bindir}"/ssascripting
+	dosbin "${ssacli_bindir}"/rmstr
+
+	dodoc "${ssacli_bindir}/ssacli-${MY_PV}.x86_64.txt"
+
+	gunzip usr/man/man8/ssacli.8.gz || die
+	doman usr/man/man8/ssacli.8
+}


             reply	other threads:[~2022-06-05 13:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-05 13:23 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-09 15:52 [gentoo-commits] repo/gentoo:master commit in: sys-block/hpssacli/ Florian Schmaus
2023-12-01  7:56 Florian Schmaus
2023-12-01  7:41 Florian Schmaus
2023-12-01  7:41 Florian Schmaus
2023-11-30 16:31 Ulrich Müller
2022-11-30  9:39 Florian Schmaus
2022-10-28 13:28 Florian Schmaus
2022-07-11  7:49 Florian Schmaus
2022-06-13  9:04 Florian Schmaus
2022-06-06  7:42 Florian Schmaus
2022-06-05 13:23 Florian Schmaus
2022-06-05  9:07 Florian Schmaus
2022-01-18  7:28 Florian Schmaus
2021-04-07 15:23 Patrice Clement
2017-12-22  8:49 Thomas Deutschmann
2016-12-18 21:20 Thomas Deutschmann
2016-12-17  9:12 Aaron Bauman
2016-08-15 14:16 Thomas Deutschmann
2016-08-14 14:42 Thomas Deutschmann

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=1654435415.771e1e1a5c22d7282f5339d3c2426da89d3fd2cf.flow@gentoo \
    --to=flow@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