Сравнение hpssacli-4.21.7.0 с hpssacli-5.30.6.0

/usr/portage/sys-block/hpssacli/hpssacli-5.30.6.0.ebuild 2024-07-02 13:51:49.401851594 +0300
1 1
# Copyright 1999-2023 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"
......
18 18

  
19 19
S="${WORKDIR}"
20 20

  
21
RDEPEND="sys-libs/glibc"
22

  
23
QA_FLAGS_IGNORED="
24
	usr/sbin/ssacli
25
	usr/sbin/ssascripting
26
	usr/sbin/rmstr
27
"
28

  
21 29
src_install() {
22 30
	local -r ssacli_bindir="opt/smartstorageadmin/ssacli/bin"
23 31

  
Спасибо!