From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/consul-template/
Date: Tue, 17 Sep 2019 21:40:41 +0000 (UTC) [thread overview]
Message-ID: <1568755390.278868a283319a2a4f0a1de47e879c8daf3a18ab.zmedico@gentoo> (raw)
commit: 278868a283319a2a4f0a1de47e879c8daf3a18ab
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 17 21:23:10 2019 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Sep 17 21:23:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278868a2
app-admin/consul-template: Remove old version 0.19.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
app-admin/consul-template/Manifest | 1 -
.../consul-template/consul-template-0.19.5.ebuild | 66 ----------------------
2 files changed, 67 deletions(-)
diff --git a/app-admin/consul-template/Manifest b/app-admin/consul-template/Manifest
index 681278721ca..25db300e755 100644
--- a/app-admin/consul-template/Manifest
+++ b/app-admin/consul-template/Manifest
@@ -1,2 +1 @@
-DIST consul-template-0.19.5.tar.gz 6054881 BLAKE2B 48d691f9d09531248310ec50c6c59d3c74db4c8ca5f0236ac8336df92c75da89677e64cb593518032f48f53b9f5aa914a7b6ac0a2dc6bf6d32ae7c1f6d1dc60d SHA512 bdba4e821e353a71f9f6287b8ff352e85a916201314229b998bfbebb066fec17c5d7f12e224bf2920b018a4f5fec9000f122f6c04cb2e455a195b945e35235a5
DIST consul-template-0.20.0.tar.gz 46430965 BLAKE2B 025919b928e07cda618e05aab4488214459e6bc443524bbf8fa83331c3ad5708ebbeaf0cf20351ff70a325fb56aed9cede3010b43726fa32b5b1997d6f4f294a SHA512 a09ff31ddd7d11d78e8c2afcc9a63ab4458cc9feacc02fbf95a30c82b9ad58526c6e6575f5b3ddb21d0dd720687b9ee135bacdbe761f1b5f95592a3e3e74c170
diff --git a/app-admin/consul-template/consul-template-0.19.5.ebuild b/app-admin/consul-template/consul-template-0.19.5.ebuild
deleted file mode 100644
index ab75ab08e38..00000000000
--- a/app-admin/consul-template/consul-template-0.19.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit golang-vcs-snapshot systemd user
-
-KEYWORDS="~amd64"
-DESCRIPTION="Generic template rendering and notifications with Consul"
-GIT_COMMIT="f8c8205"
-EGO_PN="github.com/hashicorp/${PN}"
-HOMEPAGE="https://github.com/hashicorp/consul-template"
-LICENSE="MPL-2.0"
-SLOT="0"
-IUSE="test"
-
-DEPEND="dev-lang/go
- test? ( app-admin/consul )"
-RDEPEND=""
-
-SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-pkg_setup() {
- enewgroup ${PN}
- enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_prepare() {
- default
- # Avoid the need to have a git checkout
- sed -e "s:git rev-parse --short HEAD:echo ${GIT_COMMIT}:" \
- -e '/-s \\/d' \
- -i src/${EGO_PN}/Makefile || die
- # Printf format %q has arg r.config.PidFile of wrong type *string
- sed -e 's|remove pid at %q: %s|remove pid at %v: %s|' \
- -i src/${EGO_PN}/manager/runner.go || die
-}
-
-src_compile() {
- export GOPATH=${S}
- cd src/${EGO_PN} || die
- #XC_ARCH=$(go env GOARCH) \
- #XC_OS=$(go env GOOS) \
- emake dev
-}
-
-src_test() {
- cd src/${EGO_PN} || die
- emake test
-}
-
-src_install() {
- dobin bin/${PN}
- dodoc src/${EGO_PN}/{CHANGELOG.md,README.md}
-
- keepdir /var/log/${PN}
- fowners ${PN}:${PN} /var/log/${PN}
-
- newinitd "${FILESDIR}/${PN}.initd" "${PN}"
- insinto /etc/logrotate.d
- newins "${FILESDIR}/${PN}.logrotated" "${PN}"
- newconfd "${FILESDIR}/${PN}.confd" "${PN}"
- systemd_dounit "${FILESDIR}/${PN}.service"
-
- keepdir /etc/${PN}.d
-}
next reply other threads:[~2019-09-17 21:40 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-17 21:40 Zac Medico [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-14 20:46 [gentoo-commits] repo/gentoo:master commit in: app-admin/consul-template/ Zac Medico
2024-04-01 7:04 Zac Medico
2023-12-10 23:37 Zac Medico
2022-10-18 1:57 Zac Medico
2022-10-01 1:12 Zac Medico
2022-06-25 15:49 Zac Medico
2022-05-15 21:51 Zac Medico
2022-05-15 21:51 Zac Medico
2022-04-21 2:43 Zac Medico
2022-04-05 2:09 Zac Medico
2022-04-05 2:09 Zac Medico
2022-03-05 0:30 Zac Medico
2021-11-05 23:35 Zac Medico
2021-10-18 0:11 Zac Medico
2021-04-20 16:34 Zac Medico
2021-01-01 6:34 Zac Medico
2020-05-04 17:57 William Hubbs
2020-04-28 17:31 William Hubbs
2020-03-24 23:39 William Hubbs
2020-01-14 18:02 Zac Medico
2020-01-14 17:59 Zac Medico
2019-11-19 12:47 Manuel Rüger
2019-09-27 16:50 Zac Medico
2019-09-17 21:40 Zac Medico
2019-07-26 4:47 Zac Medico
2019-04-30 17:25 Zac Medico
2019-04-30 17:14 Zac Medico
2018-07-11 14:54 Manuel Rüger
2017-06-04 3:38 Zac Medico
2016-10-25 16:52 Zac Medico
2016-10-20 6:44 Zac Medico
2016-10-20 6:44 Zac Medico
2016-01-24 22:59 Zac Medico
2016-01-24 22:04 Zac Medico
2016-01-24 21:09 Zac Medico
2016-01-24 18:30 Zac Medico
2016-01-24 7:23 Zac Medico
2016-01-23 6:44 Zac Medico
2015-08-10 5:36 Zac Medico
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=1568755390.278868a283319a2a4f0a1de47e879c8daf3a18ab.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