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-lang/go: go-9999.ebuild ChangeLog
Date: Wed, 31 Dec 2014 01:00:50
Message-Id: 20141231010046.484F5E882@oystercatcher.gentoo.org
1 williamh 14/12/31 01:00:46
2
3 Modified: go-9999.ebuild ChangeLog
4 Log:
5 Install README.md instead of README for bug #533994
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.24 dev-lang/go/go-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-9999.ebuild?r1=1.23&r2=1.24
15
16 Index: go-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- go-9999.ebuild 13 Dec 2014 05:08:41 -0000 1.23
23 +++ go-9999.ebuild 31 Dec 2014 01:00:46 -0000 1.24
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.23 2014/12/13 05:08:41 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.24 2014/12/31 01:00:46 williamh Exp $
29
30 EAPI=5
31
32 @@ -71,7 +71,7 @@
33 src_install()
34 {
35 dobin bin/*
36 - dodoc AUTHORS CONTRIBUTORS PATENTS README
37 + dodoc AUTHORS CONTRIBUTORS PATENTS README.md
38
39 dodir /usr/lib/go
40 insinto /usr/lib/go
41
42
43
44 1.60 dev-lang/go/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.60&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.60&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.59&r2=1.60
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
53 retrieving revision 1.59
54 retrieving revision 1.60
55 diff -u -r1.59 -r1.60
56 --- ChangeLog 13 Dec 2014 05:08:41 -0000 1.59
57 +++ ChangeLog 31 Dec 2014 01:00:46 -0000 1.60
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-lang/go
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.59 2014/12/13 05:08:41 williamh Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.60 2014/12/31 01:00:46 williamh Exp $
63 +
64 + 31 Dec 2014; William Hubbs <williamh@g.o> go-9999.ebuild:
65 + Install README.md instead of README for bug #533994
66
67 13 Dec 2014; William Hubbs <williamh@g.o> go-9999.ebuild:
68 migrate the live ebuild to git instead of mercurial to follow upstream