diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-01-26 15:48:02 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-01-26 15:48:02 +0000 |
commit | 38b7258d086dd5e263c3bbe3880c8c956676bc71 (patch) | |
tree | 6fce284d5bfddaf597a490ac66069d16c6a485db /dev-util/buildbot-prometheus | |
parent | 0ebf740b9c9bc7c10ac41bea315ecc6c01c79166 (diff) |
gentoo resync : 25.01.2018
Diffstat (limited to 'dev-util/buildbot-prometheus')
-rw-r--r-- | dev-util/buildbot-prometheus/Manifest | 3 | ||||
-rw-r--r-- | dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild | 22 | ||||
-rw-r--r-- | dev-util/buildbot-prometheus/metadata.xml | 12 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-util/buildbot-prometheus/Manifest b/dev-util/buildbot-prometheus/Manifest new file mode 100644 index 000000000000..4934e752dcae --- /dev/null +++ b/dev-util/buildbot-prometheus/Manifest @@ -0,0 +1,3 @@ +DIST buildbot-prometheus-17.7.2.tar.gz 10101 BLAKE2B 25c060b5368aa1dea6145b6d380db8001f3cd1fb49f9b3bb1e4ecccdb771591abc269d5aee9d022a9b182b19650a0c398b580004f20def0675b86ca9f3a1e2db SHA512 8a0ecaf57eade3d69fabc57a19a1c02af8e398c3bc4732e40f39e8904a16c9b751d4f6f8ace0dd7893b380d1ffc8a51360279aeb7b4059a6cd9438145344e74b +EBUILD buildbot-prometheus-17.7.2.ebuild 624 BLAKE2B 53e5d5a111eba5433a1d234c91929c192165b7ba0bfddd99cb529c5ab94e61f43baa95fa9b22837918f93ef2d622226620b18b69bfe8cb3ec9545c0bfd839933 SHA512 eefdb7f1939150323e767707c21a59a8c2431a6e006e57af1d7fed92c71c66b7ccca55da95b7af66838b4f252140efc6b74992567c921f0ecd6a638949ed3f01 +MISC metadata.xml 392 BLAKE2B 2a2acde2274ca75c4477314c27d5bdc2f02ffd3f207a000ae928cf30b258e15d345cb27dd22254181ffc488e01354225f297ad56ce9d2b3575ef4a68199b7e0e SHA512 3d0a5ff260e9606e29ec0eabd8b87fc7f338f35b86dba44024dedf2029fd8d4e04e4f895812f75821dd21703ecf6c57ae25e27ca92dfbb8e817c49c1d404bbb0 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..e84caf199146 --- /dev/null +++ b/dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild @@ -0,0 +1,22 @@ +# 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}] + dev-python/pip[${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> |