From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 64FEA1384B4 for ; Sun, 29 Nov 2015 19:31:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2283CE0883; Sun, 29 Nov 2015 19:31:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87E6BE0883 for ; Sun, 29 Nov 2015 19:31:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B75A33F9D2 for ; Sun, 29 Nov 2015 19:31:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F17EDA8E for ; Sun, 29 Nov 2015 19:31:30 +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: <1448824743.ef42bcbc1634a4d30a3f05f7b102782a52baac1e.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.5.1.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: ef42bcbc1634a4d30a3f05f7b102782a52baac1e X-VCS-Branch: master Date: Sun, 29 Nov 2015 19:31:30 +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-Archives-Salt: 2a8b9762-78dc-4ec1-8292-201659dedbbd X-Archives-Hash: 8428b8d07c8a760e69c766606314200f commit: ef42bcbc1634a4d30a3f05f7b102782a52baac1e Author: William Hubbs gentoo org> AuthorDate: Sun Nov 29 19:19:03 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun Nov 29 19:19:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef42bcbc dev-lang/go: remove old unstable version dev-lang/go/go-1.5.1.ebuild | 211 -------------------------------------------- 1 file changed, 211 deletions(-) diff --git a/dev-lang/go/go-1.5.1.ebuild b/dev-lang/go/go-1.5.1.ebuild deleted file mode 100644 index a69f787..0000000 --- a/dev-lang/go/go-1.5.1.ebuild +++ /dev/null @@ -1,211 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -export CBUILD=${CBUILD:-${CHOST}} -export CTARGET=${CTARGET:-${CHOST}} - -inherit eutils toolchain-funcs - -if [[ ${PV} = 9999 ]]; then - 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" - # go-bootstrap-1.4 only supports go on amd64, arm and x86 architectures. - # Allowing other bootstrap options would enable arm64 and ppc64 builds. - KEYWORDS="-* ~amd64 ~arm ~x86 ~amd64-fbsd ~x86-fbsd ~x64-macos ~x86-macos" -fi - -DESCRIPTION="A concurrent garbage collected and typesafe programming language" -HOMEPAGE="http://www.golang.org" - -LICENSE="BSD" -SLOT="0/${PV}" -IUSE="" - -DEPEND=">=dev-lang/go-bootstrap-1.4.1" -RDEPEND="!