Diff hpssacli-4.21.7.0 with a hpssacli-5.30.6.0
/usr/portage/sys-block/hpssacli/hpssacli-5.30.6.0.ebuild 2023-10-09 14:52:35.436368500 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2022 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit rpm |
7 | 7 | |
8 | 8 |
MY_PV=$(ver_rs 2 '-') |
9 | 9 | |
10 | 10 |
DESCRIPTION="HPE Smart Storage Administrator (HPE SSA) CLI (HPSSACLI, formerly HPACUCLI)" |
11 |
HOMEPAGE="https://support.hpe.com/hpesc/public/swd/detail?swItemId=MTX_8484363847dd4e5ca2970188b7" |
|
12 |
SRC_URI="https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p1857046646/v183344/ssacli-${MY_PV}.x86_64.rpm" |
|
11 |
HOMEPAGE="https://support.hpe.com/connect/s/softwaredetails?softwareId=MTX_1b5853f050a24da4be479f680e" |
|
12 |
SRC_URI="https://downloads.hpe.com/pub/softlib2/software1/pubsw-linux/p1736097809/v205349/ssacli-${MY_PV}.x86_64.rpm" |
|
13 | 13 | |
14 | 14 |
LICENSE="hp-proliant-essentials" |
15 | 15 |
SLOT="0" |
... | ... | |
17 | 17 | |
18 | 18 |
S="${WORKDIR}" |
19 | 19 | |
20 |
RDEPEND="sys-libs/glibc" |
|
21 | ||
22 |
QA_FLAGS_IGNORED=" |
|
23 |
usr/sbin/ssacli |
|
24 |
usr/sbin/ssascripting |
|
25 |
usr/sbin/rmstr |
|
26 |
" |
|
27 | ||
20 | 28 |
src_install() { |
21 | 29 |
local -r ssacli_bindir="opt/smartstorageadmin/ssacli/bin" |
22 | 30 |