# ChangeLog for dev-lang/go # Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2 # (auto-generated from git log) *go-9999 (09 Aug 2015) *go-1.4.2 (09 Aug 2015) 09 Aug 2015; Robin H. Johnson +go-1.4.2.ebuild, +go-9999.ebuild, +metadata.xml: proj/gentoo: Initial commit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed 21 Aug 2015; William Hubbs go-9999.ebuild: add support for cross-compiling There are a few quirks with Go to deal with when cross-compiling: - Since DEPEND cannot distinguish cross-architecture dependencies the current ebuild cannot keyword all architectures it supports. This could be resolved in the future with a special use flag or other clever trick to drop go-bootstrap from DEPEND for cross builds. - GOHOST* and CC variables are CBUILD values. - GO* and *_FOR_TARGET variables are CHOST values. - Go can always be used as a cross-compiler so handling the CHOST!=CTARGET case isn't strictly required. We could provide a pre-built copy of the std library for CTARGET's architecture but I'm not sure if that would be useful or not. For now the ebuild just doesn't allow that case. - Note from WilliamH: I made some small style changes to this commit. This is for bug #558216. 21 Aug 2015; William Hubbs go-9999.ebuild: fix go dist line options in test phase Change --no-rebuild to -no-rebuild and drop --banner in the test phase to match the documentation of go dist. *go-1.5 (21 Aug 2015) 21 Aug 2015; William Hubbs +go-1.5.ebuild: version bump for 1.5 This is for bug #558200. 24 Aug 2015; Justin Lecher metadata.xml: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher 24 Aug 2015; Mike Gilbert metadata.xml: Revert DOCTYPE SYSTEM https changes in metadata.xml repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720 04 Sep 2015; William Hubbs go-1.5.ebuild: fix go-1.5 build on arm This is for bug #558742. Thanks to Stefan Junker for the report. *go-1.5.1 (18 Sep 2015) 18 Sep 2015; William Hubbs +go-1.5.1.ebuild: version bump 18 Sep 2015; William Hubbs go-9999.ebuild: sync live ebuild 22 Sep 2015; William Hubbs go-1.5.1.ebuild: Add rdepend to block older go-tools In go-1.5, vet and cover were moved back from go-tools to the main Go repository. Because of this, we need to make sure we have a correct version of go-tools installed when upgrading. This is for bug #560054. 22 Sep 2015; William Hubbs go-9999.ebuild: sync live ebuild 22 Oct 2015; William Hubbs go-1.4.2.ebuild, go-1.5.ebuild, go-1.5.1.ebuild, go-9999.ebuild: Do Not include testdata as part of the dependencies This is for bug #563744 02 Nov 2015; Fabian Groffen +files/go-1.5.1-darwin-sysctl.patch, go-1.5.1.ebuild: add patch for darwin by yegle in bug #558368 Package-Manager: portage-2.2.20-prefix 02 Nov 2015; Fabian Groffen go-1.4.2.ebuild: keyword 1.4.2 for x64-solaris, can't keyword 1.5 due to unavailable bootstrap package dependency Package-Manager: portage-2.2.20-prefix 21 Nov 2015; William Hubbs -go-1.5.ebuild: remove old version *go-1.5.1-r1 (25 Nov 2015) 25 Nov 2015; William Hubbs +go-1.5.1-r1.ebuild: rev bump to install binaries correctly Now we install the binaries in /usr/lib/go along with the rest of the Go tree and use symlinks in /usr/bin to point to them. 25 Nov 2015; William Hubbs go-1.5.1-r1.ebuild: remove unnecessary einfo call 25 Nov 2015; William Hubbs go-9999.ebuild: sync live ebuild 27 Nov 2015; William Hubbs -files/go-1.5.1-darwin-sysctl.patch, go-1.5.1.ebuild, go-1.5.1-r1.ebuild: remove incorrect patch for #558368 29 Nov 2015; William Hubbs -go-1.5.1.ebuild: remove old unstable version 29 Nov 2015; William Hubbs go-1.5.1-r1.ebuild, go-9999.ebuild: Remove sed that removed -Werror flag This flag was removed from the build system upstream. *go-1.5.3 (15 Jan 2016) 15 Jan 2016; William Hubbs +files/go-1.5.3-assume-amd64-on-osx.patch, +go-1.5.3.ebuild: version bump 19 Jan 2016; Fabian Groffen go-1.5.3.ebuild: marked ~x64-solaris Package-Manager: portage-2.2.20-prefix 19 Jan 2016; William Hubbs -go-1.5.1-r1.ebuild: remove old unstable version 24 Jan 2016; Michał Górny metadata.xml: Set appropriate maintainer types in metadata.xml (GLEP 67) *go-1.6_rc1 (03 Feb 2016) 03 Feb 2016; Patrick Lauer +go-1.6_rc1.ebuild: Bump to 1.6_rc1 Package-Manager: portage-2.2.27 04 Feb 2016; William Hubbs go-1.5.3.ebuild: 1.5.3: stable on amd64 wrt #573856 *go-1.6_rc2 (07 Feb 2016) 07 Feb 2016; William Hubbs +go-1.6_rc2.ebuild: 1.6_rc2 version bump 07 Feb 2016; William Hubbs go-9999.ebuild: sync live ebuild 08 Feb 2016; Patrick Lauer go-1.6_rc2.ebuild, go-9999.ebuild: Whitespace Package-Manager: portage-2.2.27 *go-1.6 (18 Feb 2016) 18 Feb 2016; Patrick Lauer -go-1.6_rc1.ebuild, -go-1.6_rc2.ebuild, +go-1.6.ebuild: Bump to 1.6 Package-Manager: portage-2.2.27 *go-1.6-r1 (18 Feb 2016) 18 Feb 2016; William Hubbs +go-1.6-r1.ebuild: 1.6-r1 bump for eapi 6 and misc directory These changes were in the live ebuild and planned for go-1.6. This revision cleans up the installation of /usr/lib/go/misc and migrates to eapi 6. 21 Feb 2016; Markus Meier go-1.5.3.ebuild: arm stable, bug #573856 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" 23 Feb 2016; William Hubbs go-9999.ebuild: make live ebuild use our provided bootstrap tarballs *go-1.6-r2 (23 Feb 2016) 23 Feb 2016; William Hubbs +go-1.6-r2.ebuild: revbump to 1.6-r2 to use our provided bootstrap tarballs 24 Feb 2016; Steev Klimaszewski go-1.6-r2.ebuild: add ~arm64 keyword All tests pass on the X-C1. Package-Manager: portage-2.2.27 26 Feb 2016; Yuta Satoh go-1.6-r2.ebuild: add ~amd64-fbsd, ~x86-fbsd keyword, bug #575510 27 Feb 2016; Fabian Groffen go-1.6-r2.ebuild: keyworded 1.6-r2 for x64-macos, bug #575510 Package-Manager: portage-2.2.27-prefix 28 Feb 2016; William Hubbs go-1.6-r2.ebuild: Add bootstrap tarball for Solaris for #575510 28 Feb 2016; Fabian Groffen go-1.6-r2.ebuild: fix kernel_SunOS name (lowercase kernel) Package-Manager: portage-2.2.27-prefix 28 Feb 2016; Fabian Groffen go-1.6-r2.ebuild: fix for and keyworded ~x64-solaris, bug #575510 Package-Manager: portage-2.2.27-prefix 02 Mar 2016; James Le Cuirot go-1.6-r2.ebuild: Keyword 1.6-r2 for ~ppc64 Package-Manager: portage-2.2.27 03 Mar 2016; William Hubbs go-9999.ebuild: sync live ebuild Package-Manager: portage-2.2.26 07 Mar 2016; William Hubbs go-1.6-r2.ebuild: Add ~arm keyword for #575510 Package-Manager: portage-2.2.26 09 Mar 2016; Agostino Sarubbo go-1.5.3.ebuild: x86 stable wrt bug #573856 Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo 09 Mar 2016; William Hubbs -go-1.4.2.ebuild: remove old version Package-Manager: portage-2.2.26 14 Mar 2016; William Hubbs go-1.6-r2.ebuild: add ~x86 keyword to 1.6-r2 for #575510 Package-Manager: portage-2.2.26 14 Mar 2016; William Hubbs go-1.6-r2.ebuild: move 1.6-r2 to amd64 stable for #577434 Package-Manager: portage-2.2.26 14 Mar 2016; William Hubbs go-1.6-r2.ebuild: move 1.6-r2 to x86 for #577434 Package-Manager: portage-2.2.26 23 Mar 2016; William Hubbs go-1.6-r2.ebuild, go-9999.ebuild: create new 386 bootstrap tarballs for #577674 and sync live Package-Manager: portage-2.2.26 01 Apr 2016; Markus Meier go-1.6-r2.ebuild: arm stable, bug #577434 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm" 02 Apr 2016; William Hubbs -files/go-1.5.3-assume-amd64-on-osx.patch, -go-1.5.3.ebuild, -go-1.6.ebuild, -go-1.6-r1.ebuild: remove old versions Package-Manager: portage-2.2.26 09 Apr 2016; William Hubbs go-9999.ebuild, metadata.xml: add support for bootstrapping with gccgo I would like to thank Zac Medico for the patch. This allows a user to bootstrap go with gcc's go compiler if they have it installed. Bug: https://bugs.gentoo.org/show_bug.cgi?id=576290 Package-Manager: portage-2.2.26 09 Apr 2016; William Hubbs go-1.6-r2.ebuild, go-9999.ebuild: add QA_FLAGS_IGNORED setting Go doesn't use the standard CFLAGS etc at all, so we shouldn't complain about them. Bug: https://bugs.gentoo.org/show_bug.cgi?id=428464 Package-Manager: portage-2.2.26 *go-1.6.1 (13 Apr 2016) 13 Apr 2016; William Hubbs +go-1.6.1.ebuild: version bump to 1.6.1 Package-Manager: portage-2.2.26 13 Apr 2016; William Hubbs go-1.6.1.ebuild: stable 1.6.1 on amd64 and x86 for #579314 Package-Manager: portage-2.2.26 19 Apr 2016; Zac Medico go-1.6.1.ebuild: fix gccgo support to use gcc-config --get-bin-path (bug 579958) Package-Manager: portage-2.2.28 *go-1.6.2 (27 Apr 2016) 27 Apr 2016; William Hubbs +go-1.6.2.ebuild: version bump to 1.6.2 Package-Manager: portage-2.2.26 28 Apr 2016; William Hubbs go-1.6.2.ebuild: ppc64le updates for #581278 Add proper support for ppc64 to go_arch and display GOROOT_BOOTSTRAP to allow debugging this for new architectures in the future. Package-Manager: portage-2.2.26 28 Apr 2016; Zac Medico go-1.6.2.ebuild: fix gccgo support to use gcc-config --get-bin-path (bug 579958) Package-Manager: portage-2.2.28 28 Apr 2016; Zac Medico go-9999.ebuild: fix gccgo support to use gcc-config --get-bin-path (bug 579958) Package-Manager: portage-2.2.28 28 Apr 2016; William Hubbs go-9999.ebuild: sync live ebuild Package-Manager: portage-2.2.26 01 May 2016; William Hubbs go-1.6.2.ebuild, go-9999.ebuild: style fix Package-Manager: portage-2.2.26 18 May 2016; William Hubbs +files/go-1.6.1-gdb-no-shell.patch, +files/go-1.6.2-gdb-no-shell.patch, go-1.6.1.ebuild, go-1.6.2.ebuild: apply patch for #581072 Gdb was starting by spawning a shell and this was causing issues for the tests. Package-Manager: portage-2.2.28 *go-1.6.3 (20 Jul 2016) 20 Jul 2016; William Hubbs +files/go-1.6.3-gdb-no-shell.patch, +go-1.6.3.ebuild: 1.6.3 version bump for #589230 Package-Manager: portage-2.2.28 20 Jul 2016; William Hubbs go-1.6.3.ebuild: stable 1.6.3 on amd64 for #589230 Package-Manager: portage-2.2.28 24 Jul 2016; Markus Meier go-1.6.3.ebuild: arm stable, bug #589230 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm" 25 Jul 2016; William Hubbs go-9999.ebuild: remove elog for release notes for #589464 Package-Manager: portage-2.2.28 25 Jul 2016; William Hubbs go-1.6.3.ebuild: sync 1.6.3 with live ebuild Package-Manager: portage-2.2.28 28 Jul 2016; Agostino Sarubbo go-1.6.3.ebuild: x86 stable wrt bug #589230 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo 28 Jul 2016; William Hubbs -files/go-1.6.1-gdb-no-shell.patch, -files/go-1.6.2-gdb-no-shell.patch, -go-1.6-r2.ebuild, -go-1.6.1.ebuild, -go-1.6.2.ebuild: cleanup for #589230 Package-Manager: portage-2.2.28 *go-1.7 (16 Aug 2016) 16 Aug 2016; William Hubbs +go-1.7.ebuild: 1.7 version bump for #591390 I have removed the pre/postinst functions in this version; I do not believe that functionality is needed any longer. Package-Manager: portage-2.2.28 *go-1.7.1 (08 Sep 2016) 08 Sep 2016; William Hubbs +go-1.7.1.ebuild: 1.7.1 version bump Package-Manager: portage-2.2.28 08 Sep 2016; William Hubbs go-9999.ebuild: sync live ebuild Package-Manager: portage-2.2.28 16 Sep 2016; William Hubbs go-1.7.1.ebuild: Stabilize 1.7.1 on amd64 for #593984 Package-Manager: portage-2.2.28 *go-1.7.3 (22 Oct 2016) 22 Oct 2016; William Hubbs +go-1.7.3.ebuild: 1.7.3 version bump Package-Manager: portage-2.3.0 22 Oct 2016; William Hubbs -go-1.7.ebuild: remove 1.7 since it is not stable Package-Manager: portage-2.3.0 14 Nov 2016; William Hubbs go-1.7.3.ebuild: stable 1.7.3 on amd64 for #593984 Package-Manager: portage-2.3.0 *go-1.7.4 (05 Dec 2016) 05 Dec 2016; William Hubbs +go-1.7.4.ebuild: 1.7.4 version bump Package-Manager: portage-2.3.0 16 Dec 2016; William Hubbs go-1.7.4.ebuild: stabilize 1.7.4 on amd64 for #602766 Package-Manager: portage-2.3.0