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: net-analyzer/prometheus-snmp_exporter/
Date: Thu, 12 Oct 2017 18:30:01
Message-Id: 1507832980.e83e3907606a280bd1c6b90894f8aa6779457c11.mrueg@gentoo
1 commit: e83e3907606a280bd1c6b90894f8aa6779457c11
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 12 18:27:03 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 12 18:29:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83e3907
7
8 net-analyzer/prometheus-snmp_exporter: Fix description
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 .../prometheus-snmp_exporter/prometheus-snmp_exporter-0.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/prometheus-snmp_exporter/prometheus-snmp_exporter-0.7.0.ebuild b/net-analyzer/prometheus-snmp_exporter/prometheus-snmp_exporter-0.7.0.ebuild
16 index 407d8bf4a08..15ca77ed1b7 100644
17 --- a/net-analyzer/prometheus-snmp_exporter/prometheus-snmp_exporter-0.7.0.ebuild
18 +++ b/net-analyzer/prometheus-snmp_exporter/prometheus-snmp_exporter-0.7.0.ebuild
19 @@ -10,7 +10,7 @@ SNMP_EXPORTER_COMMIT="9147920"
20 ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
21 KEYWORDS="~amd64"
22
23 -DESCRIPTION="Prometheus exporter for machine metrics"
24 +DESCRIPTION="Prometheus exporter for snmp metrics"
25 HOMEPAGE="https://github.com/prometheus/snmp_exporter"
26 SRC_URI="${ARCHIVE_URI}"
27 LICENSE="Apache-2.0"