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 E11E7138D0B for ; Mon, 6 Jul 2015 16:21:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AF92E0884; Mon, 6 Jul 2015 16:21:27 +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 E7067E0884 for ; Mon, 6 Jul 2015 16:21:26 +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 BE37A340B46 for ; Mon, 6 Jul 2015 16:21:25 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 812) id A61F7752; Mon, 6 Jul 2015 16:21:21 +0000 (UTC) From: "William Hubbs (williamh)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, williamh@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: go-9999.ebuild ChangeLog X-VCS-Directories: dev-lang/go X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150706162121.A61F7752@oystercatcher.gentoo.org> Date: Mon, 6 Jul 2015 16:21:21 +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: 1b6cf992-26f3-4a0d-be0f-e3def9d7dec5 X-Archives-Hash: 697c94c8cec5fcc55ac346853192972e 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 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 go-9999.ebuild: remove subslot