commit:     aeec037e45fc9977451a1d815b593f16c996ba8d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 17 18:11:23 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 17 18:13:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeec037e

app-metrics/postgres_exporter: drop 0.10.1

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-metrics/postgres_exporter/Manifest             |  2 -
 .../postgres_exporter-0.10.1.ebuild                | 43 ----------------------
 2 files changed, 45 deletions(-)

diff --git a/app-metrics/postgres_exporter/Manifest 
b/app-metrics/postgres_exporter/Manifest
index 12405126f0dc..7ab6e44a0b86 100644
--- a/app-metrics/postgres_exporter/Manifest
+++ b/app-metrics/postgres_exporter/Manifest
@@ -1,5 +1,3 @@
-DIST postgres_exporter-0.10.1-deps.tar.xz 106506900 BLAKE2B 
3f32d804d9bd07a91ac623656896d23bba217e2ceed90ff2fcfa19d02093912fe35008064b1248ee98a23e02efdef2761ad7c1dfc96c636d051686ed4a58eceb
 SHA512 
842c6d519c537989cfba36961d38b1cb0e315241a88e1f53532ebf1829d31c7c17b5986680193663e4de3c5cfab3bb25f38e5c6afe6b2ab14ce2efd47a052ae7
-DIST postgres_exporter-0.10.1.tar.gz 73157 BLAKE2B 
bc56dfdd50878615768fc4e4a193784b73ee48cb1b2743deae21d6caf5db60e3eabe2987cee27742081bea1c506a9c96fb11808304a0007c5e2e252a1e4cb752
 SHA512 
75ba08354174980d55fb1deed1035323d89f3331f0c366165a0262b4081b99d083f14dbcdd7539836399d0d69a75a296cb978a42d94ff0b1c0bcb8f3933fcabc
 DIST postgres_exporter-0.15.0-deps.tar.xz 10107168 BLAKE2B 
2c63161629b7a7aa7e4ca8332f1ad140bfd4c6d496cf860964da4b1897ca67e8716f22db35df6e0558c2764442afea657f3d3e2406762f14b88bf2266f2464f7
 SHA512 
91a0d8b471ef06635ee3520c8b2a15e19ebb9427356602752f0b35d87efacc129709cac50873f94305edf85149d0b9bb0b2cf6d2bfa8d1ec88e6c6a6be1f4880
 DIST postgres_exporter-0.15.0.tar.gz 86818 BLAKE2B 
bf4b3f842c98e82c54eb8393271bd9879a93cd8f28b2fcafa09bbb907caf96c4b728139b08074f1de08295b18d61aaa29b4fb53321164c8b4fc93545f7da5b7a
 SHA512 
332700809454dba11e1e6b9cbc46be9683925a6c692e110efa1204ce1ad1457a8d2237ee8af20f1ee6d5c663266fc1629da6f4f5ff9151faf294a26af8be7682
 DIST postgres_exporter-0.16.0-deps.tar.xz 42043172 BLAKE2B 
0a7adca9f8f93e8bef092492c6b8f6478ca27c61bb31ac9b4427a11579b9a5c232996ae2c9e24d8d04daacb8a6e407468181a6a0a7871fe0b6293de28c4f3194
 SHA512 
f87f1d6e6a5390092b188fcf6510c54d88036ad493bc996d9b2b72941d21606cd7a14e10b9b7cb85800c7ae99400983704309b9edfddc4b9f4adf83cf8d1dde3

diff --git a/app-metrics/postgres_exporter/postgres_exporter-0.10.1.ebuild 
b/app-metrics/postgres_exporter/postgres_exporter-0.10.1.ebuild
deleted file mode 100644
index 3f393e013f2f..000000000000
--- a/app-metrics/postgres_exporter/postgres_exporter-0.10.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module
-GIT_COMMIT=6cff384d7433bcb1104efe3b496cd27c0658eb09
-
-DESCRIPTION="PostgreSQL stats exporter for Prometheus"
-HOMEPAGE="https://github.com/prometheus-community/postgres_exporter";
-SRC_URI="https://github.com/prometheus-community/postgres_exporter/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz";
-
-LICENSE="Apache-2.0 BSD MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="acct-group/postgres_exporter
-       acct-user/postgres_exporter"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-util/promu"
-
-RESTRICT=" test "
-
-src_prepare() {
-       default
-       sed -i \
-               -e "s/{{.Branch}}/HEAD/" \
-               -e "s/{{.Revision}}/${GIT_COMMIT}/" \
-               .promu.yml || die "sed failed"
-}
-
-src_compile() {
-       promu build -v --prefix bin || die
-}
-
-src_install() {
-       dobin bin/*
-       dodoc README.md queries.yaml
-       newinitd "${FILESDIR}"/${PN}.initd ${PN}
-       newconfd "${FILESDIR}"/${PN}.confd ${PN}
-       keepdir /var/log/${PN}
-       fowners ${PN}:${PN} /var/log/${PN}
-}

Reply via email to