diff options
author | 2021-07-10 17:18:26 +0200 | |
---|---|---|
committer | 2021-07-10 17:18:53 +0200 | |
commit | 8edf77ddcaba3edf946e7dc3d5366462d01b1517 (patch) | |
tree | a092a4123063b545eae990a1f98da8c3f72a7c8f /app-admin/aerospike-amc-community | |
parent | app-admin/aerospike-amc-community: fix deps (diff) | |
download | gentoo-8edf77ddcaba3edf946e7dc3d5366462d01b1517.tar.gz gentoo-8edf77ddcaba3edf946e7dc3d5366462d01b1517.tar.bz2 gentoo-8edf77ddcaba3edf946e7dc3d5366462d01b1517.zip |
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>
Diffstat (limited to 'app-admin/aerospike-amc-community')
-rw-r--r-- | app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r1.ebuild | 25 | ||||
-rw-r--r-- | app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild | 3 |
2 files changed, 1 insertions, 27 deletions
diff --git a/app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r1.ebuild b/app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r1.ebuild deleted file mode 100644 index f13e73fadbb3..000000000000 --- a/app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r1.ebuild +++ /dev/null @@ -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 -} 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 index 1b4de47e82c1..3f3727b13907 100644 --- 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 @@ -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/*" |