Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/consul/
Date: Sun, 21 Feb 2016 21:37:50
Message-Id: 1456090653.dde8bf3b4bdf24e2f1e792d01adb3790b1a1601b.zmedico@gentoo
1 commit: dde8bf3b4bdf24e2f1e792d01adb3790b1a1601b
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 21 21:31:56 2016 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 21:37:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde8bf3b
7
8 app-admin/consul: remove broken egit_clean calls
9
10 Package-Manager: portage-2.2.27
11
12 app-admin/consul/consul-0.5.2-r1.ebuild | 4 +---
13 app-admin/consul/consul-0.6.3.ebuild | 4 +---
14 2 files changed, 2 insertions(+), 6 deletions(-)
15
16 diff --git a/app-admin/consul/consul-0.5.2-r1.ebuild b/app-admin/consul/consul-0.5.2-r1.ebuild
17 index 16987cf..1e80b04 100644
18 --- a/app-admin/consul/consul-0.5.2-r1.ebuild
19 +++ b/app-admin/consul/consul-0.5.2-r1.ebuild
20 @@ -4,7 +4,7 @@
21
22 EAPI=5
23
24 -inherit git-r3 golang-base systemd user
25 +inherit golang-base systemd user
26
27 GO_PN="github.com/hashicorp/consul"
28
29 @@ -152,8 +152,6 @@ src_install() {
30 newconfd "${FILESDIR}/consul.confd" "${PN}"
31 systemd_dounit "${FILESDIR}/consul.service"
32
33 - egit_clean "${WORKDIR}"/{pkg,src}
34 -
35 find "${WORKDIR}"/src/${GO_PN} -mindepth 1 -maxdepth 1 -type f -delete || die
36
37 while read -r -d '' x; do
38
39 diff --git a/app-admin/consul/consul-0.6.3.ebuild b/app-admin/consul/consul-0.6.3.ebuild
40 index ea2a455..90ec2be 100644
41 --- a/app-admin/consul/consul-0.6.3.ebuild
42 +++ b/app-admin/consul/consul-0.6.3.ebuild
43 @@ -4,7 +4,7 @@
44
45 EAPI=5
46
47 -inherit git-r3 golang-base systemd user
48 +inherit golang-base systemd user
49
50 GO_PN="github.com/hashicorp/consul"
51
52 @@ -154,8 +154,6 @@ src_install() {
53 newconfd "${FILESDIR}/consul.confd" "${PN}"
54 systemd_dounit "${FILESDIR}/consul.service"
55
56 - egit_clean "${WORKDIR}"/{pkg,src}
57 -
58 find "${WORKDIR}"/src/${GO_PN} -mindepth 1 -maxdepth 1 -type f -delete || die
59
60 while read -r -d '' x; do