[gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.3.ebuild ChangeLog

2014-08-04 Thread Fabian Groffen (grobian)
grobian 14/08/04 07:25:02

  Modified: go-1.3.ebuild ChangeLog
  Log:
  Marked ~x86-macos
  
  (Portage version: 2.2.10.1-prefix/cvs/SunOS i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  ChangesPath
1.4  dev-lang/go/go-1.3.ebuild

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

Index: go-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- go-1.3.ebuild   29 Jul 2014 19:26:39 -  1.3
+++ go-1.3.ebuild   4 Aug 2014 07:25:02 -   1.4
@@ -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-1.3.ebuild,v 1.3 2014/07/29 
19:26:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v 1.4 2014/08/04 
07:25:02 grobian Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 else
SRC_URI=https://storage.googleapis.com/golang/go${PV}.src.tar.gz;
# Upstream only supports go on amd64, arm and x86 architectures.
-   KEYWORDS=-* amd64 arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos
+   KEYWORDS=-* amd64 arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos
 fi
 
 DESCRIPTION=A concurrent garbage collected and typesafe programming language



1.41 dev-lang/go/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog   29 Jul 2014 19:26:39 -  1.40
+++ ChangeLog   4 Aug 2014 07:25:02 -   1.41
@@ -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.40 2014/07/29 
19:26:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.41 2014/08/04 
07:25:02 grobian Exp $
+
+  04 Aug 2014; Fabian Groffen grob...@gentoo.org go-1.3.ebuild:
+  Marked ~x86-macos
 
   29 Jul 2014; Markus Meier mae...@gentoo.org go-1.3.ebuild:
   arm stable, bug #517432






[gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.3.ebuild ChangeLog

2014-07-18 Thread William Hubbs (williamh)
williamh14/07/18 17:04:39

  Modified: go-1.3.ebuild ChangeLog
  Log:
  stable on amd64 for bug #517432
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  ChangesPath
1.2  dev-lang/go/go-1.3.ebuild

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

Index: go-1.3.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- go-1.3.ebuild   19 Jun 2014 10:18:30 -  1.1
+++ go-1.3.ebuild   18 Jul 2014 17:04:39 -  1.2
@@ -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-1.3.ebuild,v 1.1 2014/06/19 
10:18:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.ebuild,v 1.2 2014/07/18 
17:04:39 williamh Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 else
SRC_URI=https://storage.googleapis.com/golang/go${PV}.src.tar.gz;
# Upstream only supports go on amd64, arm and x86 architectures.
-   KEYWORDS=-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos
+   KEYWORDS=-* amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos
 fi
 
 DESCRIPTION=A concurrent garbage collected and typesafe programming language



1.39 dev-lang/go/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog   18 Jul 2014 16:18:51 -  1.38
+++ ChangeLog   18 Jul 2014 17:04:39 -  1.39
@@ -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.38 2014/07/18 
16:18:51 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.39 2014/07/18 
17:04:39 williamh Exp $
+
+  18 Jul 2014; William Hubbs willi...@gentoo.org go-1.3.ebuild:
+  stable on amd64 for bug #517432
 
   18 Jul 2014; William Hubbs willi...@gentoo.org go-.ebuild:
   install editors document to point people to the go wiki page about editor and






[gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.3.ebuild ChangeLog

2014-06-19 Thread Patrick Lauer (patrick)
patrick 14/06/19 10:18:30

  Modified: ChangeLog
  Added:go-1.3.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  ChangesPath
1.35 dev-lang/go/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   5 Jun 2014 07:43:14 -   1.34
+++ ChangeLog   19 Jun 2014 10:18:30 -  1.35
@@ -1,6 +1,11 @@
 # 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.34 2014/06/05 
07:43:14 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.35 2014/06/19 
10:18:30 patrick Exp $
+
+*go-1.3 (19 Jun 2014)
+
+  19 Jun 2014; Patrick Lauer patr...@gentoo.org +go-1.3.ebuild:
+  Bump
 
 *go-1.2.2 (05 Jun 2014)
 



1.1  dev-lang/go/go-1.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.ebuild?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.ebuild?rev=1.1content-type=text/plain

Index: go-1.3.ebuild
===
# 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-1.3.ebuild,v 1.1 2014/06/19 
10:18:30 patrick Exp $

EAPI=5

export CTARGET=${CTARGET:-${CHOST}}

inherit bash-completion-r1 elisp-common eutils

if [[ ${PV} =  ]]; then
EHG_REPO_URI=https://go.googlecode.com/hg;
inherit mercurial
else
SRC_URI=https://storage.googleapis.com/golang/go${PV}.src.tar.gz;
# Upstream only supports go on amd64, arm and x86 architectures.
KEYWORDS=-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos
fi

DESCRIPTION=A concurrent garbage collected and typesafe programming language
HOMEPAGE=http://www.golang.org;

LICENSE=BSD
SLOT=0
IUSE=bash-completion emacs vim-syntax zsh-completion

DEPEND=
RDEPEND=bash-completion? ( app-shells/bash-completion )
emacs? ( virtual/emacs )
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
zsh-completion? ( app-shells/zsh-completion )

# The tools in /usr/lib/go should not cause the multilib-strict check to fail.
QA_MULTILIB_PATHS=usr/lib/go/pkg/tool/.*/.*

# The go language uses *.a files which are _NOT_ libraries and should not be
# stripped.
STRIP_MASK=/usr/lib/go/pkg/linux*/*.a /usr/lib/go/pkg/freebsd*/*.a

if [[ ${PV} !=  ]]; then
S=${WORKDIR}/go
fi

src_prepare()
{
if [[ ${PV} !=  ]]; then
epatch ${FILESDIR}/${PN}-1.2-no-Werror.patch
fi
epatch_user
}

src_compile()
{
export GOROOT_FINAL=${EPREFIX}/usr/lib/go
export GOROOT=$(pwd)
export GOBIN=${GOROOT}/bin
if [[ $CTARGET = armv5* ]]
then
export GOARM=5
fi

cd src
./make.bash || die build failed
cd ..

if use emacs; then
elisp-compile misc/emacs/*.el
fi
}

src_test()
{
cd src
PATH=${GOBIN}:${PATH} \
./run.bash --no-rebuild --banner || die tests failed
}

src_install()
{
dobin bin/*
dodoc AUTHORS CONTRIBUTORS PATENTS README

dodir /usr/lib/go
insinto /usr/lib/go

# There is a known issue which requires the source tree to be installed 
[1].
# Once this is fixed, we can consider using the doc use flag to control
# installing the doc and src directories.
# [1] http://code.google.com/p/go/issues/detail?id=2775
doins -r doc include lib pkg src

if use bash-completion; then
dobashcomp misc/bash/go
fi

if use emacs; then
elisp-install ${PN} misc/emacs/*.el misc/emacs/*.elc
fi

if use vim-syntax; then
insinto /usr/share/vim/vimfiles
doins -r misc/vim/ftdetect
doins -r misc/vim/ftplugin
doins -r misc/vim/syntax
doins -r misc/vim/plugin
doins -r misc/vim/indent
fi

if use zsh-completion; then
insinto /usr/share/zsh/site-functions
doins misc/zsh/go
fi

fperms -R +x /usr/lib/go/pkg/tool
}

pkg_postinst()
{
if use emacs; then
elisp-site-regen
fi

# If the go tool sees a package file