summaryrefslogtreecommitdiff
path: root/app-admin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2016-02-21 13:31:56 -0800
committerZac Medico <zmedico@gentoo.org>2016-02-21 13:37:33 -0800
commitdde8bf3b4bdf24e2f1e792d01adb3790b1a1601b (patch)
tree81cbd99d3b846b3d361d2f279ec72b022aa8484c /app-admin
parentaacd7d945d3eb71802517990caddb596cfcf204f (diff)
downloadgentoo-dde8bf3b4bdf24e2f1e792d01adb3790b1a1601b.tar.gz
gentoo-dde8bf3b4bdf24e2f1e792d01adb3790b1a1601b.tar.xz
app-admin/consul: remove broken egit_clean calls
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/consul/consul-0.5.2-r1.ebuild4
-rw-r--r--app-admin/consul/consul-0.6.3.ebuild4
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 16987cf44b7..1e80b04c9ab 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 ea2a455ce86..90ec2beb031 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