summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2015-02-24 23:39:29 +0000
committerZac Medico <zmedico@gentoo.org>2015-02-24 23:39:29 +0000
commitfe547d496df22e74fd2afb1cd15824ec9730e7b5 (patch)
treeeae9d9f796ff3a314476959b921fb9fba8b3e584 /dev-libs/go-fuse
parentInstall in src instead of src/pkg for go-1.4. Thanks to William Hubbs <willia... (diff)
downloadgentoo-2-fe547d496df22e74fd2afb1cd15824ec9730e7b5.tar.gz
gentoo-2-fe547d496df22e74fd2afb1cd15824ec9730e7b5.tar.bz2
gentoo-2-fe547d496df22e74fd2afb1cd15824ec9730e7b5.zip
Install in src instead of src/pkg for go-1.4. Thanks to William Hubbs <williamh@gentoo.org> for the fix (bug 541284).
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAE5719A3)
Diffstat (limited to 'dev-libs/go-fuse')
-rw-r--r--dev-libs/go-fuse/ChangeLog8
-rw-r--r--dev-libs/go-fuse/go-fuse-0_p20140812.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-libs/go-fuse/ChangeLog b/dev-libs/go-fuse/ChangeLog
index 1ddb09e8d5db..4fe9268cae2d 100644
--- a/dev-libs/go-fuse/ChangeLog
+++ b/dev-libs/go-fuse/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/go-fuse
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.7 2014/10/19 08:02:14 zmedico Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.8 2015/02/24 23:39:29 zmedico Exp $
+
+ 24 Feb 2015; Zac Medico <zmedico@gentoo.org> go-fuse-0_p20140812.ebuild:
+ Install in src instead of src/pkg for go-1.4. Thanks to William Hubbs
+ <williamh@gentoo.org> for the fix (bug 541284).
19 Oct 2014; Zac Medico <zmedico@gentoo.org> go-fuse-0_p20140812.ebuild:
Use tar.gz instead of zip, so there's no need for app-arch/unzip in DEPEND.
diff --git a/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild b/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild
index a381fd67f0bf..5bfcac5b1671 100644
--- a/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild
+++ b/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild,v 1.2 2014/10/19 08:02:14 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild,v 1.3 2015/02/24 23:39:29 zmedico Exp $
EAPI=5
@@ -35,7 +35,7 @@ src_compile() {
# Create a filtered GOROOT tree out of symlinks,
# excluding go-fuse, for bug #503324.
cp -sR /usr/lib/go goroot || die
- rm -rf goroot/src/pkg/${GO_PN} || die
+ rm -rf goroot/src/${GO_PN} || die
rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die
CGO_CFLAGS="${CFLAGS}" GOROOT="${WORKDIR}/goroot" GOPATH="${WORKDIR}" \
bash src/${GO_PN}/all.bash.patched || die
@@ -44,7 +44,7 @@ src_compile() {
src_install() {
insinto /usr/lib/go
doins -r pkg
- insinto /usr/lib/go/src/pkg
+ insinto /usr/lib/go/src
rm src/${GO_PN}/all.bash.patched || die
find src/${GO_PN} -name .gitignore -delete
doins -r src/*