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-admin/consul-template/
Date: Thu, 20 Oct 2016 06:44:19 +0000 (UTC)	[thread overview]
Message-ID: <1476945830.16a8fea741fce3669a5ef97d0395ae388c42b6c1.zmedico@gentoo> (raw)

commit:     16a8fea741fce3669a5ef97d0395ae388c42b6c1
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 06:43:50 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 06:43:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16a8fea7

app-admin/consul-template: remove unmaintained 9999 ebuild

Package-Manager: portage-2.3.2

 .../consul-template/consul-template-9999.ebuild    | 69 ----------------------
 1 file changed, 69 deletions(-)

diff --git a/app-admin/consul-template/consul-template-9999.ebuild b/app-admin/consul-template/consul-template-9999.ebuild
deleted file mode 100644
index 0dcf7f1..00000000
--- a/app-admin/consul-template/consul-template-9999.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit git-r3 golang-base systemd user
-
-KEYWORDS=""
-DESCRIPTION="Generic template rendering and notifications with Consul"
-GO_PN="github.com/hashicorp/${PN}"
-HOMEPAGE="http://${GO_PN}"
-EGIT_REPO_URI="git://${GO_PN}.git"
-LICENSE="MPL-2.0"
-SLOT="0"
-IUSE="test"
-
-DEPEND=">=dev-lang/go-1.4:=
-	test? ( dev-go/go-tools )
-	app-admin/consul
-	app-admin/vault"
-RDEPEND=""
-
-SRC_URI=""
-STRIP_MASK="*.a"
-S="${WORKDIR}/src/${GO_PN}"
-EGIT_CHECKOUT_DIR="${S}"
-
-pkg_setup() {
-	enewgroup ${PN}
-	enewuser ${PN} -1 -1 -1 ${PN}
-}
-
-src_unpack() {
-	export GOPATH=${WORKDIR}:$(get_golibdir_gopath)
-	git-r3_src_unpack
-	go get -d -v ./... $(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...) || die
-}
-
-src_prepare() {
-	sed -e 's|build: deps|build:|'  -e 's|test: deps|test:|' \
-		-i Makefile || die
-
-	# Disable tests that fail under network-sandbox
-	sed -e 's:TestRun_onceFlag(:_\0:' -i cli_test.go || die
-	sed -e 's:TestRunner_quiescence(:_\0:' -i runner_test.go || die
-}
-
-src_compile() {
-	emake build
-}
-
-src_install() {
-	local x
-
-	dobin bin/${PN}
-	dodoc README.md
-
-	keepdir /var/log/${PN}
-	fowners ${PN}:${PN} /var/log/${PN}
-
-	newinitd "${FILESDIR}/${PN}.initd" "${PN}"
-	newconfd "${FILESDIR}/${PN}.confd" "${PN}"
-	systemd_dounit "${FILESDIR}/${PN}.service"
-
-	keepdir /etc/${PN}.d
-	insinto /etc/${PN}.d
-	doins "${FILESDIR}/"*.json.example
-}


             reply	other threads:[~2016-10-20  6:44 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-20  6:44 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-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-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=1476945830.16a8fea741fce3669a5ef97d0395ae388c42b6c1.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