From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-libs/go-fuse/go-fuse-9999.ebuild | 55 ------------------------------------ 1 file changed, 55 deletions(-) delete mode 100644 dev-libs/go-fuse/go-fuse-9999.ebuild (limited to 'dev-libs/go-fuse/go-fuse-9999.ebuild') diff --git a/dev-libs/go-fuse/go-fuse-9999.ebuild b/dev-libs/go-fuse/go-fuse-9999.ebuild deleted file mode 100644 index 2627a21a5a42..000000000000 --- a/dev-libs/go-fuse/go-fuse-9999.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit git-r3 - -DESCRIPTION="native bindings for the FUSE kernel module" -HOMEPAGE="https://github.com/hanwen/go-fuse" -EGIT_REPO_URI="https://github.com/hanwen/go-fuse.git" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=">=dev-lang/go-1.3" -RDEPEND="" - -RESTRICT="strip" - -GO_PN="github.com/hanwen/${PN}" -EGIT_CHECKOUT_DIR="${S}/src/${GO_PN}" - -export GOPATH="${S}" - -src_compile() { - local d -#no examples right now -# example/hello example/loopback example/zipfs \ -# example/multizip example/unionfs example/memfs \ -# example/autounionfs ; \ -#or tests -#fuse/test - for d in fuse fuse/pathfs zipfs unionfs; do - go build -v -x -work ${GO_PN}/${d} || die - done -} - -src_install() { - local d - for d in fuse fuse/pathfs zipfs unionfs; do - go install -v -x -work ${GO_PN}/${d} || die - done - - insinto /usr/lib/go/ - doins -r "${S}/pkg" - insinto "/usr/lib/go/src/${GO_PN}/" - #for this ebuild, to fix bug #503324 I have limited what is installed - #another possible solution would have been using adddeny to the - #hide installed filed during build - egit_clean "${S}/src/${GO_PN}" - doins -r "${S}/src/${GO_PN}/fuse" - doins -r "${S}/src/${GO_PN}/splice" -} -- cgit v1.2.3