summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2016-11-06 23:20:32 -0800
committerZac Medico <zmedico@gentoo.org>2016-11-06 23:25:02 -0800
commit7b672e8f980a241d0a29a1b23e5121eb0a9454bd (patch)
tree0c4d29bd27a8347d5ef5733cfc90da4a303bcb54 /net-misc/drive/drive-0.3.8.1.ebuild
parentmail-mta/postfix: version bump to 3.2_pre20161106 (diff)
downloadgentoo-7b672e8f980a241d0a29a1b23e5121eb0a9454bd.tar.gz
gentoo-7b672e8f980a241d0a29a1b23e5121eb0a9454bd.tar.bz2
gentoo-7b672e8f980a241d0a29a1b23e5121eb0a9454bd.zip
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
Diffstat (limited to 'net-misc/drive/drive-0.3.8.1.ebuild')
-rw-r--r--net-misc/drive/drive-0.3.8.1.ebuild12
1 files changed, 1 insertions, 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 acd96eb39396..4b3235668ce0 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%/*}
}