public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2012-05-16  0:26 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2012-05-16  0:26 UTC (permalink / raw
  To: gentoo-commits

williamh    12/05/16 00:26:13

  Modified:             go-9999.ebuild ChangeLog
  Log:
  sync live ebuild and test repoman commit
  
  (Portage version: 2.2.0_alpha105/cvs/Linux i686)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- go-9999.ebuild	15 May 2012 20:03:48 -0000	1.2
+++ go-9999.ebuild	16 May 2012 00:26:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 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.2 2012/05/15 20:03:48 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.3 2012/05/16 00:26:13 williamh Exp $
 
 EAPI=4
 
@@ -13,7 +13,7 @@
 if [[ ${PV} != 9999 ]]; then
 	SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
 	# Upstream only supports go on amd64, arm and x86 architectures.
-	KEYWORDS="-* ~x86"
+	KEYWORDS="-* ~amd64 ~x86"
 fi
 
 DESCRIPTION="A concurrent garbage collected and typesafe programming language"
@@ -42,15 +42,6 @@
 
 [[ ${PV} == 9999 ]] || S="${WORKDIR}"/go
 
-export_settings()
-{
-	export HOST_EXTRA_CFLAGS="${CFLAGS}"
-	export HOST_EXTRA_LDFLAGS="${LDFLAGS}"
-	export GOROOT_FINAL=/usr/lib/go
-	export GOROOT="$(pwd)"
-	export GOBIN="${GOROOT}/bin"
-}
-
 src_prepare()
 {
 	if [[ ${PV} != 9999 ]]; then
@@ -60,7 +51,12 @@
 
 src_compile()
 {
-	export_settings
+	export HOST_EXTRA_CFLAGS="${CFLAGS}"
+	export HOST_EXTRA_LDFLAGS="${LDFLAGS}"
+	export GOROOT_FINAL=/usr/lib/go
+	export GOROOT="$(pwd)"
+	export GOBIN="${GOROOT}/bin"
+
 	if [[ ${PV} != 9999 ]]; then
 		use pax_kernel && opts="--pax-kernel"
 	fi
@@ -75,9 +71,8 @@
 
 src_test()
 {
-	export_settings
 	cd src
-	./run.bash --no-rebuild --banner || die "tests failed"
+	PATH="$GOBIN:${PATH}" ./run.bash --no-rebuild --banner || die "tests failed"
 }
 
 src_install()



1.2                  dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	15 May 2012 18:11:26 -0000	1.1
+++ ChangeLog	16 May 2012 00:26:13 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.1 2012/05/15 18:11:26 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.2 2012/05/16 00:26:13 williamh Exp $
+
+  16 May 2012; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  sync live ebuild and test repoman commit
 
 *go-9999 (15 May 2012)
 *go-1.0.1 (15 May 2012)






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2013-12-17 18:39 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2013-12-17 18:39 UTC (permalink / raw
  To: gentoo-commits

williamh    13/12/17 18:39:32

  Modified:             go-9999.ebuild ChangeLog
  Log:
  sync live ebuild
  
  (Portage version: 2.2.7/cvs/Linux i686, signed Manifest commit with key 0x30C46538)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- go-9999.ebuild	20 May 2013 16:52:33 -0000	1.12
+++ go-9999.ebuild	17 Dec 2013 18:39:32 -0000	1.13
@@ -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-9999.ebuild,v 1.12 2013/05/20 16:52:33 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.13 2013/12/17 18:39:32 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 ~x86-fbsd"
 fi
 
 DESCRIPTION="A concurrent garbage collected and typesafe programming language"
@@ -24,14 +24,14 @@
 SLOT="0"
 IUSE="bash-completion emacs vim-syntax zsh-completion"
 
-DEPEND="sys-apps/ed"
+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/linux.*/.*"
+QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*"
 
 # The go language uses *.a files which are _NOT_ libraries and should not be
 # stripped.
@@ -129,6 +129,11 @@
 	find "${ROOT}"usr/lib/go -type f \
 		-exec touch -r "${ROOT}"${tref} {} \;
 	eend $?
+
+	if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} &&
+		${REPLACING_VERSIONS} != ${PV} ]]; then
+		elog "Release notes are located at http://golang.org/doc/go${PV}"
+	fi
 }
 
 pkg_postrm()



1.27                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	16 Dec 2013 12:12:11 -0000	1.26
+++ ChangeLog	17 Dec 2013 18:39:32 -0000	1.27
@@ -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.26 2013/12/16 12:12:11 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.27 2013/12/17 18:39:32 williamh Exp $
+
+  17 Dec 2013; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  sync live ebuild
 
   16 Dec 2013; Naohiro Aota <naota@gentoo.org> go-1.2.ebuild:
   Add ~x86-fbsd. #494418





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2014-07-17 20:48 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2014-07-17 20:48 UTC (permalink / raw
  To: gentoo-commits

williamh    14/07/17 20:48:05

  Modified:             go-9999.ebuild ChangeLog
  Log:
  remove editor and shell support use flags for bug #516070
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- go-9999.ebuild	28 Mar 2014 14:08:40 -0000	1.16
+++ go-9999.ebuild	17 Jul 2014 20:48:05 -0000	1.17
@@ -1,12 +1,12 @@
 # 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.16 2014/03/28 14:08:40 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.17 2014/07/17 20:48:05 williamh Exp $
 
 EAPI=5
 
 export CTARGET=${CTARGET:-${CHOST}}
 
-inherit bash-completion-r1 elisp-common eutils
+inherit eutils
 
 if [[ ${PV} = 9999 ]]; then
 	EHG_REPO_URI="https://go.googlecode.com/hg"
@@ -22,13 +22,10 @@
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="bash-completion emacs vim-syntax zsh-completion"
+IUSE=""
 
 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 )"
+RDEPEND=""
 
 # The tools in /usr/lib/go should not cause the multilib-strict check to fail.
 QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*"
@@ -61,11 +58,6 @@
 
 	cd src
 	./make.bash || die "build failed"
-	cd ..
-
-	if use emacs; then
-		elisp-compile misc/emacs/*.el
-	fi
 }
 
 src_test()
@@ -88,38 +80,11 @@
 	# 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 timestamped older than a dependancy it
 	# will rebuild that file.  So, in order to stop go from rebuilding lots of
 	# packages for every build we need to fix the timestamps.  The compiler and
@@ -135,10 +100,3 @@
 		elog "Release notes are located at http://golang.org/doc/go${PV}"
 	fi
 }
-
-pkg_postrm()
-{
-	if use emacs; then
-		elisp-site-regen
-	fi
-}



1.37                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	22 Jun 2014 23:25:02 -0000	1.36
+++ ChangeLog	17 Jul 2014 20:48:05 -0000	1.37
@@ -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.36 2014/06/22 23:25:02 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.37 2014/07/17 20:48:05 williamh Exp $
+
+  17 Jul 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  remove editor and shell support use flags for bug #516070
 
   22 Jun 2014; William Hubbs <william@gentoo.org> -go-1.2.2.ebuild:
   remove old





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2014-07-18 16:18 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2014-07-18 16:18 UTC (permalink / raw
  To: gentoo-commits

williamh    14/07/18 16:18:51

  Modified:             go-9999.ebuild ChangeLog
  Log:
  install editors document to point people to the go wiki page about editor and shell support
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- go-9999.ebuild	17 Jul 2014 20:48:05 -0000	1.17
+++ go-9999.ebuild	18 Jul 2014 16:18:51 -0000	1.18
@@ -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.17 2014/07/17 20:48:05 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.18 2014/07/18 16:18:51 williamh Exp $
 
 EAPI=5
 
@@ -70,7 +70,7 @@
 src_install()
 {
 	dobin bin/*
-	dodoc AUTHORS CONTRIBUTORS PATENTS README
+	dodoc AUTHORS CONTRIBUTORS PATENTS README misc/editors
 
 	dodir /usr/lib/go
 	insinto /usr/lib/go



1.38                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	17 Jul 2014 20:48:05 -0000	1.37
+++ ChangeLog	18 Jul 2014 16:18:51 -0000	1.38
@@ -1,6 +1,10 @@
 # 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.37 2014/07/17 20:48:05 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.38 2014/07/18 16:18:51 williamh Exp $
+
+  18 Jul 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  install editors document to point people to the go wiki page about editor and
+  shell support
 
   17 Jul 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
   remove editor and shell support use flags for bug #516070





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2014-08-15  0:33 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2014-08-15  0:33 UTC (permalink / raw
  To: gentoo-commits

williamh    14/08/15 00:33:15

  Modified:             go-9999.ebuild ChangeLog
  Log:
  sync live ebuild
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- go-9999.ebuild	18 Jul 2014 16:18:51 -0000	1.18
+++ go-9999.ebuild	15 Aug 2014 00:33:15 -0000	1.19
@@ -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.18 2014/07/18 16:18:51 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.19 2014/08/15 00:33:15 williamh Exp $
 
 EAPI=5
 
@@ -12,9 +12,9 @@
 	EHG_REPO_URI="https://go.googlecode.com/hg"
 	inherit mercurial
 else
-	SRC_URI="http://go.googlecode.com/files/go${PV}.src.tar.gz"
+	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"
+	KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos"
 fi
 
 DESCRIPTION="A concurrent garbage collected and typesafe programming language"



1.45                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	15 Aug 2014 00:26:17 -0000	1.44
+++ ChangeLog	15 Aug 2014 00:33:15 -0000	1.45
@@ -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.44 2014/08/15 00:26:17 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.45 2014/08/15 00:33:15 williamh Exp $
+
+  15 Aug 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  sync live ebuild
 
 *go-1.3.1 (15 Aug 2014)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2014-12-11 17:28 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2014-12-11 17:28 UTC (permalink / raw
  To: gentoo-commits

williamh    14/12/11 17:28:16

  Modified:             go-9999.ebuild ChangeLog
  Log:
  sync live ebuild
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- go-9999.ebuild	3 Nov 2014 20:22:56 -0000	1.20
+++ go-9999.ebuild	11 Dec 2014 17:28:16 -0000	1.21
@@ -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.20 2014/11/03 20:22:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.21 2014/12/11 17:28:16 williamh Exp $
 
 EAPI=5
 
@@ -41,7 +41,7 @@
 src_prepare()
 {
 	if [[ ${PV} != 9999 ]]; then
-		epatch "${FILESDIR}"/${P}-no-Werror.patch
+		epatch "${FILESDIR}"/${PN}-1.2-no-Werror.patch
 	fi
 	epatch_user
 }
@@ -71,7 +71,7 @@
 src_install()
 {
 	dobin bin/*
-	dodoc AUTHORS CONTRIBUTORS PATENTS README misc/editors
+	dodoc AUTHORS CONTRIBUTORS PATENTS README
 
 	dodir /usr/lib/go
 	insinto /usr/lib/go
@@ -84,6 +84,13 @@
 	fperms -R +x /usr/lib/go/pkg/tool
 }
 
+pkg_preinst()
+{
+	has_version '<dev-lang/go-1.4' &&
+		export had_support_files=true ||
+		export had_support_files=false
+}
+
 pkg_postinst()
 {
 	# If the go tool sees a package file timestamped older than a dependancy it
@@ -100,4 +107,14 @@
 		${REPLACING_VERSIONS} != ${PV} ]]; then
 		elog "Release notes are located at http://golang.org/doc/go${PV}"
 	fi
+
+	if $had_support_files; then
+		ewarn
+		ewarn "All editor support, IDE support, shell completion"
+		ewarn "support, etc has been removed from the go package"
+		ewarn "upstream."
+		ewarn "For more information on which support is available, see"
+		ewarn "the following URL:"
+		ewarn "https://github.com/golang/go/wiki/IDEsAndTextEditorPlugins"
+	fi
 }



1.57                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	11 Dec 2014 17:03:50 -0000	1.56
+++ ChangeLog	11 Dec 2014 17:28:16 -0000	1.57
@@ -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.56 2014/12/11 17:03:50 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.57 2014/12/11 17:28:16 williamh Exp $
+
+  11 Dec 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  sync live ebuild
 
   11 Dec 2014; William Hubbs <williamh@gentoo.org> go-1.4.ebuild:
   Fix #532246 -- remove all optional support for editors, plugins, IDES, etc.





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2014-12-13  5:08 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2014-12-13  5:08 UTC (permalink / raw
  To: gentoo-commits

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 <williamh@gentoo.org> go-9999.ebuild:
+  migrate the live ebuild to git instead of mercurial to follow upstream
 
   12 Dec 2014; William Hubbs <williamh@gentoo.org> go-1.3.3.ebuild,
   go-1.4.ebuild, go-9999.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2014-12-31  1:00 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2014-12-31  1:00 UTC (permalink / raw
  To: gentoo-commits

williamh    14/12/31 01:00:46

  Modified:             go-9999.ebuild ChangeLog
  Log:
  Install README.md instead of README for bug #533994
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- go-9999.ebuild	13 Dec 2014 05:08:41 -0000	1.23
+++ go-9999.ebuild	31 Dec 2014 01:00:46 -0000	1.24
@@ -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.23 2014/12/13 05:08:41 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.24 2014/12/31 01:00:46 williamh Exp $
 
 EAPI=5
 
@@ -71,7 +71,7 @@
 src_install()
 {
 	dobin bin/*
-	dodoc AUTHORS CONTRIBUTORS PATENTS README
+	dodoc AUTHORS CONTRIBUTORS PATENTS README.md
 
 	dodir /usr/lib/go
 	insinto /usr/lib/go



1.60                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	13 Dec 2014 05:08:41 -0000	1.59
+++ ChangeLog	31 Dec 2014 01:00:46 -0000	1.60
@@ -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.59 2014/12/13 05:08:41 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.60 2014/12/31 01:00:46 williamh Exp $
+
+  31 Dec 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  Install README.md instead of README for bug #533994
 
   13 Dec 2014; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
   migrate the live ebuild to git instead of mercurial to follow upstream





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2015-01-20  4:02 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2015-01-20  4:02 UTC (permalink / raw
  To: gentoo-commits

williamh    15/01/20 04:02:26

  Modified:             go-9999.ebuild ChangeLog
  Log:
  Add a dependency on dev-lang/go-bootstrap for #536960. For now, we can build our own bootstrap compiler, so we dont
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- go-9999.ebuild	31 Dec 2014 01:00:46 -0000	1.24
+++ go-9999.ebuild	20 Jan 2015 04:02:26 -0000	1.25
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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.24 2014/12/31 01:00:46 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.25 2015/01/20 04:02:26 williamh Exp $
 
 EAPI=5
 
@@ -24,7 +24,7 @@
 SLOT="0"
 IUSE=""
 
-DEPEND=""
+DEPEND=">=dev-lang/go-bootstrap-1.4.1"
 RDEPEND=""
 
 # The tools in /usr/lib/go should not cause the multilib-strict check to fail.
@@ -41,13 +41,15 @@
 src_prepare()
 {
 	if [[ ${PV} != 9999 ]]; then
-		epatch "${FILESDIR}"/${PN}-1.2-no-Werror.patch
+		sed -i -e 's/"-Werror",//g' src/cmd/dist/build.go ||
+			die 'sed failed'
 	fi
 	epatch_user
 }
 
 src_compile()
 {
+	export GOROOT_BOOTSTRAP="${EPREFIX}"/usr/lib/go1.4
 	export GOROOT_FINAL="${EPREFIX}"/usr/lib/go
 	export GOROOT="$(pwd)"
 	export GOBIN="${GOROOT}/bin"



1.64                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	16 Jan 2015 16:12:27 -0000	1.63
+++ ChangeLog	20 Jan 2015 04:02:26 -0000	1.64
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.63 2015/01/16 16:12:27 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.64 2015/01/20 04:02:26 williamh Exp $
+
+  20 Jan 2015; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  Add a dependency on dev-lang/go-bootstrap for #536960. For now, we can build
+  our own bootstrap compiler, so we dont
 
 *go-1.4.1 (16 Jan 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2015-06-02 15:37 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2015-06-02 15:37 UTC (permalink / raw
  To: gentoo-commits

williamh    15/06/02 15:37:10

  Modified:             go-9999.ebuild ChangeLog
  Log:
  Remove include directory for #549814 thanks to Bohdan Trach
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- go-9999.ebuild	20 Jan 2015 04:02:26 -0000	1.25
+++ go-9999.ebuild	2 Jun 2015 15:37:10 -0000	1.26
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.25 2015/01/20 04:02:26 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.26 2015/06/02 15:37:10 williamh Exp $
 
 EAPI=5
 
@@ -82,7 +82,7 @@
 	# Once this is fixed, we can consider using the doc use flag to control
 	# installing the doc and src directories.
 	# [1] https://golang.org/issue/2775
-	doins -r doc include lib pkg src
+	doins -r doc lib pkg src
 	fperms -R +x /usr/lib/go/pkg/tool
 }
 



1.73                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	27 May 2015 12:49:55 -0000	1.72
+++ ChangeLog	2 Jun 2015 15:37:10 -0000	1.73
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.72 2015/05/27 12:49:55 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.73 2015/06/02 15:37:10 williamh Exp $
+
+  02 Jun 2015; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  Remove include directory for #549814 thanks to Bohdan Trach
 
   27 May 2015; Mikle Kolyada <zlogene@gentoo.org> go-1.4.2.ebuild:
   arm stable wrt bug #543666





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2015-06-23 19:53 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2015-06-23 19:53 UTC (permalink / raw
  To: gentoo-commits

williamh    15/06/23 19:53:16

  Modified:             go-9999.ebuild ChangeLog
  Log:
  Add PV as a subslot to allow packages to be rebuilt when the go version changes
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- go-9999.ebuild	9 Jun 2015 14:06:27 -0000	1.27
+++ go-9999.ebuild	23 Jun 2015 19:53:16 -0000	1.28
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.27 2015/06/09 14:06:27 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.28 2015/06/23 19:53:16 williamh Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 HOMEPAGE="http://www.golang.org"
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 IUSE=""
 
 DEPEND=">=dev-lang/go-bootstrap-1.4.1"



1.76                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	9 Jun 2015 14:06:27 -0000	1.75
+++ ChangeLog	23 Jun 2015 19:53:16 -0000	1.76
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.75 2015/06/09 14:06:27 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.76 2015/06/23 19:53:16 williamh Exp $
+
+  23 Jun 2015; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  Add PV as a subslot to allow packages to be rebuilt when the go version
+  changes
 
   09 Jun 2015; William Hubbs <williamh@gentoo.org> go-1.4.2.ebuild,
   go-9999.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2015-07-03 21:47 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2015-07-03 21:47 UTC (permalink / raw
  To: gentoo-commits

williamh    15/07/03 21:47:48

  Modified:             go-9999.ebuild ChangeLog
  Log:
  remove subslot
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- go-9999.ebuild	23 Jun 2015 19:53:16 -0000	1.28
+++ go-9999.ebuild	3 Jul 2015 21:47:48 -0000	1.29
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.28 2015/06/23 19:53:16 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.29 2015/07/03 21:47:48 williamh Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 HOMEPAGE="http://www.golang.org"
 
 LICENSE="BSD"
-SLOT="0/${PV}"
+SLOT="0"
 IUSE=""
 
 DEPEND=">=dev-lang/go-bootstrap-1.4.1"



1.77                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	23 Jun 2015 19:53:16 -0000	1.76
+++ ChangeLog	3 Jul 2015 21:47:48 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.76 2015/06/23 19:53:16 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.77 2015/07/03 21:47:48 williamh Exp $
+
+  03 Jul 2015; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  remove subslot
 
   23 Jun 2015; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
   Add PV as a subslot to allow packages to be rebuilt when the go version





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

* [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog
@ 2015-07-06 16:21 William Hubbs (williamh)
  0 siblings, 0 replies; 13+ messages in thread
From: William Hubbs (williamh) @ 2015-07-06 16:21 UTC (permalink / raw
  To: gentoo-commits

williamh    15/07/06 16:21:21

  Modified:             go-9999.ebuild ChangeLog
  Log:
  re-add subslot. We do need this, and we will need all Go packages in the tree to use it in DEPEND.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)

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

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

Index: go-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- go-9999.ebuild	3 Jul 2015 21:47:48 -0000	1.29
+++ go-9999.ebuild	6 Jul 2015 16:21:21 -0000	1.30
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 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.29 2015/07/03 21:47:48 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.30 2015/07/06 16:21:21 williamh Exp $
 
 EAPI=5
 
@@ -21,7 +21,7 @@
 HOMEPAGE="http://www.golang.org"
 
 LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
 IUSE=""
 
 DEPEND=">=dev-lang/go-bootstrap-1.4.1"



1.78                 dev-lang/go/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	3 Jul 2015 21:47:48 -0000	1.77
+++ ChangeLog	6 Jul 2015 16:21:21 -0000	1.78
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/go
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.77 2015/07/03 21:47:48 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.78 2015/07/06 16:21:21 williamh Exp $
+
+  06 Jul 2015; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+  re-add subslot. We do need this, and we will need all Go packages in the tree
+  to use it in DEPEND.
 
   03 Jul 2015; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
   remove subslot





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

end of thread, other threads:[~2015-07-06 16:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23 19:53 [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog William Hubbs (williamh)
  -- strict thread matches above, loose matches on Subject: below --
2015-07-06 16:21 William Hubbs (williamh)
2015-07-03 21:47 William Hubbs (williamh)
2015-06-02 15:37 William Hubbs (williamh)
2015-01-20  4:02 William Hubbs (williamh)
2014-12-31  1:00 William Hubbs (williamh)
2014-12-13  5:08 William Hubbs (williamh)
2014-12-11 17:28 William Hubbs (williamh)
2014-08-15  0:33 William Hubbs (williamh)
2014-07-18 16:18 William Hubbs (williamh)
2014-07-17 20:48 William Hubbs (williamh)
2013-12-17 18:39 William Hubbs (williamh)
2012-05-16  0:26 William Hubbs (williamh)

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