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, 11 Feb 2014 17:57:15
Message-Id: 20140211175710.072822004C@flycatcher.gentoo.org
1 williamh 14/02/11 17:57:09
2
3 Modified: go-1.2.ebuild go-9999.ebuild ChangeLog
4 Log:
5 add ~amd64-fbsd for bug #494418
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8568F528)
8
9 Revision Changes Path
10 1.6 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.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.2.ebuild?r1=1.5&r2=1.6
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.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- go-1.2.ebuild 31 Jan 2014 16:23:52 -0000 1.5
23 +++ go-1.2.ebuild 11 Feb 2014 17:57:09 -0000 1.6
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.5 2014/01/31 16:23:52 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.2.ebuild,v 1.6 2014/02/11 17:57:09 williamh Exp $
29
30 EAPI=5
31
32 @@ -14,7 +14,7 @@
33 else
34 SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
35 # Upstream only supports go on amd64, arm and x86 architectures.
36 - KEYWORDS="-* amd64 arm x86 ~x86-fbsd"
37 + KEYWORDS="-* amd64 arm x86 ~amd64-fbsd ~x86-fbsd"
38 fi
39
40 DESCRIPTION="A concurrent garbage collected and typesafe programming language"
41
42
43
44 1.15 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.15&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.15&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.14&r2=1.15
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.14
54 retrieving revision 1.15
55 diff -u -r1.14 -r1.15
56 --- go-9999.ebuild 28 Jan 2014 17:38:21 -0000 1.14
57 +++ go-9999.ebuild 11 Feb 2014 17:57:09 -0000 1.15
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 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.14 2014/01/28 17:38:21 williamh Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.15 2014/02/11 17:57:09 williamh Exp $
63
64 EAPI=5
65
66 @@ -14,7 +14,7 @@
67 else
68 SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
69 # Upstream only supports go on amd64, arm and x86 architectures.
70 - KEYWORDS="-* ~amd64 ~arm ~x86 ~x86-fbsd"
71 + KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd"
72 fi
73
74 DESCRIPTION="A concurrent garbage collected and typesafe programming language"
75
76
77
78 1.32 dev-lang/go/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.32&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.32&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.31&r2=1.32
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
87 retrieving revision 1.31
88 retrieving revision 1.32
89 diff -u -r1.31 -r1.32
90 --- ChangeLog 11 Feb 2014 16:19:49 -0000 1.31
91 +++ ChangeLog 11 Feb 2014 17:57:09 -0000 1.32
92 @@ -1,6 +1,10 @@
93 # ChangeLog for dev-lang/go
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.31 2014/02/11 16:19:49 williamh Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.32 2014/02/11 17:57:09 williamh Exp $
97 +
98 + 11 Feb 2014; William Hubbs <williamh@g.o> go-1.2.ebuild,
99 + go-9999.ebuild:
100 + add ~amd64-fbsd for bug #494418
101
102 11 Feb 2014; William Hubbs <williamh@g.o>
103 -files/go-1.1.1-no-Werror.patch, -files/go-1.1.2-no-Werror.patch,