Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/go: ChangeLog go-1.3.ebuild
Date: Tue, 29 Jul 2014 19:26:42
Message-Id: 20140729192639.546E52004E@flycatcher.gentoo.org
1 maekke 14/07/29 19:26:39
2
3 Modified: ChangeLog go-1.3.ebuild
4 Log:
5 arm stable, bug #517432
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
8
9 Revision Changes Path
10 1.40 dev-lang/go/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.40&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.40&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.39&r2=1.40
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
19 retrieving revision 1.39
20 retrieving revision 1.40
21 diff -u -r1.39 -r1.40
22 --- ChangeLog 18 Jul 2014 17:04:39 -0000 1.39
23 +++ ChangeLog 29 Jul 2014 19:26:39 -0000 1.40
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lang/go
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.39 2014/07/18 17:04:39 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.40 2014/07/29 19:26:39 maekke Exp $
29 +
30 + 29 Jul 2014; Markus Meier <maekke@g.o> go-1.3.ebuild:
31 + arm stable, bug #517432
32
33 18 Jul 2014; William Hubbs <williamh@g.o> go-1.3.ebuild:
34 stable on amd64 for bug #517432
35
36
37
38 1.3 dev-lang/go/go-1.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.ebuild?r1=1.2&r2=1.3
43
44 Index: go-1.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- go-1.3.ebuild 18 Jul 2014 17:04:39 -0000 1.2
51 +++ go-1.3.ebuild 29 Jul 2014 19:26:39 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v 1.2 2014/07/18 17:04:39 williamh Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v 1.3 2014/07/29 19:26:39 maekke Exp $
57
58 EAPI=5
59
60 @@ -14,7 +14,7 @@
61 else
62 SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz"
63 # Upstream only supports go on amd64, arm and x86 architectures.
64 - KEYWORDS="-* amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
65 + KEYWORDS="-* amd64 arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
66 fi
67
68 DESCRIPTION="A concurrent garbage collected and typesafe programming language"