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-admin/prom2json/
Date: Mon, 16 Oct 2017 10:54:38
Message-Id: 1508151229.08ae2fac9c7c185d6434b1e9c7139e27799e3c8c.mrueg@gentoo
1 commit: 08ae2fac9c7c185d6434b1e9c7139e27799e3c8c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 16 10:53:10 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 16 10:53:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ae2fac
7
8 app-admin/prom2json: Fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 app-admin/prom2json/prom2json-0.1.0_p20170523.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-admin/prom2json/prom2json-0.1.0_p20170523.ebuild b/app-admin/prom2json/prom2json-0.1.0_p20170523.ebuild
16 index c1596c29bce..8bc84e32383 100644
17 --- a/app-admin/prom2json/prom2json-0.1.0_p20170523.ebuild
18 +++ b/app-admin/prom2json/prom2json-0.1.0_p20170523.ebuild
19 @@ -10,7 +10,7 @@ ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
20 KEYWORDS="~amd64"
21
22 DESCRIPTION="A tool to scrape a Prometheus client and dump the result as JSON"
23 -HOMEPAGE="https://github.com/prometheus/node_exporter"
24 +HOMEPAGE="https://github.com/prometheus/prom2json"
25 SRC_URI="${ARCHIVE_URI}"
26 LICENSE="Apache-2.0"
27 SLOT="0"