diff options
author | Zac Medico <zmedico@gentoo.org> | 2016-02-21 13:31:56 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2016-02-21 13:37:33 -0800 |
commit | dde8bf3b4bdf24e2f1e792d01adb3790b1a1601b (patch) | |
tree | 81cbd99d3b846b3d361d2f279ec72b022aa8484c /app-admin/consul | |
parent | app-admin/consul: use get_golibdir for library installation (diff) | |
download | gentoo-dde8bf3b4bdf24e2f1e792d01adb3790b1a1601b.tar.gz gentoo-dde8bf3b4bdf24e2f1e792d01adb3790b1a1601b.tar.bz2 gentoo-dde8bf3b4bdf24e2f1e792d01adb3790b1a1601b.zip |
app-admin/consul: remove broken egit_clean calls
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-admin/consul')
-rw-r--r-- | app-admin/consul/consul-0.5.2-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 16987cf44b74..1e80b04c9abe 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 ea2a455ce86a..90ec2beb0311 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 |