Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/go-fuse: go-fuse-0_p20140812.ebuild ChangeLog
Date: Tue, 24 Feb 2015 23:39:34
Message-Id: 20150224233929.9CAB2127AE@oystercatcher.gentoo.org
1 zmedico 15/02/24 23:39:29
2
3 Modified: go-fuse-0_p20140812.ebuild ChangeLog
4 Log:
5 Install in src instead of src/pkg for go-1.4. Thanks to William Hubbs <williamh@g.o> for the fix (bug 541284).
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAE5719A3)
8
9 Revision Changes Path
10 1.3 dev-libs/go-fuse/go-fuse-0_p20140812.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild?r1=1.2&r2=1.3
15
16 Index: go-fuse-0_p20140812.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/go-fuse-0_p20140812.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- go-fuse-0_p20140812.ebuild 19 Oct 2014 08:02:14 -0000 1.2
23 +++ go-fuse-0_p20140812.ebuild 24 Feb 2015 23:39:29 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $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 $
30
31 EAPI=5
32
33 @@ -35,7 +35,7 @@
34 # Create a filtered GOROOT tree out of symlinks,
35 # excluding go-fuse, for bug #503324.
36 cp -sR /usr/lib/go goroot || die
37 - rm -rf goroot/src/pkg/${GO_PN} || die
38 + rm -rf goroot/src/${GO_PN} || die
39 rm -rf goroot/pkg/linux_${ARCH}/${GO_PN} || die
40 CGO_CFLAGS="${CFLAGS}" GOROOT="${WORKDIR}/goroot" GOPATH="${WORKDIR}" \
41 bash src/${GO_PN}/all.bash.patched || die
42 @@ -44,7 +44,7 @@
43 src_install() {
44 insinto /usr/lib/go
45 doins -r pkg
46 - insinto /usr/lib/go/src/pkg
47 + insinto /usr/lib/go/src
48 rm src/${GO_PN}/all.bash.patched || die
49 find src/${GO_PN} -name .gitignore -delete
50 doins -r src/*
51
52
53
54 1.8 dev-libs/go-fuse/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?rev=1.8&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?rev=1.8&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/go-fuse/ChangeLog?r1=1.7&r2=1.8
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v
63 retrieving revision 1.7
64 retrieving revision 1.8
65 diff -u -r1.7 -r1.8
66 --- ChangeLog 19 Oct 2014 08:02:14 -0000 1.7
67 +++ ChangeLog 24 Feb 2015 23:39:29 -0000 1.8
68 @@ -1,6 +1,10 @@
69 # ChangeLog for dev-libs/go-fuse
70 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.7 2014/10/19 08:02:14 zmedico Exp $
72 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/go-fuse/ChangeLog,v 1.8 2015/02/24 23:39:29 zmedico Exp $
74 +
75 + 24 Feb 2015; Zac Medico <zmedico@g.o> go-fuse-0_p20140812.ebuild:
76 + Install in src instead of src/pkg for go-1.4. Thanks to William Hubbs
77 + <williamh@g.o> for the fix (bug 541284).
78
79 19 Oct 2014; Zac Medico <zmedico@g.o> go-fuse-0_p20140812.ebuild:
80 Use tar.gz instead of zip, so there's no need for app-arch/unzip in DEPEND.