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.1.ebuild go-9999.ebuild ChangeLog
Date: Mon, 20 May 2013 16:52:39
Message-Id: 20130520165234.41C2C2171D@flycatcher.gentoo.org
1 williamh 13/05/20 16:52:34
2
3 Modified: go-1.1.ebuild go-9999.ebuild ChangeLog
4 Log:
5 fix QA_MULTILIB_PATHS for bug #463546, thanks to Peter Volkov <pva@g.o>
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.2 dev-lang/go/go-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: go-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- go-1.1.ebuild 17 May 2013 22:55:44 -0000 1.1
23 +++ go-1.1.ebuild 20 May 2013 16:52:33 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 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.1.ebuild,v 1.1 2013/05/17 22:55:44 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.ebuild,v 1.2 2013/05/20 16:52:33 williamh Exp $
29
30 EAPI=5
31
32 @@ -31,7 +31,7 @@
33 zsh-completion? ( app-shells/zsh-completion )"
34
35 # The tools in /usr/lib/go should not cause the multilib-strict check to fail.
36 -QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/linux*/*"
37 +QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/linux.*/.*"
38
39 # The go language uses *.a files which are _NOT_ libraries and should not be
40 # stripped.
41
42
43
44 1.12 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.12&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.12&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.11&r2=1.12
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.11
54 retrieving revision 1.12
55 diff -u -r1.11 -r1.12
56 --- go-9999.ebuild 17 May 2013 22:55:44 -0000 1.11
57 +++ go-9999.ebuild 20 May 2013 16:52:33 -0000 1.12
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.11 2013/05/17 22:55:44 williamh Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.12 2013/05/20 16:52:33 williamh Exp $
63
64 EAPI=5
65
66 @@ -31,7 +31,7 @@
67 zsh-completion? ( app-shells/zsh-completion )"
68
69 # The tools in /usr/lib/go should not cause the multilib-strict check to fail.
70 -QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/linux*/*"
71 +QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/linux.*/.*"
72
73 # The go language uses *.a files which are _NOT_ libraries and should not be
74 # stripped.
75
76
77
78 1.13 dev-lang/go/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.13&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.13&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.12&r2=1.13
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
87 retrieving revision 1.12
88 retrieving revision 1.13
89 diff -u -r1.12 -r1.13
90 --- ChangeLog 17 May 2013 22:55:44 -0000 1.12
91 +++ ChangeLog 20 May 2013 16:52:34 -0000 1.13
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-lang/go
94 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.12 2013/05/17 22:55:44 williamh Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.13 2013/05/20 16:52:34 williamh Exp $
97 +
98 + 20 May 2013; William Hubbs <williamh@g.o> go-1.1.ebuild,
99 + go-9999.ebuild:
100 + fix QA_MULTILIB_PATHS for bug #463546, thanks to Peter Volkov <pva@g.o>
101
102 *go-1.1 (17 May 2013)