public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.1.1.ebuild ChangeLog
@ 2013-07-13  5:46 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-13  5:46 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/13 05:46:15

  Modified:             go-1.1.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #476564
  
  (Portage version: 2.1.12.13/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.2                  dev-lang/go/go-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.1.ebuild?r1=1.1&r2=1.2

Index: go-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- go-1.1.1.ebuild	14 Jun 2013 01:10:58 -0000	1.1
+++ go-1.1.1.ebuild	13 Jul 2013 05:46:15 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v 1.1 2013/06/14 01:10:58 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v 1.2 2013/07/13 05:46:15 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 else
 	SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
 	# Upstream only supports go on amd64, arm and x86 architectures.
-	KEYWORDS="-* ~amd64 ~arm ~x86"
+	KEYWORDS="-* amd64 ~arm ~x86"
 fi
 
 DESCRIPTION="A concurrent garbage collected and typesafe programming language"



1.16                 dev-lang/go/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	14 Jun 2013 01:10:58 -0000	1.15
+++ ChangeLog	13 Jul 2013 05:46:15 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.15 2013/06/14 01:10:58 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.16 2013/07/13 05:46:15 ago Exp $
+
+  13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> go-1.1.1.ebuild:
+  Stable for amd64, wrt bug #476564
 
 *go-1.1.1 (14 Jun 2013)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.1.1.ebuild ChangeLog
@ 2013-07-14 17:36 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-07-14 17:36 UTC (permalink / raw
  To: gentoo-commits

ago         13/07/14 17:36:55

  Modified:             go-1.1.1.ebuild ChangeLog
  Log:
  Stable for arm, wrt bug #476564
  
  (Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-lang/go/go-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.1.ebuild?r1=1.2&r2=1.3

Index: go-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- go-1.1.1.ebuild	13 Jul 2013 05:46:15 -0000	1.2
+++ go-1.1.1.ebuild	14 Jul 2013 17:36:55 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v 1.2 2013/07/13 05:46:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v 1.3 2013/07/14 17:36:55 ago Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 else
 	SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
 	# Upstream only supports go on amd64, arm and x86 architectures.
-	KEYWORDS="-* amd64 ~arm ~x86"
+	KEYWORDS="-* amd64 arm ~x86"
 fi
 
 DESCRIPTION="A concurrent garbage collected and typesafe programming language"



1.17                 dev-lang/go/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	13 Jul 2013 05:46:15 -0000	1.16
+++ ChangeLog	14 Jul 2013 17:36:55 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.16 2013/07/13 05:46:15 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.17 2013/07/14 17:36:55 ago Exp $
+
+  14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> go-1.1.1.ebuild:
+  Stable for arm, wrt bug #476564
 
   13 Jul 2013; Agostino Sarubbo <ago@gentoo.org> go-1.1.1.ebuild:
   Stable for amd64, wrt bug #476564





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.1.1.ebuild ChangeLog
@ 2013-08-06  0:22 William Hubbs (williamh)
  0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs (williamh) @ 2013-08-06  0:22 UTC (permalink / raw
  To: gentoo-commits

williamh    13/08/06 00:22:42

  Modified:             go-1.1.1.ebuild ChangeLog
  Log:
  Stable for x86 wrt #476564
  
  (Portage version: 2.2.0_alpha194/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

Revision  Changes    Path
1.4                  dev-lang/go/go-1.1.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.1.1.ebuild?r1=1.3&r2=1.4

Index: go-1.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- go-1.1.1.ebuild	14 Jul 2013 17:36:55 -0000	1.3
+++ go-1.1.1.ebuild	6 Aug 2013 00:22:42 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v 1.3 2013/07/14 17:36:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.1.1.ebuild,v 1.4 2013/08/06 00:22:42 williamh Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 else
 	SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
 	# Upstream only supports go on amd64, arm and x86 architectures.
-	KEYWORDS="-* amd64 arm ~x86"
+	KEYWORDS="-* amd64 arm x86"
 fi
 
 DESCRIPTION="A concurrent garbage collected and typesafe programming language"



1.18                 dev-lang/go/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	14 Jul 2013 17:36:55 -0000	1.17
+++ ChangeLog	6 Aug 2013 00:22:42 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.17 2013/07/14 17:36:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.18 2013/08/06 00:22:42 williamh Exp $
+
+  06 Aug 2013; William Hubbs <williamh@gentoo.org> go-1.1.1.ebuild:
+  Stable for x86 wrt #476564
 
   14 Jul 2013; Agostino Sarubbo <ago@gentoo.org> go-1.1.1.ebuild:
   Stable for arm, wrt bug #476564





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-08-06  0:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-14 17:36 [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.1.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-08-06  0:22 William Hubbs (williamh)
2013-07-13  5:46 Agostino Sarubbo (ago)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox