app-admin/aerospike-amc-community: drop old version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2021-07-10 17:18:26 +02:00
parent ea7c037cff
commit 8edf77ddca
2 changed files with 1 additions and 27 deletions

View File

@@ -1,25 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Web UI based monitoring tool for Aerospike Community Edition Server"
HOMEPAGE="http://www.aerospike.com"
SRC_URI="http://www.aerospike.com/download/amc/${PV}/artifact/linux -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
acct-group/aerospike-amc-community
acct-user/aerospike-amc-community
"
S="${WORKDIR}"
src_install() {
cp -r "${S}/"* "${ED}"
rm "${ED}/etc/init.d/*"
newinitd "${FILESDIR}/amc.init.4" amc
}

View File

@@ -6,6 +6,7 @@ EAPI=7
DESCRIPTION="Web UI based monitoring tool for Aerospike Community Edition Server"
HOMEPAGE="http://www.aerospike.com"
SRC_URI="http://www.aerospike.com/download/amc/${PV}/artifact/linux -> ${P}.tar.gz"
S="${WORKDIR}"
LICENSE="Apache-2.0"
SLOT="0"
@@ -16,8 +17,6 @@ RDEPEND="
acct-user/aerospike-amc
"
S="${WORKDIR}"
src_install() {
cp -r "${S}/"* "${ED}"
rm "${ED}/etc/init.d/*"