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/redis_exporter/
Date: Sun, 21 Apr 2019 22:20:29 +0000 (UTC)	[thread overview]
Message-ID: <1555885222.4fd7126651e636bbf8c95844ce3939b20632c022.zmedico@gentoo> (raw)

commit:     4fd7126651e636bbf8c95844ce3939b20632c022
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 22:16:48 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 22:20:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd71266

app-metrics/redis_exporter: remove old version 0.15.0

Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-metrics/redis_exporter/Manifest                |  1 -
 .../redis_exporter/redis_exporter-0.15.0.ebuild    | 52 ----------------------
 2 files changed, 53 deletions(-)

diff --git a/app-metrics/redis_exporter/Manifest b/app-metrics/redis_exporter/Manifest
index 715805b65c4..ceb2228cdb5 100644
--- a/app-metrics/redis_exporter/Manifest
+++ b/app-metrics/redis_exporter/Manifest
@@ -1,2 +1 @@
-DIST redis_exporter-0.15.0.tar.gz 1232990 BLAKE2B ade899ef0f21594d3bb59c379f44d941e2a42f06a5c2ba5b304cc0b8b83def12eb036e6011a7d88abe7d97104ae663cb025ca60287ec9aba7be93a734d84c959 SHA512 8892306500943ec18d8fa5110fc6f4954ec886fca4d0023cdc2134ee2498c6f39ab06bec8f998ecde796cc2053b66103146503b76a185db3da5cbab81ebd9f2a
 DIST redis_exporter-0.20.2.tar.gz 970030 BLAKE2B 55bee727f196fad642944a444220d9f71958d812f5f5f4d79a0c741cada25f29690ff4f185ec4028cf5216139e5351022a134fb1b0f2b5b45b384a831dbf1802 SHA512 eee4cc9de79ea256571c9650abae6b044fc78b7683abef544d5313dad5d46d3516c55e939c33f87849cc52ed2465797d20b606e386aa4fe187dd16d30354173e

diff --git a/app-metrics/redis_exporter/redis_exporter-0.15.0.ebuild b/app-metrics/redis_exporter/redis_exporter-0.15.0.ebuild
deleted file mode 100644
index 3e3d871df3c..00000000000
--- a/app-metrics/redis_exporter/redis_exporter-0.15.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit user golang-build golang-vcs-snapshot systemd
-
-EGO_PN="github.com/oliver006/redis_exporter"
-EGIT_COMMIT="a0d9e4c704b4d35cd08544d395038f417716a03a"
-ARCHIVE_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x"
-HOMEPAGE="https://github.com/oliver006/redis_exporter"
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-pkg_setup() {
-	enewgroup ${PN}
-	enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_prepare() {
-	default
-	sed -e "s|\(^[[:space:]]*VERSION[[:space:]]*=[[:space:]]*\).*|\1\"${PV}\"|" \
-		-e "s|\(^[[:space:]]*BUILD_DATE[[:space:]]*=[[:space:]]*\).*|\1\"$(LC_ALL=C date -u)\"|" \
-		-e "s|\(^[[:space:]]*COMMIT_SHA1[[:space:]]*=[[:space:]]*\).*|\1\"${EGIT_COMMIT}\"|" \
-		-i src/${EGO_PN}/main.go || die
-}
-
-src_compile() {
-	pushd src/${EGO_PN} || die
-	GOPATH="${S}" \
-		go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}"
-	popd || die
-}
-
-src_install() {
-	dobin bin/redis_exporter
-	dodoc src/${EGO_PN}/README.md
-	local dir
-	for dir in /var/{lib,log}/${PN}; do
-		keepdir "${dir}"
-		fowners ${PN}:${PN} "${dir}"
-	done
-	newinitd "${FILESDIR}"/${PN}.initd ${PN}
-	newconfd "${FILESDIR}"/${PN}.confd ${PN}
-	insinto /etc/logrotate.d
-	newins "${FILESDIR}/${PN}.logrotated" "${PN}"
-	systemd_dounit "${FILESDIR}/${PN}.service"
-}


             reply	other threads:[~2019-04-21 22:20 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-21 22:20 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-15 21:36 [gentoo-commits] repo/gentoo:master commit in: app-metrics/redis_exporter/ Zac Medico
2024-08-11 22:45 Zac Medico
2024-06-16 23:24 Zac Medico
2024-06-16 23:12 Zac Medico
2022-08-26 21:20 Zac Medico
2022-06-18 20:30 Zac Medico
2022-06-18 20:30 Zac Medico
2022-06-10 20:02 Zac Medico
2022-06-02  2:47 Zac Medico
2022-05-16  3:21 Zac Medico
2022-05-16  3:21 Zac Medico
2022-03-18 18:26 Zac Medico
2022-03-12 19:14 Zac Medico
2022-03-12 19:14 Zac Medico
2022-02-18 19:16 Zac Medico
2022-02-18 19:16 Zac Medico
2022-02-04 21:15 Zac Medico
2022-01-24  3:27 Zac Medico
2021-12-05 19:02 Zac Medico
2021-12-05 19:00 Zac Medico
2021-11-12  3:16 Zac Medico
2021-11-11 23:54 Zac Medico
2021-11-11  1:02 Zac Medico
2021-11-10 23:21 Zac Medico
2021-11-07  3:25 Zac Medico
2021-04-01  2:54 Zac Medico
2021-04-01  2:47 Zac Medico
2021-04-01  2:46 Zac Medico
2021-04-01  2:44 Zac Medico
2020-07-10 18:00 William Hubbs
2019-09-24 17:03 Zac Medico
2019-09-22 20:55 Zac Medico
2019-09-21  4:04 Zac Medico
2019-09-21  2:58 Zac Medico
2019-04-21 22:29 Zac Medico
2018-07-17 16:28 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=1555885222.4fd7126651e636bbf8c95844ce3939b20632c022.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