williamh 15/06/29 16:01:21 Modified: go-oauth2-9999.ebuild ChangeLog Log: add ego_src setting to the live ebuild (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.4 dev-go/go-oauth2/go-oauth2-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild?r1=1.3&r2=1.4 Index: go-oauth2-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- go-oauth2-9999.ebuild 29 Jun 2015 15:59:38 -0000 1.3 +++ go-oauth2-9999.ebuild 29 Jun 2015 16:01:21 -0000 1.4 @@ -1,9 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild,v 1.3 2015/06/29 15:59:38 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild,v 1.4 2015/06/29 16:01:21 williamh Exp $ EAPI=5 EGO_PN=golang.org/x/oauth2 +EGO_SRC=golang.org/x/oauth2 if [[ ${PV} = *9999* ]]; then inherit golang-vcs 1.7 dev-go/go-oauth2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 29 Jun 2015 15:59:38 -0000 1.6 +++ ChangeLog 29 Jun 2015 16:01:21 -0000 1.7 @@ -1,6 +1,10 @@ # ChangeLog for dev-go/go-oauth2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.6 2015/06/29 15:59:38 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.7 2015/06/29 16:01:21 williamh Exp $ + + 29 Jun 2015; William Hubbs <[email protected]> + go-oauth2-1.4.2_p20150527.ebuild, go-oauth2-9999.ebuild: + add ego_src setting to the live ebuild 29 Jun 2015; William Hubbs <[email protected]> go-oauth2-1.4.2_p20150527.ebuild, go-oauth2-9999.ebuild:
