public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/aerospike-amc-community/
Date: Sun, 17 Jul 2016 13:54:46 +0000 (UTC)	[thread overview]
Message-ID: <1468763539.375cb7263c5addaf804cd694cf6f3c3ce82ffabe.patrick@gentoo> (raw)

commit:     375cb7263c5addaf804cd694cf6f3c3ce82ffabe
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 17 13:02:44 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Jul 17 13:52:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=375cb726

app-admin/aerospike-amc-community: Bump

Package-Manager: portage-2.3.0

 app-admin/aerospike-amc-community/Manifest         |  1 +
 .../aerospike-amc-community-3.6.9.ebuild           | 64 ++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/app-admin/aerospike-amc-community/Manifest b/app-admin/aerospike-amc-community/Manifest
index c679e9a..473653c 100644
--- a/app-admin/aerospike-amc-community/Manifest
+++ b/app-admin/aerospike-amc-community/Manifest
@@ -1,2 +1,3 @@
 DIST aerospike-amc-community-3.6.8.2.all.x86_64.deb 1429424 SHA256 6509c10fa4af2c41aa9f2a17ad75e2f1383010bb9d12586e19858aa990b127d5 SHA512 ed1b82f825888ce2985b77d75e2e9988f87a241159fc0452af12892f66c37ec0d88f7edd2be6fce6d06184a5c09305f5e9727af48774e55b6290402fa406abc3 WHIRLPOOL 7c98bf26f9cd32461a015572fb3f7c9f6d17dff8fa28a13adbac47267db0f83d3d2139faceb1ebb89a259df20dbdd6f9b81c8cdd9f305597835e84c3f985805c
 DIST aerospike-amc-community-3.6.8.all.x86_64.deb 1429404 SHA256 7c29269746a806f04c3828188a249af6407135ebcf151fe55550d84d2e8dc464 SHA512 de44333471307410461bd53266b84fdc9fa92f7115012eb4b29b3ad415dd471ca3d9bf1a7c52bec7063df02a7e600dce9366910a089751dd19163cc212574d28 WHIRLPOOL 134a8f6dbd006b9918be787f090ca762b45b4c9083f43b6f039b3f33ab1a43ef38be30e3fa31c137185e35672620eace1a2cff7615091f9a9bfab955dfa1f914
+DIST aerospike-amc-community-3.6.9.all.x86_64.deb 1431182 SHA256 fb3a21ed712b134ae0fbe41bcc60ee3b62fddb1a08af660b7197528cb978d827 SHA512 67059ef2b96c4cf69b8a2edacb3edc711a18889b7eee16a038c63e8176d80e4b5ff23f126c0c16113a529e181b9c6f16601cbfa0251b0b12231ad7a23b8bc65e WHIRLPOOL c04a136ed27029503fd58c08a872fd86c9f3530b161183cb74a86db9f66150b817df05492f697214ecf8bbde3951d3b5091eea5c53787faf79888606670ddba5

diff --git a/app-admin/aerospike-amc-community/aerospike-amc-community-3.6.9.ebuild b/app-admin/aerospike-amc-community/aerospike-amc-community-3.6.9.ebuild
new file mode 100644
index 0000000..942b7c9
--- /dev/null
+++ b/app-admin/aerospike-amc-community/aerospike-amc-community-3.6.9.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils user
+
+DESCRIPTION="Web UI based monitoring tool for Aerospike Community Edition Server"
+HOMEPAGE="http://www.aerospike.com"
+SRC_URI="http://www.aerospike.com/artifacts/${PN}/${PV}/${P}.all.x86_64.deb"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="app-crypt/gcr
+	dev-python/eventlet
+	dev-python/flask
+	dev-python/greenlet
+	dev-python/setproctitle
+	www-servers/gunicorn"
+DEPEND="${RDEPEND}"
+
+src_unpack() {
+	default
+	mkdir "${P}"
+	tar -xf data.tar.xz -C "${S}" || die
+	tar -xzf "${S}"/opt/amc.tar.gz -C "${S}"/opt/ || die
+}
+
+src_install() {
+	mv opt/amc/amc/* opt/amc/
+	rm -rf opt/amc/amc
+	rm -f opt/amc/install
+	rm -f opt/amc/bin/uninstall
+	rm -f opt/amc/bin/amc_*.sh
+	rm -f opt/amc/bin/gunicorn
+	rm -rf opt/amc/server/site-packages/
+	rm -rf opt/amc/server/setups/
+
+	insinto /etc/logrotate.d
+	newins opt/amc/config/logrotate amc
+	rm -f opt/amc/config/logrotate
+
+	insinto /etc/cron.daily
+	newins opt/amc/config/logcron amc
+	rm -f opt/amc/config/logcron
+
+	sed -e 's@/tmp/amc.pid@/run/amc.pid@g' -i opt/amc/config/gunicorn_config.py || die
+
+	insinto /etc/amc/config
+	doins -r opt/amc/config/*
+	rm -rf opt/amc/config/
+
+	echo "${PV}" > opt/amc/amc_version
+
+	insinto /opt/amc/
+	doins -r opt/amc/*
+
+	keepdir /var/log/amc
+
+	newinitd "${FILESDIR}"/amc.init amc
+}


             reply	other threads:[~2016-07-17 13:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-17 13:54 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-10 15:18 [gentoo-commits] repo/gentoo:master commit in: app-admin/aerospike-amc-community/ Conrad Kostecki
2021-07-10 15:18 Conrad Kostecki
2021-07-10 14:52 Conrad Kostecki
2020-09-26 14:33 Aaron Bauman
2018-11-17 18:12 Gilles Dartiguelongue
2018-05-25  6:02 Patrick Lauer
2016-10-27 17:51 Patrick Lauer
2016-10-20 16:49 Patrick Lauer
2016-08-23 14:32 Patrick Lauer
2016-08-09  9:44 Patrick Lauer
2016-06-22 10:36 Patrick Lauer
2016-03-30 15:30 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1468763539.375cb7263c5addaf804cd694cf6f3c3ce82ffabe.patrick@gentoo \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox