williamh    14/12/13 05:08:41

  Modified:             go-9999.ebuild ChangeLog
  Log:
  migrate the live ebuild to git instead of mercurial to follow upstream
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  Changes    Path
1.23                 dev-lang/go/go-9999.ebuild

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- go-9999.ebuild      12 Dec 2014 18:23:32 -0000      1.22
+++ go-9999.ebuild      13 Dec 2014 05:08:41 -0000      1.23
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.22 
2014/12/12 18:23:32 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.23 
2014/12/13 05:08:41 williamh Exp $
 
 EAPI=5
 
@@ -9,8 +9,8 @@
 inherit eutils toolchain-funcs
 
 if [[ ${PV} = 9999 ]]; then
-       EHG_REPO_URI="https://go.googlecode.com/hg";
-       inherit mercurial
+       EGIT_REPO_URI="git://github.com/golang/go.git"
+       inherit git-r3
 else
        SRC_URI="https://storage.googleapis.com/golang/go${PV}.src.tar.gz";
        # Upstream only supports go on amd64, arm and x86 architectures.



1.59                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   12 Dec 2014 18:23:32 -0000      1.58
+++ ChangeLog   13 Dec 2014 05:08:41 -0000      1.59
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.58 2014/12/12 
18:23:32 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.59 2014/12/13 
05:08:41 williamh Exp $
+
+  13 Dec 2014; William Hubbs <[email protected]> go-9999.ebuild:
+  migrate the live ebuild to git instead of mercurial to follow upstream
 
   12 Dec 2014; William Hubbs <[email protected]> go-1.3.3.ebuild,
   go-1.4.ebuild, go-9999.ebuild:




Reply via email to