From dde8bf3b4bdf24e2f1e792d01adb3790b1a1601b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 21 Feb 2016 13:31:56 -0800 Subject: 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(-) (limited to 'app-admin') 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 -- cgit v1.2.1