public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-metrics/pushgateway/
Date: Wed, 30 Nov 2022 05:40:28 +0000 (UTC)	[thread overview]
Message-ID: <1669786822.27c8f2d94aeb5048f8064bd60e896853c3dfd107.zmedico@gentoo> (raw)

commit:     27c8f2d94aeb5048f8064bd60e896853c3dfd107
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 05:39:55 2022 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 05:40:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c8f2d9

app-metrics/pushgateway: drop 1.4.2, 1.4.3

Bug: https://bugs.gentoo.org/883647
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-metrics/pushgateway/Manifest                 |  4 --
 app-metrics/pushgateway/pushgateway-1.4.2.ebuild | 48 ------------------------
 app-metrics/pushgateway/pushgateway-1.4.3.ebuild | 48 ------------------------
 3 files changed, 100 deletions(-)

diff --git a/app-metrics/pushgateway/Manifest b/app-metrics/pushgateway/Manifest
index 6fb21115206b..8ba404f83dd2 100644
--- a/app-metrics/pushgateway/Manifest
+++ b/app-metrics/pushgateway/Manifest
@@ -1,6 +1,2 @@
-DIST pushgateway-1.4.2-deps.tar.xz 28339728 BLAKE2B 6f6e351f1a50e14db8b66b1ecd63eb7e86d28956b0d5f96185daea213b81c66c3bcb4a8db3208310d5023d423668b190eae6c858823f581d90859de82e38762d SHA512 7c1a2e27773e741cfab171a55c3018893c896bcd4eca842fafbcc2ece2b9449a9ca9804176693a7602bb11e84f32dadacfcbbf6f68c0bcb20ef47937aa753275
-DIST pushgateway-1.4.2.tar.gz 4264206 BLAKE2B 966593b53184e091400d73c7aa00b147597096ca61adc71964c5ca04c5c7487dbcc4eee652bc47745bb459fa0d3a27bad4936833cd759081c8ae735319582b15 SHA512 7b1da7eecf03c4f7b493d025920e93c52333becf7da6a2d7bdd0eb6f9a2a4a5d08b00786d0796682a465d84750e2c8092cdb1c4ca59a08f15b8b586d6eaa5f1a
-DIST pushgateway-1.4.3-deps.tar.xz 23184228 BLAKE2B a16ce542df626668d94b67989107110a3c89f3d57a60cf75d4b4e7d2b3c90f81871e376358461556818ba59e088264e9d0298700ffef403b54a21fae524478bb SHA512 7c100e8f23c63783a74642cd9e6b1ab2c2a6d6641c5c0c0de00479affa37328b98e947959d0c9d258700536f19596557503777593702687a7386a4bc9c875fb3
-DIST pushgateway-1.4.3.tar.gz 4263325 BLAKE2B 3180e99d0fe883b2ce6111254c557d9e63e8b0d307b520f33093c93fd9f7ce94240823ca45f29bb1246e50d48f48c4a2195da6b0384a433fd48ecfed8eb6a370 SHA512 e41b8cf89c55569d47fae43310e88e548dfa5b598d1d282ae302844444cd1f7d64b7551763dd34aaca16c1807b232861e423caa15ced63599b95a87c78c14a98
 DIST pushgateway-1.5.1-deps.tar.xz 28913128 BLAKE2B dc7f352a4085ff365a3039501992e7678c1c8b59d3f56ecafa4fe7e50d5693c8399edede9f994c6fca8af739d33bc5cb627b1dbfe27bd0dd63539834290f816d SHA512 82f586be350b1d5f3169adee7e88c9522e34e37de1c9741a32b824d3f9e5b3bdc914177f1a1cff722de89eebe9bd6221ad6b9c29684a348cc7ba93d8cc3c05fd
 DIST pushgateway-1.5.1.tar.gz 4272543 BLAKE2B 01aeda87efdbbd6c7d0c1a8676fe0798c8d97f7638ca26eb8720412eb00d2abff5c7e73d21e1c2424bd375efa8878c85642a06196e933e44ea804e6e053adbf2 SHA512 01ebcdb85f059c330195f37f9466e2042311d8196948881f07d53f1ac4c7daedf343c14856f51db274df00b652b09eb52c735f04f774baf66559697864e1f93b

diff --git a/app-metrics/pushgateway/pushgateway-1.4.2.ebuild b/app-metrics/pushgateway/pushgateway-1.4.2.ebuild
deleted file mode 100644
index 6aadab5d3b85..000000000000
--- a/app-metrics/pushgateway/pushgateway-1.4.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module systemd
-
-GIT_COMMIT="99981d7"
-DESCRIPTION="Prometheus push acceptor for ephemeral and batch jobs"
-HOMEPAGE="https://github.com/prometheus/pushgateway"
-SRC_URI="
-	https://github.com/prometheus/pushgateway/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz
-"
-
-LICENSE="Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-	acct-group/pushgateway
-	acct-user/pushgateway
-"
-DEPEND="${RDEPEND}"
-
-BDEPEND=">=dev-util/promu-0.3.0"
-
-src_prepare() {
-	default
-	sed -i -e 's|{{\.Revision}}|'${GIT_COMMIT}'|g' .promu.yml || die
-}
-
-src_compile() {
-	mkdir -p bin || die
-	promu build -v --prefix bin || die
-}
-
-src_install() {
-	newbin "bin/${P}" "${PN}"
-	dodoc {README,CHANGELOG,CONTRIBUTING}.md
-	keepdir /var/log/${PN}
-	fowners ${PN}:${PN} /var/log/${PN}
-	newinitd "${FILESDIR}"/${PN}-1.initd ${PN}
-	newconfd "${FILESDIR}"/${PN}-1.confd ${PN}
-	insinto /etc/logrotate.d
-	newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-	systemd_dounit "${FILESDIR}/${PN}-1.service"
-}

diff --git a/app-metrics/pushgateway/pushgateway-1.4.3.ebuild b/app-metrics/pushgateway/pushgateway-1.4.3.ebuild
deleted file mode 100644
index 32db02f93286..000000000000
--- a/app-metrics/pushgateway/pushgateway-1.4.3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit go-module systemd
-
-GIT_COMMIT="f9dc1c8"
-DESCRIPTION="Prometheus push acceptor for ephemeral and batch jobs"
-HOMEPAGE="https://github.com/prometheus/pushgateway"
-SRC_URI="
-	https://github.com/prometheus/pushgateway/archive/v${PV}.tar.gz -> ${P}.tar.gz
-	https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz
-"
-
-LICENSE="Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-	acct-group/pushgateway
-	acct-user/pushgateway
-"
-DEPEND="${RDEPEND}"
-
-BDEPEND=">=dev-util/promu-0.3.0"
-
-src_prepare() {
-	default
-	sed -i -e 's|{{\.Revision}}|'${GIT_COMMIT}'|g' .promu.yml || die
-}
-
-src_compile() {
-	mkdir -p bin || die
-	promu build -v --prefix bin || die
-}
-
-src_install() {
-	newbin "bin/${P}" "${PN}"
-	dodoc {README,CHANGELOG,CONTRIBUTING}.md
-	keepdir /var/log/${PN}
-	fowners ${PN}:${PN} /var/log/${PN}
-	newinitd "${FILESDIR}"/${PN}-1.initd ${PN}
-	newconfd "${FILESDIR}"/${PN}-1.confd ${PN}
-	insinto /etc/logrotate.d
-	newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-	systemd_dounit "${FILESDIR}/${PN}-1.service"
-}


             reply	other threads:[~2022-11-30  5:40 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-30  5:40 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-03 23:15 [gentoo-commits] repo/gentoo:master commit in: app-metrics/pushgateway/ Sam James
2022-11-30  0:51 Zac Medico
2022-11-01 23:43 Zac Medico
2022-06-02  3:04 Zac Medico
2022-05-16  0:30 Zac Medico
2022-05-16  0:30 Zac Medico
2021-10-12  0:18 Zac Medico
2021-07-18 17:00 Conrad Kostecki
2021-07-18 17:00 Conrad Kostecki
2021-06-12 19:45 Zac Medico
2021-06-12 16:30 Zac Medico
2021-06-12 15:57 Zac Medico
2021-06-12 15:55 Zac Medico
2020-07-09 19:53 William Hubbs
2019-11-24 22:11 Zac Medico
2019-11-23 10:56 Manuel Rüger
2019-10-17 13:45 Manuel Rüger
2019-10-16 10:19 Manuel Rüger
2019-10-16 10:19 Manuel Rüger
2019-09-21  2:09 Zac Medico
2019-09-21  2:01 Zac Medico
2019-09-21  2:01 Zac Medico
2019-07-29  9:21 Manuel Rüger
2019-07-29  9:17 Manuel Rüger
2019-04-16  9:04 Manuel Rüger
2018-12-11  8:12 Manuel Rüger
2018-10-28 16:52 Manuel Rüger
2018-06-16 14:01 Manuel Rüger

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=1669786822.27c8f2d94aeb5048f8064bd60e896853c3dfd107.zmedico@gentoo \
    --to=zmedico@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