summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2018-01-23 14:07:17 +0100
committerManuel Rüger <mrueg@gentoo.org>2018-01-23 16:11:53 +0100
commit37562fdd465ac2164abb43fd3d4bff23253efe89 (patch)
tree6659f5756322b76c4939ed6f352acd7b7a4f9458 /dev-util/buildbot-prometheus
parentsys-freebsd/freebsd-usbin: Remove 8.2 (diff)
downloadgentoo-37562fdd465ac2164abb43fd3d4bff23253efe89.tar.gz
gentoo-37562fdd465ac2164abb43fd3d4bff23253efe89.tar.bz2
gentoo-37562fdd465ac2164abb43fd3d4bff23253efe89.zip
dev-util/buildbot-prometheus: Initial version
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-util/buildbot-prometheus')
-rw-r--r--dev-util/buildbot-prometheus/Manifest1
-rw-r--r--dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild21
-rw-r--r--dev-util/buildbot-prometheus/metadata.xml12
3 files changed, 34 insertions, 0 deletions
diff --git a/dev-util/buildbot-prometheus/Manifest b/dev-util/buildbot-prometheus/Manifest
new file mode 100644
index 000000000000..0cc6923df045
--- /dev/null
+++ b/dev-util/buildbot-prometheus/Manifest
@@ -0,0 +1 @@
+DIST buildbot-prometheus-17.7.2.tar.gz 10101 BLAKE2B 25c060b5368aa1dea6145b6d380db8001f3cd1fb49f9b3bb1e4ecccdb771591abc269d5aee9d022a9b182b19650a0c398b580004f20def0675b86ca9f3a1e2db SHA512 8a0ecaf57eade3d69fabc57a19a1c02af8e398c3bc4732e40f39e8904a16c9b751d4f6f8ace0dd7893b380d1ffc8a51360279aeb7b4059a6cd9438145344e74b
diff --git a/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild b/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild
new file mode 100644
index 000000000000..4a401d88a64d
--- /dev/null
+++ b/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{5,6} )
+inherit distutils-r1
+
+DESCRIPTION="A Prometheus metrics exporter for Buildbot"
+HOMEPAGE="https://github.com/claws/buildbot-prometheus"
+SRC_URI="https://github.com/claws/buildbot-prometheus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-python/prometheus_client[${PYTHON_USEDEP}]
+ dev-util/buildbot[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+ ${RDEPEND}"
diff --git a/dev-util/buildbot-prometheus/metadata.xml b/dev-util/buildbot-prometheus/metadata.xml
new file mode 100644
index 000000000000..688a3484930f
--- /dev/null
+++ b/dev-util/buildbot-prometheus/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>mrueg@gentoo.org</email>
+ <name>Manuel Rüger</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">buildbot-prometheus</remote-id>
+ <remote-id type="github">claws/buildbot-prometheus</remote-id>
+ </upstream>
+</pkgmetadata>