From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC23C1382C5 for ; Thu, 28 Jan 2021 00:20:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15839E0BF9; Thu, 28 Jan 2021 00:20:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D9D58E0BF9 for ; Thu, 28 Jan 2021 00:20:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64674340871 for ; Thu, 28 Jan 2021 00:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA673476 for ; Thu, 28 Jan 2021 00:20:29 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1611793061.f94a9c778deffc13c4bcb9ec27d5cf90c19c1b5e.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go/go-1.14.13-r1.ebuild dev-lang/go/go-1.15.6-r1.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: f94a9c778deffc13c4bcb9ec27d5cf90c19c1b5e X-VCS-Branch: master Date: Thu, 28 Jan 2021 00:20:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7daa3ad9-fb65-44b3-bc4a-bd48d3f26cb7 X-Archives-Hash: b45f7839e165b64ace84653600ca6647 commit: f94a9c778deffc13c4bcb9ec27d5cf90c19c1b5e Author: William Hubbs gentoo org> AuthorDate: Thu Jan 28 00:17:12 2021 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Jan 28 00:17:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94a9c77 dev-lang/go: remove 1.14.13-r1 and 1.15.6-r1 Bug: https://bugs.gentoo.org/766216 Signed-off-by: William Hubbs gentoo.org> dev-lang/go/go-1.14.13-r1.ebuild | 197 --------------------------------------- dev-lang/go/go-1.15.6-r1.ebuild | 197 --------------------------------------- 2 files changed, 394 deletions(-) diff --git a/dev-lang/go/go-1.14.13-r1.ebuild b/dev-lang/go/go-1.14.13-r1.ebuild deleted file mode 100644 index 55fd0c4f6bf..00000000000 --- a/dev-lang/go/go-1.14.13-r1.ebuild +++ /dev/null @@ -1,197 +0,0 @@ -# Copyright 1999-2021 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="!