Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
Date: Tue, 02 Jun 2015 15:37:15
Message-Id: 20150602153710.AD662A23@oystercatcher.gentoo.org
1 williamh 15/06/02 15:37:10
2
3 Modified: go-9999.ebuild ChangeLog
4 Log:
5 Remove include directory for #549814 thanks to Bohdan Trach
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.26 dev-lang/go/go-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.25&r2=1.26
15
16 Index: go-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- go-9999.ebuild 20 Jan 2015 04:02:26 -0000 1.25
23 +++ go-9999.ebuild 2 Jun 2015 15:37:10 -0000 1.26
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.25 2015/01/20 04:02:26 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.26 2015/06/02 15:37:10 williamh Exp $
29
30 EAPI=5
31
32 @@ -82,7 +82,7 @@
33 # Once this is fixed, we can consider using the doc use flag to control
34 # installing the doc and src directories.
35 # [1] https://golang.org/issue/2775
36 - doins -r doc include lib pkg src
37 + doins -r doc lib pkg src
38 fperms -R +x /usr/lib/go/pkg/tool
39 }
40
41
42
43
44 1.73 dev-lang/go/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.73&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.73&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.72&r2=1.73
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
53 retrieving revision 1.72
54 retrieving revision 1.73
55 diff -u -r1.72 -r1.73
56 --- ChangeLog 27 May 2015 12:49:55 -0000 1.72
57 +++ ChangeLog 2 Jun 2015 15:37:10 -0000 1.73
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-lang/go
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.72 2015/05/27 12:49:55 zlogene Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.73 2015/06/02 15:37:10 williamh Exp $
63 +
64 + 02 Jun 2015; William Hubbs <williamh@g.o> go-9999.ebuild:
65 + Remove include directory for #549814 thanks to Bohdan Trach
66
67 27 May 2015; Mikle Kolyada <zlogene@g.o> go-1.4.2.ebuild:
68 arm stable wrt bug #543666