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 4FC0A1382C5 for ; Tue, 23 Jan 2018 15:12:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EDC8E0AC9; Tue, 23 Jan 2018 15:12:16 +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 0AC25E0AC9 for ; Tue, 23 Jan 2018 15:12:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BF125335C0B for ; Tue, 23 Jan 2018 15:12:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D78251D3 for ; Tue, 23 Jan 2018 15:12:12 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1516720313.37562fdd465ac2164abb43fd3d4bff23253efe89.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot-prometheus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot-prometheus/Manifest dev-util/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild dev-util/buildbot-prometheus/metadata.xml X-VCS-Directories: dev-util/buildbot-prometheus/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 37562fdd465ac2164abb43fd3d4bff23253efe89 X-VCS-Branch: master Date: Tue, 23 Jan 2018 15:12:12 +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-Archives-Salt: 1382e495-c326-4742-a907-b34201299f2c X-Archives-Hash: 0ca1d9f35a66572aba9db657c9816027 commit: 37562fdd465ac2164abb43fd3d4bff23253efe89 Author: Manuel Rüger gentoo org> AuthorDate: Tue Jan 23 13:07:17 2018 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Jan 23 15:11:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37562fdd dev-util/buildbot-prometheus: Initial version Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/buildbot-prometheus/Manifest | 1 + .../buildbot-prometheus-17.7.2.ebuild | 21 +++++++++++++++++++++ dev-util/buildbot-prometheus/metadata.xml | 12 ++++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-util/buildbot-prometheus/Manifest b/dev-util/buildbot-prometheus/Manifest new file mode 100644 index 00000000000..0cc6923df04 --- /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 00000000000..4a401d88a64 --- /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 00000000000..688a3484930 --- /dev/null +++ b/dev-util/buildbot-prometheus/metadata.xml @@ -0,0 +1,12 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + + buildbot-prometheus + claws/buildbot-prometheus + +