commit:     7b672e8f980a241d0a29a1b23e5121eb0a9454bd
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  7 07:20:32 2016 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Nov  7 07:25:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b672e8f

net-misc/drive: skip useless files /usr/lib/go-gentoo

Nothing used the files in /usr/lib/go-gentoo anyway.

Package-Manager: portage-2.3.2

 net-misc/drive/drive-0.3.8.1.ebuild | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/net-misc/drive/drive-0.3.8.1.ebuild 
b/net-misc/drive/drive-0.3.8.1.ebuild
index acd96eb..4b32356 100644
--- a/net-misc/drive/drive-0.3.8.1.ebuild
+++ b/net-misc/drive/drive-0.3.8.1.ebuild
@@ -3,7 +3,6 @@
 # $Id$
 
 EAPI=6
-inherit golang-build
 
 KEYWORDS="~amd64"
 EGO_PN="github.com/odeke-em/drive/..."
@@ -38,7 +37,7 @@ 
https://github.com/skratchdot/open-golang/archive/75fb7ed4208cf72d323d7d02fd1a59
 DESCRIPTION="Google Drive client for the commandline"
 HOMEPAGE="https://${EGO_PN%/*}";
 LICENSE="Apache-2.0"
-SLOT="0/${PVR}"
+SLOT="0"
 IUSE=""
 
 get_archive_go_package() {
@@ -103,14 +102,5 @@ src_compile() {
 
 src_install() {
        dodoc "${S}/src/${EGO_PN%/*}/README.md"
-       golang_install_pkgs
-}
-
-golang_install_pkgs() {
-       insopts -m0644 -p # preserve timestamps for bug 551486
        dobin "${S}/bin/drive"{,-server}
-       insinto "$(dirname "${EPREFIX}$(get_golibdir)/pkg/$(go env GOOS)_$(go 
env GOARCH)/${EGO_PN%/*}")"
-       doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}
-       insinto "$(dirname "${EPREFIX}$(get_golibdir)/src/${EGO_PN%/*}")"
-       doins -r "${S}"/src/${EGO_PN%/*}
 }

Reply via email to