From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prometheus/
Date: Tue, 7 Feb 2017 16:03:49 +0000 (UTC) [thread overview]
Message-ID: <1486483405.a59dd480a2dad1bbccef58320df4804c8ecb19df.mrueg@gentoo> (raw)
commit: a59dd480a2dad1bbccef58320df4804c8ecb19df
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 16:03:25 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 16:03:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a59dd480
net-analyzer/prometheus: Version bump to 1.5.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-analyzer/prometheus/Manifest | 1 +
net-analyzer/prometheus/prometheus-1.5.1.ebuild | 57 +++++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/net-analyzer/prometheus/Manifest b/net-analyzer/prometheus/Manifest
index e4df2dc..427790f 100644
--- a/net-analyzer/prometheus/Manifest
+++ b/net-analyzer/prometheus/Manifest
@@ -1 +1,2 @@
DIST prometheus-1.5.0.tar.gz 5182830 SHA256 f8eae5f4c51fdd73ceec08fc4895e695b6b02b581aa95e742e0f48f5aefc5537 SHA512 e90ae333c15335d449332487f6bf3d6a64d356208604850ece7ea8568e7e78f500dfc92219e11d57a01231671586de8c76173254b97fcb92fc14787c8c2a2ed7 WHIRLPOOL 42f2f93bdb04c2fa788c17bc4cd2be9b1c3a1de274c01cbba05b2623d902ef236a78092a1e45eb510fe9fdb20f68ab9b82fe1a958b7cc85e240efa0f1e387b06
+DIST prometheus-1.5.1.tar.gz 5181576 SHA256 5b8e61edc6b192a5b036fb1e76edcfc8948dbb1bfb05669fab49fdbb37349991 SHA512 3db32bcf0a0d0b0ee010b990167571547ffa90f69a94fe41fa91ac9762e66ce167866a53c54d7aeb46e2f9bd03466a287d9476458c18267d3c45d1a3a358ec5e WHIRLPOOL cd98b4cf587634fc011a78b722012e770d5e5104f54725441f23ea1ed1eb861534780943f6bb9a5277f629f7663a926e1c2ae103014925fe9b34d43581cfc0d7
diff --git a/net-analyzer/prometheus/prometheus-1.5.1.ebuild b/net-analyzer/prometheus/prometheus-1.5.1.ebuild
new file mode 100644
index 00000000..efc63a5
--- /dev/null
+++ b/net-analyzer/prometheus/prometheus-1.5.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit user golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/prometheus/prometheus/..."
+EGIT_COMMIT="v${PV}"
+PROMETHEUS_COMMIT="c4686f7"
+ARCHIVE_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Prometheus monitoring system and time series database"
+HOMEPAGE="https://github.com/prometheus/prometheus"
+SRC_URI="${ARCHIVE_URI}"
+LICENSE="Apache-2.0"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-util/promu"
+
+PROMETHEUS_HOME="/var/lib/prometheus"
+
+pkg_setup() {
+ enewgroup prometheus
+ enewuser prometheus -1 -1 "${PROMETHEUS_HOME}" prometheus
+}
+
+src_prepare() {
+ default
+ sed -i -e "s/{{.Revision}}/${PROMETHEUS_COMMIT}/" src/${EGO_PN%/*}/.promu.yml || die
+}
+
+src_compile() {
+ pushd src/${EGO_PN%/*} || die
+ GOPATH="${S}" promu build -v || die
+ popd || die
+}
+
+src_install() {
+ pushd src/${EGO_PN%/*} || die
+ dobin promtool prometheus
+ dodoc -r {documentation,{README,CHANGELOG,CONTRIBUTING}.md}
+ insinto /etc/prometheus
+ doins documentation/examples/prometheus.yml
+ insinto /usr/share/prometheus
+ doins -r console_libraries consoles
+ dosym ../../usr/share/prometheus/console_libraries /etc/prometheus/console_libraries
+ dosym ../../usr/share/prometheus/consoles /etc/prometheus/consoles
+ popd || die
+
+ newinitd "${FILESDIR}"/prometheus.initd prometheus
+ newconfd "${FILESDIR}"/prometheus.confd prometheus
+ keepdir /var/log/prometheus /var/lib/prometheus
+ fowners prometheus:prometheus /var/log/prometheus /var/lib/prometheus
+}
next reply other threads:[~2017-02-07 16:03 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-07 16:03 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-03-15 15:49 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/prometheus/ Tobias Klausmann
2018-03-08 18:53 Manuel Rüger
2018-03-06 21:35 Manuel Rüger
2018-01-19 15:22 Manuel Rüger
2018-01-12 12:38 Manuel Rüger
2017-11-08 12:31 Manuel Rüger
2017-11-08 12:31 Manuel Rüger
2017-11-05 20:44 Manuel Rüger
2017-11-05 20:44 Manuel Rüger
2017-10-26 12:10 Manuel Rüger
2017-10-26 12:10 Manuel Rüger
2017-10-24 13:17 Manuel Rüger
2017-10-19 18:15 Manuel Rüger
2017-10-17 14:15 Manuel Rüger
2017-10-09 14:26 Manuel Rüger
2017-10-06 14:24 Manuel Rüger
2017-09-24 18:55 Manuel Rüger
2017-09-18 11:01 Manuel Rüger
2017-09-10 11:56 Manuel Rüger
2017-09-10 11:55 Manuel Rüger
2017-08-12 10:19 Manuel Rüger
2017-08-09 14:31 Manuel Rüger
2017-08-03 11:26 Manuel Rüger
2017-06-23 12:43 Manuel Rüger
2017-06-05 16:35 Manuel Rüger
2017-06-05 13:02 Manuel Rüger
2017-05-11 14:15 Manuel Rüger
2017-05-11 14:15 Manuel Rüger
2017-04-25 16:38 Manuel Rüger
2017-04-21 15:03 Manuel Rüger
2017-02-20 15:39 Manuel Rüger
2017-01-23 18:24 Manuel Rüger
2017-01-23 18:24 Manuel Rüger
2017-01-05 13:33 Manuel Rüger
2016-12-14 15:11 Manuel Rüger
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=1486483405.a59dd480a2dad1bbccef58320df4804c8ecb19df.mrueg@gentoo \
--to=mrueg@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