Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/git: git-9999-r1.ebuild git-9999.ebuild git-9999-r3.ebuild git-9999-r2.ebuild ChangeLog
Date: Wed, 28 May 2014 23:44:55
Message-Id: 20140528234451.951C72004E@flycatcher.gentoo.org
1 robbat2 14/05/28 23:44:51
2
3 Modified: git-9999-r1.ebuild git-9999.ebuild
4 git-9999-r3.ebuild git-9999-r2.ebuild ChangeLog
5 Log:
6 Port bug #507480 fix for git-prompt to 9999 builds.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 dev-vcs/git/git-9999-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: git-9999-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -p -w -b -B -u -u -r1.1 -r1.2
23 --- git-9999-r1.ebuild 22 Feb 2014 02:07:52 -0000 1.1
24 +++ git-9999-r1.ebuild 28 May 2014 23:44:51 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild,v 1.1 2014/02/22 02:07:52 robbat2 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r1.ebuild,v 1.2 2014/05/28 23:44:51 robbat2 Exp $
30
31 EAPI=5
32
33 @@ -374,7 +374,9 @@ src_install() {
34
35 newbashcomp contrib/completion/git-completion.bash ${PN}
36 # Not really a bash-completion file (bug #477920)
37 - dodoc contrib/completion/git-prompt.sh
38 + # but still needed uncompressed (bug #507480)
39 + insinto /usr/share/${PN}
40 + doins contrib/completion/git-prompt.sh
41
42 if use emacs ; then
43 elisp-install ${PN} contrib/emacs/git.{el,elc}
44
45
46
47 1.57 dev-vcs/git/git-9999.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.57&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?rev=1.57&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999.ebuild?r1=1.56&r2=1.57
52
53 Index: git-9999.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v
56 retrieving revision 1.56
57 retrieving revision 1.57
58 diff -p -w -b -B -u -u -r1.56 -r1.57
59 --- git-9999.ebuild 22 Feb 2014 02:07:52 -0000 1.56
60 +++ git-9999.ebuild 28 May 2014 23:44:51 -0000 1.57
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2014 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.56 2014/02/22 02:07:52 robbat2 Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999.ebuild,v 1.57 2014/05/28 23:44:51 robbat2 Exp $
66
67 EAPI=5
68
69 @@ -374,7 +374,9 @@ src_install() {
70
71 newbashcomp contrib/completion/git-completion.bash ${PN}
72 # Not really a bash-completion file (bug #477920)
73 - dodoc contrib/completion/git-prompt.sh
74 + # but still needed uncompressed (bug #507480)
75 + insinto /usr/share/${PN}
76 + doins contrib/completion/git-prompt.sh
77
78 if use emacs ; then
79 elisp-install ${PN} contrib/emacs/git.{el,elc}
80
81
82
83 1.3 dev-vcs/git/git-9999-r3.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild?rev=1.3&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild?rev=1.3&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild?r1=1.2&r2=1.3
88
89 Index: git-9999-r3.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild,v
92 retrieving revision 1.2
93 retrieving revision 1.3
94 diff -p -w -b -B -u -u -r1.2 -r1.3
95 --- git-9999-r3.ebuild 25 Apr 2014 10:47:14 -0000 1.2
96 +++ git-9999-r3.ebuild 28 May 2014 23:44:51 -0000 1.3
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild,v 1.2 2014/04/25 10:47:14 polynomial-c Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r3.ebuild,v 1.3 2014/05/28 23:44:51 robbat2 Exp $
102
103 EAPI=5
104
105 @@ -374,7 +374,9 @@ src_install() {
106
107 newbashcomp contrib/completion/git-completion.bash ${PN}
108 # Not really a bash-completion file (bug #477920)
109 - dodoc contrib/completion/git-prompt.sh
110 + # but still needed uncompressed (bug #507480)
111 + insinto /usr/share/${PN}
112 + doins contrib/completion/git-prompt.sh
113
114 if use emacs ; then
115 elisp-install ${PN} contrib/emacs/git.{el,elc}
116
117
118
119 1.2 dev-vcs/git/git-9999-r2.ebuild
120
121 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild?rev=1.2&view=markup
122 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild?rev=1.2&content-type=text/plain
123 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild?r1=1.1&r2=1.2
124
125 Index: git-9999-r2.ebuild
126 ===================================================================
127 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v
128 retrieving revision 1.1
129 retrieving revision 1.2
130 diff -p -w -b -B -u -u -r1.1 -r1.2
131 --- git-9999-r2.ebuild 22 Feb 2014 02:07:52 -0000 1.1
132 +++ git-9999-r2.ebuild 28 May 2014 23:44:51 -0000 1.2
133 @@ -1,6 +1,6 @@
134 # Copyright 1999-2014 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v 1.1 2014/02/22 02:07:52 robbat2 Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-9999-r2.ebuild,v 1.2 2014/05/28 23:44:51 robbat2 Exp $
138
139 EAPI=5
140
141 @@ -374,7 +374,9 @@ src_install() {
142
143 newbashcomp contrib/completion/git-completion.bash ${PN}
144 # Not really a bash-completion file (bug #477920)
145 - dodoc contrib/completion/git-prompt.sh
146 + # but still needed uncompressed (bug #507480)
147 + insinto /usr/share/${PN}
148 + doins contrib/completion/git-prompt.sh
149
150 if use emacs ; then
151 elisp-install ${PN} contrib/emacs/git.{el,elc}
152
153
154
155 1.261 dev-vcs/git/ChangeLog
156
157 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.261&view=markup
158 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?rev=1.261&content-type=text/plain
159 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/git/ChangeLog?r1=1.260&r2=1.261
160
161 Index: ChangeLog
162 ===================================================================
163 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v
164 retrieving revision 1.260
165 retrieving revision 1.261
166 diff -p -w -b -B -u -u -r1.260 -r1.261
167 --- ChangeLog 11 May 2014 21:15:13 -0000 1.260
168 +++ ChangeLog 28 May 2014 23:44:51 -0000 1.261
169 @@ -1,6 +1,10 @@
170 # ChangeLog for dev-vcs/git
171 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
172 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.260 2014/05/11 21:15:13 polynomial-c Exp $
173 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.261 2014/05/28 23:44:51 robbat2 Exp $
174 +
175 + 28 May 2014; Robin H. Johnson <robbat2@g.o> git-9999-r1.ebuild,
176 + git-9999-r2.ebuild, git-9999-r3.ebuild, git-9999.ebuild:
177 + Port bug #507480 fix for git-prompt to 9999 builds.
178
179 *git-1.9.3 (11 May 2014)