Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/buildbot-prometheus/
Date: Tue, 27 Mar 2018 14:11:27
Message-Id: 1522159860.70035c4686c15ce74854eeb061f50fc316bd7c06.mrueg@gentoo
1 commit: 70035c4686c15ce74854eeb061f50fc316bd7c06
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 27 14:10:36 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 27 14:11:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70035c46
7
8 app-metrics/buildbot-prometheus: Remove old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../buildbot-prometheus-17.7.2-r1.ebuild | 30 ----------------------
13 .../buildbot-prometheus-17.7.2.ebuild | 26 -------------------
14 2 files changed, 56 deletions(-)
15
16 diff --git a/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r1.ebuild b/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r1.ebuild
17 deleted file mode 100644
18 index f6c6bd792ce..00000000000
19 --- a/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2-r1.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="A Prometheus metrics exporter for Buildbot"
31 -HOMEPAGE="https://github.com/claws/buildbot-prometheus"
32 -SRC_URI="https://github.com/claws/buildbot-prometheus/archive/${PV}.tar.gz -> ${P}.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="~amd64"
37 -IUSE=""
38 -
39 -RDEPEND="dev-python/prometheus_client[${PYTHON_USEDEP}]
40 - dev-util/buildbot[${PYTHON_USEDEP}]"
41 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
42 - ${RDEPEND}"
43 -
44 -PATCHES=(
45 - "$FILESDIR}/buildbot-prometheus-17.7.2-Migrate-duration-calculations-to-buildbot-09.patch"
46 -)
47 -
48 -python_prepare_all() {
49 - sed -i -e "/^install_reqs.*$/d" -e "/^from pip.*$/d" -e "s/requires = .*/requires = ['buildbot', 'prometheus_client']/" setup.py || die
50 - distutils-r1_python_prepare_all
51 -}
52
53 diff --git a/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild b/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild
54 deleted file mode 100644
55 index a930624175f..00000000000
56 --- a/app-metrics/buildbot-prometheus/buildbot-prometheus-17.7.2.ebuild
57 +++ /dev/null
58 @@ -1,26 +0,0 @@
59 -# Copyright 1999-2018 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -
62 -EAPI=6
63 -
64 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
65 -inherit distutils-r1
66 -
67 -DESCRIPTION="A Prometheus metrics exporter for Buildbot"
68 -HOMEPAGE="https://github.com/claws/buildbot-prometheus"
69 -SRC_URI="https://github.com/claws/buildbot-prometheus/archive/${PV}.tar.gz -> ${P}.tar.gz"
70 -
71 -LICENSE="MIT"
72 -SLOT="0"
73 -KEYWORDS="~amd64"
74 -IUSE=""
75 -
76 -RDEPEND="dev-python/prometheus_client[${PYTHON_USEDEP}]
77 - dev-util/buildbot[${PYTHON_USEDEP}]"
78 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
79 - ${RDEPEND}"
80 -
81 -python_prepare_all() {
82 - sed -i -e "/^install_reqs.*$/d" -e "/^from pip.*$/d" -e "s/requires = .*/requires = ['buildbot', 'prometheus_client']/" setup.py || die
83 - distutils-r1_python_prepare_all
84 -}