Diff aerospike-amc-community-4.0.19-r2 with a aerospike-amc-community-5.0.0
/usr/portage/app-admin/aerospike-amc-community/aerospike-amc-community-5.0.0.ebuild 2023-10-09 14:52:28.136368316 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
MY_P="aerospike-amc-enterprise-${PV}-linux" |
|
7 | ||
6 | 8 |
DESCRIPTION="Web UI based monitoring tool for Aerospike Community Edition Server" |
7 |
HOMEPAGE="http://www.aerospike.com" |
|
8 |
SRC_URI="http://www.aerospike.com/download/amc/${PV}/artifact/linux -> ${P}.tar.gz" |
|
9 |
HOMEPAGE="https://www.aerospike.com" |
|
10 |
SRC_URI="https://github.com/aerospike-community/amc/releases/download/${PV}/${MY_P}.tar.gz -> ${P}.tar.gz" |
|
9 | 11 |
S="${WORKDIR}" |
10 | 12 | |
11 | 13 |
LICENSE="Apache-2.0" |
... | ... | |
17 | 19 |
acct-user/aerospike-amc |
18 | 20 |
" |
19 | 21 | |
22 |
QA_PREBUILT="/opt/amc/amc" |
|
23 | ||
20 | 24 |
src_install() { |
21 |
cp -r "${S}/"* "${ED}" |
|
22 |
rm "${ED}/etc/init.d/*" |
|
25 |
cp -r "${S}"/* "${ED}" || die |
|
26 |
rm "${ED}"/etc/init.d/amc || die |
|
23 | 27 |
newinitd "${FILESDIR}/amc.init.4" amc |
24 | 28 |
} |