Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/go: go-1.3.1.ebuild ChangeLog
Date: Thu, 28 Aug 2014 11:20:54
Message-Id: 20140828112050.5FB7741A9@oystercatcher.gentoo.org
1 mgorny 14/08/28 11:20:50
2
3 Modified: go-1.3.1.ebuild ChangeLog
4 Log:
5 Remove USE=bash-completion, install the completion file unconditionally following the Council decision.
6
7 (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 dev-lang/go/go-1.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/go-1.3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: go-1.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- go-1.3.1.ebuild 15 Aug 2014 00:26:17 -0000 1.1
23 +++ go-1.3.1.ebuild 28 Aug 2014 11:20:50 -0000 1.2
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-1.3.1.ebuild,v 1.1 2014/08/15 00:26:17 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-1.3.1.ebuild,v 1.2 2014/08/28 11:20:50 mgorny Exp $
29
30 EAPI=5
31
32 @@ -22,11 +22,10 @@
33
34 LICENSE="BSD"
35 SLOT="0"
36 -IUSE="bash-completion emacs vim-syntax zsh-completion"
37 +IUSE="emacs vim-syntax zsh-completion"
38
39 DEPEND=""
40 -RDEPEND="bash-completion? ( app-shells/bash-completion )
41 - emacs? ( virtual/emacs )
42 +RDEPEND="emacs? ( virtual/emacs )
43 vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
44 zsh-completion? ( app-shells/zsh-completion )"
45
46 @@ -89,9 +88,7 @@
47 # [1] http://code.google.com/p/go/issues/detail?id=2775
48 doins -r doc include lib pkg src
49
50 - if use bash-completion; then
51 - dobashcomp misc/bash/go
52 - fi
53 + dobashcomp misc/bash/go
54
55 if use emacs; then
56 elisp-install ${PN} misc/emacs/*.el misc/emacs/*.elc
57
58
59
60 1.46 dev-lang/go/ChangeLog
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.46&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?rev=1.46&content-type=text/plain
64 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/go/ChangeLog?r1=1.45&r2=1.46
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v
69 retrieving revision 1.45
70 retrieving revision 1.46
71 diff -u -r1.45 -r1.46
72 --- ChangeLog 15 Aug 2014 00:33:15 -0000 1.45
73 +++ ChangeLog 28 Aug 2014 11:20:50 -0000 1.46
74 @@ -1,6 +1,10 @@
75 # ChangeLog for dev-lang/go
76 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.45 2014/08/15 00:33:15 williamh Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.46 2014/08/28 11:20:50 mgorny Exp $
79 +
80 + 28 Aug 2014; Michał Górny <mgorny@g.o> go-1.3.1.ebuild:
81 + Remove USE=bash-completion, install the completion file unconditionally
82 + following the Council decision.
83
84 15 Aug 2014; William Hubbs <williamh@g.o> go-9999.ebuild:
85 sync live ebuild