commit: dde8bf3b4bdf24e2f1e792d01adb3790b1a1601b
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 21:31:56 2016 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 21:37:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde8bf3b
app-admin/consul: remove broken egit_clean calls
Package-Manager: portage-2.2.27
app-admin/consul/consul-0.5.2-r1.ebuild | 4 +---
app-admin/consul/consul-0.6.3.ebuild | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/app-admin/consul/consul-0.5.2-r1.ebuild
b/app-admin/consul/consul-0.5.2-r1.ebuild
index 16987cf..1e80b04 100644
--- a/app-admin/consul/consul-0.5.2-r1.ebuild
+++ b/app-admin/consul/consul-0.5.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-inherit git-r3 golang-base systemd user
+inherit golang-base systemd user
GO_PN="github.com/hashicorp/consul"
@@ -152,8 +152,6 @@ src_install() {
newconfd "${FILESDIR}/consul.confd" "${PN}"
systemd_dounit "${FILESDIR}/consul.service"
- egit_clean "${WORKDIR}"/{pkg,src}
-
find "${WORKDIR}"/src/${GO_PN} -mindepth 1 -maxdepth 1 -type f -delete
|| die
while read -r -d '' x; do
diff --git a/app-admin/consul/consul-0.6.3.ebuild
b/app-admin/consul/consul-0.6.3.ebuild
index ea2a455..90ec2be 100644
--- a/app-admin/consul/consul-0.6.3.ebuild
+++ b/app-admin/consul/consul-0.6.3.ebuild
@@ -4,7 +4,7 @@
EAPI=5
-inherit git-r3 golang-base systemd user
+inherit golang-base systemd user
GO_PN="github.com/hashicorp/consul"
@@ -154,8 +154,6 @@ src_install() {
newconfd "${FILESDIR}/consul.confd" "${PN}"
systemd_dounit "${FILESDIR}/consul.service"
- egit_clean "${WORKDIR}"/{pkg,src}
-
find "${WORKDIR}"/src/${GO_PN} -mindepth 1 -maxdepth 1 -type f -delete
|| die
while read -r -d '' x; do