commit: ea7c037cff4e212a24b39a692b5f9a842f6512a0 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Jul 10 15:17:34 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Jul 10 15:18:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7c037c
app-admin/aerospike-amc-community: fix deps Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --force Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../aerospike-amc-community-4.0.19-r2.ebuild | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild b/app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild new file mode 100644 index 00000000000..1b4de47e82c --- /dev/null +++ b/app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild @@ -0,0 +1,25 @@ +# 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 + acct-user/aerospike-amc +" + +S="${WORKDIR}" + +src_install() { + cp -r "${S}/"* "${ED}" + rm "${ED}/etc/init.d/*" + newinitd "${FILESDIR}/amc.init.4" amc +}
