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-1.2.ebuild go-9999.ebuild ChangeLog
Date: Tue, 28 Jan 2014 17:38:26
Message-Id: 20140128173821.7B9062004C@flycatcher.gentoo.org
1 williamh 14/01/28 17:38:21
2
3 Modified: go-1.2.ebuild go-9999.ebuild ChangeLog
4 Log:
5 Fix strip mask for *bsd for #494418, thanks to Uta Satoh.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8568F528)
8
9 Revision Changes Path
10 1.4 dev-lang/go/go-1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?r1=1.3&r2=1.4
15
16 Index: go-1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- go-1.2.ebuild 25 Jan 2014 22:13:33 -0000 1.3
23 +++ go-1.2.ebuild 28 Jan 2014 17:38:21 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.3 2014/01/25 22:13:33 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.4 2014/01/28 17:38:21 williamh Exp $
29
30 EAPI=5
31
32 @@ -35,7 +35,7 @@
33
34 # The go language uses *.a files which are _NOT_ libraries and should not be
35 # stripped.
36 -STRIP_MASK="/usr/lib/go/pkg/linux*/*.a"
37 +STRIP_MASK="/usr/lib/go/pkg/linux*/*.a /usr/lib/go/pkg/freebsd*/*.a"
38
39 if [[ ${PV} != 9999 ]]; then
40 S="${WORKDIR}"/go
41
42
43
44 1.14 dev-lang/go/go-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.13&r2=1.14
49
50 Index: go-9999.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- go-9999.ebuild 17 Dec 2013 18:39:32 -0000 1.13
57 +++ go-9999.ebuild 28 Jan 2014 17:38:21 -0000 1.14
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2013 Gentoo Foundation
60 +# Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.13 2013/12/17 18:39:32 williamh Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.14 2014/01/28 17:38:21 williamh Exp $
64
65 EAPI=5
66
67 @@ -35,7 +35,7 @@
68
69 # The go language uses *.a files which are _NOT_ libraries and should not be
70 # stripped.
71 -STRIP_MASK="/usr/lib/go/pkg/linux*/*.a"
72 +STRIP_MASK="/usr/lib/go/pkg/linux*/*.a /usr/lib/go/pkg/freebsd*/*.a"
73
74 if [[ ${PV} != 9999 ]]; then
75 S="${WORKDIR}"/go
76
77
78
79 1.29 dev-lang/go/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.29&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.29&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.28&r2=1.29
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
88 retrieving revision 1.28
89 retrieving revision 1.29
90 diff -u -r1.28 -r1.29
91 --- ChangeLog 25 Jan 2014 22:13:33 -0000 1.28
92 +++ ChangeLog 28 Jan 2014 17:38:21 -0000 1.29
93 @@ -1,6 +1,10 @@
94 # ChangeLog for dev-lang/go
95 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.28 2014/01/25 22:13:33 williamh Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.29 2014/01/28 17:38:21 williamh Exp $
98 +
99 + 28 Jan 2014; William Hubbs <williamh@g.o> go-1.2.ebuild,
100 + go-9999.ebuild:
101 + Fix strip mask for *bsd for #494418, thanks to Uta Satoh.
102
103 25 Jan 2014; William Hubbs <williamh@g.o> go-1.2.ebuild:
104 amd64 and x86 stable wrt #499278