public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/dnsmasq_exporter/
Date: Sun, 24 Nov 2019 22:47:38 +0000 (UTC)	[thread overview]
Message-ID: <1574635569.683c42c96e326fa598ee94bda59b23b8076ccf7d.williamh@gentoo> (raw)

commit:     683c42c96e326fa598ee94bda59b23b8076ccf7d
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 22:43:26 2019 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 22:46:09 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=683c42c9

app-metrics/dnsmasq_exporter: 0.2.0-r1 revbump for bug fixes

Closes: https://bugs.gentoo.org/699038
Closes: https://bugs.gentoo.org/700124
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 .../dnsmasq_exporter-0.2.0-r1.ebuild               | 58 ++++++++++++++++++++++
 1 file changed, 58 insertions(+)

diff --git a/app-metrics/dnsmasq_exporter/dnsmasq_exporter-0.2.0-r1.ebuild b/app-metrics/dnsmasq_exporter/dnsmasq_exporter-0.2.0-r1.ebuild
new file mode 100644
index 00000000000..66ead08d0ad
--- /dev/null
+++ b/app-metrics/dnsmasq_exporter/dnsmasq_exporter-0.2.0-r1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit go-module
+
+DESCRIPTION="prometheus exporter for dnsmasq"
+HOMEPAGE="https://github.com/google/dnsmasq_exporter"
+
+EGO_VENDOR=(
+	"github.com/alecthomas/template a0175ee3bccc"
+	"github.com/alecthomas/units 2efee857e7cf"
+	"github.com/beorn7/perks v1.0.0"
+	"github.com/golang/protobuf v1.3.1"
+	"github.com/konsorten/go-windows-terminal-sequences v1.0.1"
+	"github.com/matttproud/golang_protobuf_extensions v1.0.1"
+	"github.com/miekg/dns v1.1.14"
+	"github.com/prometheus/client_golang v0.9.4"
+	"github.com/prometheus/client_model fd36f4220a90"
+	"github.com/prometheus/common v0.4.1"
+	"github.com/prometheus/procfs v0.0.2"
+	"github.com/sirupsen/logrus v1.2.0"
+	"golang.org/x/crypto 0709b304e793 github.com/golang/crypto"
+	"golang.org/x/net adae6a3d119a github.com/golang/net"
+	"golang.org/x/sync 112230192c58 github.com/golang/sync"
+	"golang.org/x/sys 5ac8a444bdc5 github.com/golang/sys"
+	"gopkg.in/alecthomas/kingpin.v2 v2.2.6 github.com/alecthomas/kingpin"
+)
+SRC_URI="https://github.com/google/dnsmasq_exporter/archive/v${PV}.tar.gz -> ${P}.tar.gz
+	$(go-module_vendor_uris)"
+
+LICENSE="BSD MIT Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	acct-group/dnsmasq_exporter
+	acct-user/dnsmasq_exporter"
+	RDEPEND="${DEPEND}"
+
+src_compile() {
+	go build || die
+}
+
+src_install() {
+	dobin dnsmasq_exporter
+	keepdir /var/log/dnsmasq_exporter
+	fowners ${PN}:${PN} /var/log/ddnsmasq_exporter
+	newinitd "${FILESDIR}"/${PN}.initd ${PN}
+	newconfd "${FILESDIR}"/${PN}.confd ${PN}
+}
+
+pkg_postinst() {
+	if [[ -e "${EROOT}"/var/log/ddnsmasq_exporter ]]; then
+		elog "The log directory is now ${EROOT}/var/log/dnsmasq_exporter"
+		elog "in order 	to fix a typo."
+	fi
+}


             reply	other threads:[~2019-11-24 22:47 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-24 22:47 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-11-25 22:06 [gentoo-commits] repo/gentoo:master commit in: app-metrics/dnsmasq_exporter/ William Hubbs
2020-04-06 13:54 William Hubbs
2020-05-11  4:13 William Hubbs
2022-07-17 21:31 William Hubbs
2025-01-29 14:40 William Hubbs
2025-03-12 18:23 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1574635569.683c42c96e326fa598ee94bda59b23b8076ccf7d.williamh@gentoo \
    --to=williamh@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox