Diff hponcfg-5.6.0.0 with a hponcfg-5.6.0.0-r1

/usr/portage/sys-apps/hponcfg/hponcfg-5.6.0.0-r1.ebuild 2023-10-09 14:52:35.376368499 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 2022-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 pax-utils rpm
7 7

  
8 8
MY_PV=$(ver_rs 3 '-')
9 9

  
10 10
DESCRIPTION="HP Lights-Out Online Configuration Utility (HPONCFG)"
11
HOMEPAGE="http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_5ab6295f49964f16a699064f29"
12
SRC_URI="amd64? ( https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/7/x86_64/current/${PN}-${MY_PV}.x86_64.rpm )"
11
HOMEPAGE="https://support.hpe.com/hpesc/public/docDisplay?docId=emr_na-a00007610en_us"
12
SRC_URI="https://downloads.linux.hpe.com/SDR/repo/spp/RHEL/7/x86_64/current/${PN}-${MY_PV}.x86_64.rpm"
13 13

  
14 14
LICENSE="hpe"
15 15
SLOT="0"
16 16
KEYWORDS="-* amd64"
17
IUSE=""
18 17

  
19
DEPEND=""
20 18
RDEPEND="elibc_glibc? ( >sys-libs/glibc-2.14 )"
21 19

  
22 20
S="${WORKDIR}"
Thank you!