From b24efbe8573c6b70c84670bc1e23d32c6a261b57 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 6 Dec 2020 22:14:17 -0600 Subject: dev-lang/go: 1.14.13-r1 and 1.15.6-r1 bumps These bumps install the @golang-rebuild set for portage. Signed-off-by: William Hubbs --- dev-lang/go/go-1.14.13-r1.ebuild | 205 +++++++++++++++++++++++++++++++++++++++ dev-lang/go/go-1.15.6-r1.ebuild | 205 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 410 insertions(+) create mode 100644 dev-lang/go/go-1.14.13-r1.ebuild create mode 100644 dev-lang/go/go-1.15.6-r1.ebuild (limited to 'dev-lang/go') diff --git a/dev-lang/go/go-1.14.13-r1.ebuild b/dev-lang/go/go-1.14.13-r1.ebuild new file mode 100644 index 000000000000..6bb792691ce1 --- /dev/null +++ b/dev-lang/go/go-1.14.13-r1.ebuild @@ -0,0 +1,205 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +export CBUILD=${CBUILD:-${CHOST}} +export CTARGET=${CTARGET:-${CHOST}} + +MY_PV=${PV/_/} + +inherit toolchain-funcs + +case ${PV} in +*9999*) + EGIT_REPO_URI="https://github.com/golang/go.git" + inherit git-r3 + ;; +*) + SRC_URI="https://storage.googleapis.com/golang/go${MY_PV}.src.tar.gz " + S="${WORKDIR}"/go + case ${PV} in + *_beta*|*_rc*) ;; + *) + KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" + ;; + esac +esac + +DESCRIPTION="A concurrent garbage collected and typesafe programming language" +HOMEPAGE="https://golang.org" + +LICENSE="BSD" +SLOT="0/${PV}" + +BDEPEND="|| ( + dev-lang/go + dev-lang/go-bootstrap )" +RDEPEND="!