* [gentoo-commits] repo/gentoo:master commit in: app-metrics/burrow_exporter/
@ 2018-07-27 23:14 Manuel Rüger
0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rüger @ 2018-07-27 23:14 UTC (permalink / raw
To: gentoo-commits
commit: fc20b47f33670379ba3bf2ea20f8de9ffded124d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 27 23:11:37 2018 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Jul 27 23:13:09 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc20b47f
app-metrics/burrow_exporter: Fix build
Closes: https://bugs.gentoo.org/662268
Package-Manager: Portage-2.3.43, Repoman-2.3.10
app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild b/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild
index 25e00711b56..8abb648aee9 100644
--- a/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild
+++ b/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild
@@ -48,10 +48,10 @@ src_compile() {
src_install() {
pushd src/${EGO_PN} || die
dobin bin/burrow_exporter
- dodoc {README,CHANGELOG}.md
+ dodoc README.md
popd || die
- keepdir /var/log/mongodb_exporter
- fowners ${PN}:${PN} /var/log/mongodb_exporter
+ keepdir /var/log/burrow_exporter
+ fowners ${PN}:${PN} /var/log/burrow_exporter
newinitd "${FILESDIR}"/${PN}.initd ${PN}
newconfd "${FILESDIR}"/${PN}.confd ${PN}
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-metrics/burrow_exporter/
@ 2019-09-17 11:29 Manuel Rüger
0 siblings, 0 replies; 6+ messages in thread
From: Manuel Rüger @ 2019-09-17 11:29 UTC (permalink / raw
To: gentoo-commits
commit: 5c6724b35018c8c02927db182c22c44fb621c915
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 11:29:13 2019 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 11:29:13 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c6724b3
app-metrics/burrow_exporter: Drop to maintainer-needed
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Manuel Rüger <mrueg <AT> gentoo.org>
app-metrics/burrow_exporter/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/app-metrics/burrow_exporter/metadata.xml b/app-metrics/burrow_exporter/metadata.xml
index 9d38e68ffc1..9a3e876caef 100644
--- a/app-metrics/burrow_exporter/metadata.xml
+++ b/app-metrics/burrow_exporter/metadata.xml
@@ -1,10 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>mrueg@gentoo.org</email>
- <name>Manuel Rüger</name>
- </maintainer>
+ <!-- maintainer-needed -->
<upstream>
<remote-id type="github">jirwin/burrow_exporter</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-metrics/burrow_exporter/
@ 2019-12-03 9:48 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2019-12-03 9:48 UTC (permalink / raw
To: gentoo-commits
commit: 936e17f5649ceb53c7317366fe70e64a3b4c8db9
Author: Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Mon Dec 2 22:31:06 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 3 09:47:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936e17f5
app-metrics/burrow_exporter: add licenses for transitive go dependencies
Bug: https://bugs.gentoo.org/695212
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild | 2 +-
app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild b/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild
index b6a97d6ef8f..bde2fa62d7b 100644
--- a/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild
+++ b/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild
@@ -25,7 +25,7 @@ DESCRIPTION="Prometheus exporter for Burrow"
HOMEPAGE="https://github.com/jirwin/burrow_exporter"
SRC_URI="${ARCHIVE_URI}
${EGO_VENDOR_URI}"
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
IUSE=""
diff --git a/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild b/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild
index 8abb648aee9..93883396695 100644
--- a/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild
+++ b/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild
@@ -25,7 +25,7 @@ DESCRIPTION="Prometheus exporter for Burrow"
HOMEPAGE="https://github.com/jirwin/burrow_exporter"
SRC_URI="${ARCHIVE_URI}
${EGO_VENDOR_URI}"
-LICENSE="Apache-2.0"
+LICENSE="Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
IUSE=""
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-metrics/burrow_exporter/
@ 2019-12-04 5:34 William Hubbs
0 siblings, 0 replies; 6+ messages in thread
From: William Hubbs @ 2019-12-04 5:34 UTC (permalink / raw
To: gentoo-commits
commit: ff070bdaa966a4879f8bda48f1856f58bf2ca0ad
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 4 05:32:56 2019 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Dec 4 05:32:56 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff070bda
app-metrics/burrow_exporter: add myself as maintainer
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-metrics/burrow_exporter/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-metrics/burrow_exporter/metadata.xml b/app-metrics/burrow_exporter/metadata.xml
index 9a3e876caef..fc6b03a8a7c 100644
--- a/app-metrics/burrow_exporter/metadata.xml
+++ b/app-metrics/burrow_exporter/metadata.xml
@@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>williamh@gentoo.org</email>
+ <name>William Hubbs</name>
+ </maintainer>
<upstream>
<remote-id type="github">jirwin/burrow_exporter</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-metrics/burrow_exporter/
@ 2022-01-03 3:10 William Hubbs
0 siblings, 0 replies; 6+ messages in thread
From: William Hubbs @ 2022-01-03 3:10 UTC (permalink / raw
To: gentoo-commits
commit: 2fd89a904e73dc11e2c11a7dfce6ba390f8b04de
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 3 03:00:48 2022 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Jan 3 03:02:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd89a90
app-metrics/burrow_exporter: revbump to convert to glep 81
Bug: https://bugs.gentoo.org/781221
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
.../burrow_exporter-0.0.6-r2.ebuild | 64 ++++++++++++++++++++++
1 file changed, 64 insertions(+)
diff --git a/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r2.ebuild b/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r2.ebuild
new file mode 100644
index 000000000000..6c7b44867388
--- /dev/null
+++ b/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r2.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+EGO_VENDOR=(
+ "github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9"
+ "github.com/golang/protobuf 2bba0603135d7d7f5cb73b2125beeda19c09f4ef"
+ "github.com/matttproud/golang_protobuf_extensions c12348ce28de40eed0136aa2b644d0ee0650e56c"
+ "github.com/prometheus/client_golang 42552c195dd3f3089fbf9cf26e139da150af35aa"
+ "github.com/prometheus/client_model 6f3806018612930941127f2a7c6c453ba2c527d2"
+ "github.com/prometheus/common 13ba4ddd0caa9c28ca7b7bffe1dfa9ed8d5ef207"
+ "github.com/prometheus/procfs 65c1f6f8f0fc1e2185eb9863a3bc751496404259"
+ "github.com/Sirupsen/logrus ba1b36c82c5e05c4f912a88eab0dcd91a171688f"
+ "github.com/urfave/cli ab403a54a148f2d857920810291539e1f817ee7b"
+)
+inherit golang-build golang-vcs-snapshot
+
+EGO_PN="github.com/jirwin/burrow_exporter"
+EXPORTER_COMMIT="01f0ef9"
+ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="Prometheus exporter for Burrow"
+HOMEPAGE="https://github.com/jirwin/burrow_exporter"
+SRC_URI="${ARCHIVE_URI}
+ ${EGO_VENDOR_URI}"
+LICENSE="Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+IUSE=""
+
+COMMON_DEPEND="
+ acct-group/burrow_exporter
+ acct-user/burrow_exporter
+ "
+ DEPEND="${COMMON_DEPEND}"
+ RDEPEND="${COMMON_DEPEND}"
+
+src_prepare() {
+ pushd src/${EGO_PN} || die
+ eapply "${FILESDIR}"/${P}-skippable-metrics.patch "${FILESDIR}"/${P}-fix-metrics.patch
+ sed -i -e "s/0.0.5/${PV}/" burrow-exporter.go || die
+ popd || die
+ default
+}
+
+src_compile() {
+ pushd src/${EGO_PN} || die
+ GOPATH="${S}" go build -v -o bin/burrow_exporter || die
+ popd || die
+}
+
+src_install() {
+ pushd src/${EGO_PN} || die
+ dobin bin/burrow_exporter
+ dodoc README.md
+ popd || die
+ newinitd "${FILESDIR}"/${PN}.initd ${PN}
+ newconfd "${FILESDIR}"/${PN}.confd ${PN}
+ insinto /etc/logrotate.d
+ newins "${FILESDIR}/${PN}.logrotated" ${PN}
+ keepdir /var/log/burrow_exporter
+ fowners ${PN}:${PN} /var/log/burrow_exporter
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-metrics/burrow_exporter/
@ 2022-03-15 15:44 Conrad Kostecki
0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2022-03-15 15:44 UTC (permalink / raw
To: gentoo-commits
commit: 3080536009494b759c75c62a1574480a4105e3e7
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 15:25:37 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 15:43:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30805360
app-metrics/burrow_exporter: drop 0.0.6, 0.0.6-r1
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
.../burrow_exporter-0.0.6-r1.ebuild | 62 ----------------------
.../burrow_exporter/burrow_exporter-0.0.6.ebuild | 57 --------------------
2 files changed, 119 deletions(-)
diff --git a/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild b/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild
deleted file mode 100644
index bde2fa62d7b2..000000000000
--- a/app-metrics/burrow_exporter/burrow_exporter-0.0.6-r1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_VENDOR=(
- "github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9"
- "github.com/golang/protobuf 2bba0603135d7d7f5cb73b2125beeda19c09f4ef"
- "github.com/matttproud/golang_protobuf_extensions c12348ce28de40eed0136aa2b644d0ee0650e56c"
- "github.com/prometheus/client_golang 42552c195dd3f3089fbf9cf26e139da150af35aa"
- "github.com/prometheus/client_model 6f3806018612930941127f2a7c6c453ba2c527d2"
- "github.com/prometheus/common 13ba4ddd0caa9c28ca7b7bffe1dfa9ed8d5ef207"
- "github.com/prometheus/procfs 65c1f6f8f0fc1e2185eb9863a3bc751496404259"
- "github.com/Sirupsen/logrus ba1b36c82c5e05c4f912a88eab0dcd91a171688f"
- "github.com/urfave/cli ab403a54a148f2d857920810291539e1f817ee7b"
-)
-inherit user golang-build golang-vcs-snapshot
-
-EGO_PN="github.com/jirwin/burrow_exporter"
-EXPORTER_COMMIT="01f0ef9"
-ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Prometheus exporter for Burrow"
-HOMEPAGE="https://github.com/jirwin/burrow_exporter"
-SRC_URI="${ARCHIVE_URI}
- ${EGO_VENDOR_URI}"
-LICENSE="Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-IUSE=""
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_prepare() {
- pushd src/${EGO_PN} || die
- eapply "${FILESDIR}"/${P}-skippable-metrics.patch "${FILESDIR}"/${P}-fix-metrics.patch
- sed -i -e "s/0.0.5/${PV}/" burrow-exporter.go || die
- popd || die
- default
-}
-
-src_compile() {
- pushd src/${EGO_PN} || die
- GOPATH="${S}" go build -v -o bin/burrow_exporter || die
- popd || die
-}
-
-src_install() {
- pushd src/${EGO_PN} || die
- dobin bin/burrow_exporter
- dodoc README.md
- popd || die
- keepdir /var/log/burrow_exporter
- fowners ${PN}:${PN} /var/log/burrow_exporter
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
- insinto /etc/logrotate.d
- newins "${FILESDIR}/${PN}.logrotated" ${PN}
-}
diff --git a/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild b/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild
deleted file mode 100644
index 8b730e36dd34..000000000000
--- a/app-metrics/burrow_exporter/burrow_exporter-0.0.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-EGO_VENDOR=(
- "github.com/beorn7/perks 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9"
- "github.com/golang/protobuf 2bba0603135d7d7f5cb73b2125beeda19c09f4ef"
- "github.com/matttproud/golang_protobuf_extensions c12348ce28de40eed0136aa2b644d0ee0650e56c"
- "github.com/prometheus/client_golang 42552c195dd3f3089fbf9cf26e139da150af35aa"
- "github.com/prometheus/client_model 6f3806018612930941127f2a7c6c453ba2c527d2"
- "github.com/prometheus/common 13ba4ddd0caa9c28ca7b7bffe1dfa9ed8d5ef207"
- "github.com/prometheus/procfs 65c1f6f8f0fc1e2185eb9863a3bc751496404259"
- "github.com/Sirupsen/logrus ba1b36c82c5e05c4f912a88eab0dcd91a171688f"
- "github.com/urfave/cli ab403a54a148f2d857920810291539e1f817ee7b"
-)
-inherit user golang-build golang-vcs-snapshot
-
-EGO_PN="github.com/jirwin/burrow_exporter"
-EXPORTER_COMMIT="01f0ef9"
-ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Prometheus exporter for Burrow"
-HOMEPAGE="https://github.com/jirwin/burrow_exporter"
-SRC_URI="${ARCHIVE_URI}
- ${EGO_VENDOR_URI}"
-LICENSE="Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-IUSE=""
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_prepare() {
- default
- sed -i -e "s/0.0.4/${PV}/" src/${EGO_PN}/burrow-exporter.go || die
-}
-
-src_compile() {
- pushd src/${EGO_PN} || die
- GOPATH="${S}" go build -v -o bin/burrow_exporter || die
- popd || die
-}
-
-src_install() {
- pushd src/${EGO_PN} || die
- dobin bin/burrow_exporter
- dodoc README.md
- popd || die
- keepdir /var/log/burrow_exporter
- fowners ${PN}:${PN} /var/log/burrow_exporter
- newinitd "${FILESDIR}"/${PN}.initd ${PN}
- newconfd "${FILESDIR}"/${PN}.confd ${PN}
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-03-15 15:44 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-03 3:10 [gentoo-commits] repo/gentoo:master commit in: app-metrics/burrow_exporter/ William Hubbs
-- strict thread matches above, loose matches on Subject: below --
2022-03-15 15:44 Conrad Kostecki
2019-12-04 5:34 William Hubbs
2019-12-03 9:48 Michał Górny
2019-09-17 11:29 Manuel Rüger
2018-07-27 23:14 Manuel Rüger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox