Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-go/go-oauth2: go-oauth2-9999.ebuild ChangeLog
Date: Mon, 29 Jun 2015 16:01:43
Message-Id: 20150629160121.2FDE0744@oystercatcher.gentoo.org
1 williamh 15/06/29 16:01:21
2
3 Modified: go-oauth2-9999.ebuild ChangeLog
4 Log:
5 add ego_src setting to the live ebuild
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.4 dev-go/go-oauth2/go-oauth2-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild?r1=1.3&r2=1.4
15
16 Index: go-oauth2-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- go-oauth2-9999.ebuild 29 Jun 2015 15:59:38 -0000 1.3
23 +++ go-oauth2-9999.ebuild 29 Jun 2015 16:01:21 -0000 1.4
24 @@ -1,9 +1,10 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild,v 1.3 2015/06/29 15:59:38 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/go-oauth2-9999.ebuild,v 1.4 2015/06/29 16:01:21 williamh Exp $
29
30 EAPI=5
31 EGO_PN=golang.org/x/oauth2
32 +EGO_SRC=golang.org/x/oauth2
33
34 if [[ ${PV} = *9999* ]]; then
35 inherit golang-vcs
36
37
38
39 1.7 dev-go/go-oauth2/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/ChangeLog?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/ChangeLog?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-go/go-oauth2/ChangeLog?r1=1.6&r2=1.7
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- ChangeLog 29 Jun 2015 15:59:38 -0000 1.6
52 +++ ChangeLog 29 Jun 2015 16:01:21 -0000 1.7
53 @@ -1,6 +1,10 @@
54 # ChangeLog for dev-go/go-oauth2
55 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.6 2015/06/29 15:59:38 williamh Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-go/go-oauth2/ChangeLog,v 1.7 2015/06/29 16:01:21 williamh Exp $
58 +
59 + 29 Jun 2015; William Hubbs <williamh@g.o>
60 + go-oauth2-1.4.2_p20150527.ebuild, go-oauth2-9999.ebuild:
61 + add ego_src setting to the live ebuild
62
63 29 Jun 2015; William Hubbs <williamh@g.o>
64 go-oauth2-1.4.2_p20150527.ebuild, go-oauth2-9999.ebuild: