Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/bison: bison-2.6.2.ebuild bison-2.6.1.ebuild bison-2.6.ebuild bison-2.5.1.ebuild ChangeLog
Date: Fri, 24 Aug 2012 15:57:32
Message-Id: 20120824155721.CD219205BB@flycatcher.gentoo.org
1 vapier 12/08/24 15:57:21
2
3 Modified: bison-2.6.2.ebuild bison-2.6.1.ebuild
4 bison-2.6.ebuild bison-2.5.1.ebuild ChangeLog
5 Log:
6 Drop useless -v flag to mv #432486 by Joshua B. Kahlenberg.
7
8 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sys-devel/bison/bison-2.6.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.6.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.6.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.6.2.ebuild?r1=1.1&r2=1.2
16
17 Index: bison-2.6.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- bison-2.6.2.ebuild 3 Aug 2012 20:58:19 -0000 1.1
24 +++ bison-2.6.2.ebuild 24 Aug 2012 15:57:21 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.2.ebuild,v 1.1 2012/08/03 20:58:19 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.2.ebuild,v 1.2 2012/08/24 15:57:21 vapier Exp $
30
31 EAPI=4
32
33 @@ -34,14 +34,14 @@
34 default
35
36 # This one is installed by dev-util/yacc
37 - mv -v "${ED}"/usr/bin/yacc{,.bison} || die
38 - mv -v "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
39 + mv "${ED}"/usr/bin/yacc{,.bison} || die
40 + mv "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
41
42 # We do not need liby.a
43 rm -r "${ED}"/usr/lib* || die
44
45 # Move to documentation directory and leave compressing for EAPI>=4
46 - mv -v "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
47 + mv "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
48 }
49
50 pkg_postinst() {
51
52
53
54 1.3 sys-devel/bison/bison-2.6.1.ebuild
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.6.1.ebuild?rev=1.3&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.6.1.ebuild?rev=1.3&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.6.1.ebuild?r1=1.2&r2=1.3
59
60 Index: bison-2.6.1.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.1.ebuild,v
63 retrieving revision 1.2
64 retrieving revision 1.3
65 diff -u -r1.2 -r1.3
66 --- bison-2.6.1.ebuild 3 Aug 2012 15:43:06 -0000 1.2
67 +++ bison-2.6.1.ebuild 24 Aug 2012 15:57:21 -0000 1.3
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2012 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.1.ebuild,v 1.2 2012/08/03 15:43:06 darkside Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.1.ebuild,v 1.3 2012/08/24 15:57:21 vapier Exp $
73
74 EAPI=4
75
76 @@ -34,14 +34,14 @@
77 default
78
79 # This one is installed by dev-util/yacc
80 - mv -v "${ED}"/usr/bin/yacc{,.bison} || die
81 - mv -v "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
82 + mv "${ED}"/usr/bin/yacc{,.bison} || die
83 + mv "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
84
85 # We do not need liby.a
86 rm -r "${ED}"/usr/lib* || die
87
88 # Move to documentation directory and leave compressing for EAPI>=4
89 - mv -v "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
90 + mv "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
91 }
92
93 pkg_postinst() {
94
95
96
97 1.3 sys-devel/bison/bison-2.6.ebuild
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.6.ebuild?rev=1.3&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.6.ebuild?rev=1.3&content-type=text/plain
101 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.6.ebuild?r1=1.2&r2=1.3
102
103 Index: bison-2.6.ebuild
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.ebuild,v
106 retrieving revision 1.2
107 retrieving revision 1.3
108 diff -u -r1.2 -r1.3
109 --- bison-2.6.ebuild 3 Aug 2012 15:43:06 -0000 1.2
110 +++ bison-2.6.ebuild 24 Aug 2012 15:57:21 -0000 1.3
111 @@ -1,6 +1,6 @@
112 # Copyright 1999-2012 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.ebuild,v 1.2 2012/08/03 15:43:06 darkside Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.6.ebuild,v 1.3 2012/08/24 15:57:21 vapier Exp $
116
117 EAPI=4
118
119 @@ -34,14 +34,14 @@
120 default
121
122 # This one is installed by dev-util/yacc
123 - mv -v "${ED}"/usr/bin/yacc{,.bison} || die
124 - mv -v "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
125 + mv "${ED}"/usr/bin/yacc{,.bison} || die
126 + mv "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
127
128 # We do not need liby.a
129 rm -r "${ED}"/usr/lib* || die
130
131 # Move to documentation directory and leave compressing for EAPI>=4
132 - mv -v "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
133 + mv "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
134 }
135
136 pkg_postinst() {
137
138
139
140 1.4 sys-devel/bison/bison-2.5.1.ebuild
141
142 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild?rev=1.4&view=markup
143 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild?rev=1.4&content-type=text/plain
144 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild?r1=1.3&r2=1.4
145
146 Index: bison-2.5.1.ebuild
147 ===================================================================
148 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild,v
149 retrieving revision 1.3
150 retrieving revision 1.4
151 diff -u -r1.3 -r1.4
152 --- bison-2.5.1.ebuild 3 Aug 2012 15:43:06 -0000 1.3
153 +++ bison-2.5.1.ebuild 24 Aug 2012 15:57:21 -0000 1.4
154 @@ -1,6 +1,6 @@
155 # Copyright 1999-2012 Gentoo Foundation
156 # Distributed under the terms of the GNU General Public License v2
157 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild,v 1.3 2012/08/03 15:43:06 darkside Exp $
158 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-2.5.1.ebuild,v 1.4 2012/08/24 15:57:21 vapier Exp $
159
160 EAPI=4
161
162 @@ -34,14 +34,14 @@
163 default
164
165 # This one is installed by dev-util/yacc
166 - mv -v "${ED}"/usr/bin/yacc{,.bison} || die
167 - mv -v "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
168 + mv "${ED}"/usr/bin/yacc{,.bison} || die
169 + mv "${ED}"/usr/share/man/man1/yacc{,.bison}.1 || die
170
171 # We do not need liby.a
172 rm -r "${ED}"/usr/lib* || die
173
174 # Move to documentation directory and leave compressing for EAPI>=4
175 - mv -v "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
176 + mv "${ED}"/usr/share/${PN}/README "${ED}"/usr/share/doc/${PF}/README.data
177 }
178
179 pkg_postinst() {
180
181
182
183 1.116 sys-devel/bison/ChangeLog
184
185 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.116&view=markup
186 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.116&content-type=text/plain
187 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?r1=1.115&r2=1.116
188
189 Index: ChangeLog
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v
192 retrieving revision 1.115
193 retrieving revision 1.116
194 diff -u -r1.115 -r1.116
195 --- ChangeLog 3 Aug 2012 20:58:19 -0000 1.115
196 +++ ChangeLog 24 Aug 2012 15:57:21 -0000 1.116
197 @@ -1,6 +1,10 @@
198 # ChangeLog for sys-devel/bison
199 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
200 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.115 2012/08/03 20:58:19 radhermit Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.116 2012/08/24 15:57:21 vapier Exp $
202 +
203 + 24 Aug 2012; Mike Frysinger <vapier@g.o> bison-2.5.1.ebuild,
204 + bison-2.6.1.ebuild, bison-2.6.2.ebuild, bison-2.6.ebuild:
205 + Drop useless -v flag to mv #432486 by Joshua B. Kahlenberg.
206
207 *bison-2.6.2 (03 Aug 2012)