Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/libreoffice: libreoffice-3.4.9999.ebuild libreoffice-9999.ebuild libreoffice-3.4.3.2.ebuild ChangeLog libreoffice-3.4.2.3.ebuild
Date: Wed, 31 Aug 2011 09:11:47
Message-Id: 20110831091132.B3E712004C@flycatcher.gentoo.org
1 scarabeus 11/08/31 09:11:32
2
3 Modified: libreoffice-3.4.9999.ebuild libreoffice-9999.ebuild
4 libreoffice-3.4.3.2.ebuild ChangeLog
5 libreoffice-3.4.2.3.ebuild
6 Log:
7 Fix bash completion placement. Fixes bug #380977.
8
9 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.22 app-office/libreoffice/libreoffice-3.4.9999.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild?rev=1.22&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild?rev=1.22&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild?r1=1.21&r2=1.22
17
18 Index: libreoffice-3.4.9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild,v
21 retrieving revision 1.21
22 retrieving revision 1.22
23 diff -u -r1.21 -r1.22
24 --- libreoffice-3.4.9999.ebuild 19 Aug 2011 09:56:20 -0000 1.21
25 +++ libreoffice-3.4.9999.ebuild 31 Aug 2011 09:11:32 -0000 1.22
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild,v 1.21 2011/08/19 09:56:20 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.9999.ebuild,v 1.22 2011/08/31 09:11:32 scarabeus Exp $
31
32 EAPI=3
33
34 @@ -25,7 +25,7 @@
35 BRANDING="${PN}-branding-gentoo-0.3.tar.xz"
36
37 [[ ${PV} == *9999* ]] && SCM_ECLASS="git-2"
38 -inherit base autotools check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS}
39 +inherit base autotools bash-completion check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS}
40 unset SCM_ECLASS
41
42 DESCRIPTION="LibreOffice, a full office productivity suite."
43 @@ -558,6 +558,10 @@
44 # This is not Makefile so no buildserver
45 make DESTDIR="${D}" distro-pack-install || die
46
47 + # Fix bash completion placement
48 + dobashcompletion "${ED}"/etc/bash_completion.d/libreoffice.sh ${PN}
49 + rm -rf "${ED}"/etc/
50 +
51 # symlink the plugin to system location
52 if use nsplugin; then
53 inst_plugin /usr/$(get_libdir)/libreoffice/program/libnpsoplugin.so
54
55
56
57 1.19 app-office/libreoffice/libreoffice-9999.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild?rev=1.19&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild?rev=1.19&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild?r1=1.18&r2=1.19
62
63 Index: libreoffice-9999.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild,v
66 retrieving revision 1.18
67 retrieving revision 1.19
68 diff -u -r1.18 -r1.19
69 --- libreoffice-9999.ebuild 23 Aug 2011 11:07:51 -0000 1.18
70 +++ libreoffice-9999.ebuild 31 Aug 2011 09:11:32 -0000 1.19
71 @@ -1,6 +1,6 @@
72 # Copyright 1999-2011 Gentoo Foundation
73 # Distributed under the terms of the GNU General Public License v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild,v 1.18 2011/08/23 11:07:51 scarabeus Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild,v 1.19 2011/08/31 09:11:32 scarabeus Exp $
76
77 EAPI=3
78
79 @@ -25,7 +25,7 @@
80 BRANDING="${PN}-branding-gentoo-0.3.tar.xz"
81
82 [[ ${PV} == *9999* ]] && SCM_ECLASS="git-2"
83 -inherit base autotools check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS}
84 +inherit base autotools bash-completion check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS}
85 unset SCM_ECLASS
86
87 DESCRIPTION="LibreOffice, a full office productivity suite."
88 @@ -548,6 +548,10 @@
89 # This is not Makefile so no buildserver
90 make DESTDIR="${D}" distro-pack-install || die
91
92 + # Fix bash completion placement
93 + dobashcompletion "${ED}"/etc/bash_completion.d/libreoffice.sh ${PN}
94 + rm -rf "${ED}"/etc/
95 +
96 # symlink the plugin to system location
97 if use nsplugin; then
98 inst_plugin /usr/$(get_libdir)/libreoffice/program/libnpsoplugin.so
99
100
101
102 1.2 app-office/libreoffice/libreoffice-3.4.3.2.ebuild
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild?rev=1.2&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild?rev=1.2&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild?r1=1.1&r2=1.2
107
108 Index: libreoffice-3.4.3.2.ebuild
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild,v
111 retrieving revision 1.1
112 retrieving revision 1.2
113 diff -u -r1.1 -r1.2
114 --- libreoffice-3.4.3.2.ebuild 23 Aug 2011 19:27:22 -0000 1.1
115 +++ libreoffice-3.4.3.2.ebuild 31 Aug 2011 09:11:32 -0000 1.2
116 @@ -1,6 +1,6 @@
117 # Copyright 1999-2011 Gentoo Foundation
118 # Distributed under the terms of the GNU General Public License v2
119 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild,v 1.1 2011/08/23 19:27:22 scarabeus Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2.ebuild,v 1.2 2011/08/31 09:11:32 scarabeus Exp $
121
122 EAPI=3
123
124 @@ -25,7 +25,7 @@
125 BRANDING="${PN}-branding-gentoo-0.3.tar.xz"
126
127 [[ ${PV} == *9999* ]] && SCM_ECLASS="git-2"
128 -inherit base autotools check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS}
129 +inherit base autotools bash-completion check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS}
130 unset SCM_ECLASS
131
132 DESCRIPTION="LibreOffice, a full office productivity suite."
133 @@ -558,6 +558,10 @@
134 # This is not Makefile so no buildserver
135 make DESTDIR="${D}" distro-pack-install || die
136
137 + # Fix bash completion placement
138 + dobashcompletion "${ED}"/etc/bash_completion.d/libreoffice.sh ${PN}
139 + rm -rf "${ED}"/etc/
140 +
141 # symlink the plugin to system location
142 if use nsplugin; then
143 inst_plugin /usr/$(get_libdir)/libreoffice/program/libnpsoplugin.so
144
145
146
147 1.117 app-office/libreoffice/ChangeLog
148
149 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.117&view=markup
150 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.117&content-type=text/plain
151 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.116&r2=1.117
152
153 Index: ChangeLog
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
156 retrieving revision 1.116
157 retrieving revision 1.117
158 diff -u -r1.116 -r1.117
159 --- ChangeLog 23 Aug 2011 19:27:22 -0000 1.116
160 +++ ChangeLog 31 Aug 2011 09:11:32 -0000 1.117
161 @@ -1,6 +1,11 @@
162 # ChangeLog for app-office/libreoffice
163 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
164 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.116 2011/08/23 19:27:22 scarabeus Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.117 2011/08/31 09:11:32 scarabeus Exp $
166 +
167 + 31 Aug 2011; Tomáš Chvátal <scarabeus@g.o>
168 + libreoffice-3.4.2.3.ebuild, libreoffice-3.4.3.2.ebuild,
169 + libreoffice-3.4.9999.ebuild, libreoffice-9999.ebuild:
170 + Fix bash completion placement. Fixes bug #380977.
171
172 *libreoffice-3.4.3.2 (23 Aug 2011)
173
174
175
176
177 1.31 app-office/libreoffice/libreoffice-3.4.2.3.ebuild
178
179 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild?rev=1.31&view=markup
180 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild?rev=1.31&content-type=text/plain
181 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild?r1=1.30&r2=1.31
182
183 Index: libreoffice-3.4.2.3.ebuild
184 ===================================================================
185 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild,v
186 retrieving revision 1.30
187 retrieving revision 1.31
188 diff -u -r1.30 -r1.31
189 --- libreoffice-3.4.2.3.ebuild 19 Aug 2011 12:40:22 -0000 1.30
190 +++ libreoffice-3.4.2.3.ebuild 31 Aug 2011 09:11:32 -0000 1.31
191 @@ -1,6 +1,6 @@
192 # Copyright 1999-2011 Gentoo Foundation
193 # Distributed under the terms of the GNU General Public License v2
194 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild,v 1.30 2011/08/19 12:40:22 scarabeus Exp $
195 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.3.ebuild,v 1.31 2011/08/31 09:11:32 scarabeus Exp $
196
197 EAPI=3
198
199 @@ -24,7 +24,7 @@
200 BRANDING="${PN}-branding-gentoo-0.3.tar.xz"
201
202 [[ ${PV} == *9999* ]] && SCM_ECLASS="git-2"
203 -inherit base autotools check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS}
204 +inherit base autotools bash-completion check-reqs eutils java-pkg-opt-2 kde4-base pax-utils prefix python multilib toolchain-funcs flag-o-matic nsplugins ${SCM_ECLASS}
205 unset SCM_ECLASS
206
207 DESCRIPTION="LibreOffice, a full office productivity suite."
208 @@ -560,6 +560,10 @@
209 # This is not Makefile so no buildserver
210 make DESTDIR="${D}" distro-pack-install || die
211
212 + # Fix bash completion placement
213 + dobashcompletion "${ED}"/etc/bash_completion.d/libreoffice.sh ${PN}
214 + rm -rf "${ED}"/etc/
215 +
216 # symlink the plugin to system location
217 if use nsplugin; then
218 inst_plugin /usr/$(get_libdir)/libreoffice/program/libnpsoplugin.so