From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEE2F13933E for ; Sat, 10 Jul 2021 15:18:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56AF3E09CF; Sat, 10 Jul 2021 15:18:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39B80E09CF for ; Sat, 10 Jul 2021 15:18:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CFDB342C1A for ; Sat, 10 Jul 2021 15:18:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C81C57C1 for ; Sat, 10 Jul 2021 15:18:56 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1625930333.8edf77ddcaba3edf946e7dc3d5366462d01b1517.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/aerospike-amc-community/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r1.ebuild app-admin/aerospike-amc-community/aerospike-amc-community-4.0.19-r2.ebuild X-VCS-Directories: app-admin/aerospike-amc-community/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 8edf77ddcaba3edf946e7dc3d5366462d01b1517 X-VCS-Branch: master Date: Sat, 10 Jul 2021 15:18:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f4b0b58-0436-4c1e-9210-cfe96e1dfcad X-Archives-Hash: 8dda039acf9f0a4a7e3dee06f6157717 commit: 8edf77ddcaba3edf946e7dc3d5366462d01b1517 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jul 10 15:18:26 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jul 10 15:18:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edf77dd app-admin/aerospike-amc-community: drop old version Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> .../aerospike-amc-community-4.0.19-r1.ebuild | 25 ---------------------- .../aerospike-amc-community-4.0.19-r2.ebuild | 3 +-- 2 files changed, 1 insertion(+), 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 f13e73fadbb..00000000000 --- 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 1b4de47e82c..3f3727b1390 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/*"