app-admin/consul: remove broken egit_clean calls
authorZac Medico <zmedico@gentoo.org>
Sun, 21 Feb 2016 21:31:56 +0000 (13:31 -0800)
committerZac Medico <zmedico@gentoo.org>
Sun, 21 Feb 2016 21:37:33 +0000 (13:37 -0800)
Package-Manager: portage-2.2.27

app-admin/consul/consul-0.5.2-r1.ebuild
app-admin/consul/consul-0.6.3.ebuild

index 16987cf44b7404dda9b339490832e9c073fe8415..1e80b04c9abeecf554e4b6cbd0b0c1708a147336 100644 (file)
@@ -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
index ea2a455ce86a403034091b5b9a692e9516f22252..90ec2beb03111279994f414c8d3db5d0afae0d4d 100644 (file)
@@ -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