Gentoo Archives: gentoo-commits

From: "Andreas Proschofsky (suka)" <suka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/openoffice-bin: openoffice-bin-3.0.0.ebuild ChangeLog
Date: Sun, 19 Oct 2008 18:25:17
Message-Id: E1Krcxm-0005nn-Mb@stork.gentoo.org
1 suka 08/10/19 18:25:14
2
3 Modified: openoffice-bin-3.0.0.ebuild ChangeLog
4 Log:
5 Install dictionaries for english, french and spanish, tell the users where to find them, see bug #242312
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo i686)
7
8 Revision Changes Path
9 1.5 app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild?r1=1.4&r2=1.5
14
15 Index: openoffice-bin-3.0.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- openoffice-bin-3.0.0.ebuild 19 Oct 2008 17:06:41 -0000 1.4
22 +++ openoffice-bin-3.0.0.ebuild 19 Oct 2008 18:25:14 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild,v 1.4 2008/10/19 17:06:41 suka Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-3.0.0.ebuild,v 1.5 2008/10/19 18:25:14 suka Exp $
28
29 inherit eutils fdo-mime rpm multilib
30
31 @@ -111,6 +111,11 @@
32 done
33 done
34
35 + # Unpack provided dictionaries, unless there is a better solution...
36 + rpm_unpack "${S}/openoffice.org3-dict-en-${MY_PV3}.${OOARCH}.rpm"
37 + rpm_unpack "${S}/openoffice.org3-dict-es-${MY_PV3}.${OOARCH}.rpm"
38 + rpm_unpack "${S}/openoffice.org3-dict-fr-${MY_PV3}.${OOARCH}.rpm"
39 +
40 }
41
42 src_install () {
43 @@ -174,6 +179,10 @@
44 elog " Manager (Tools > Extensions Manager) or use the source based "
45 elog " package instead. "
46 elog
47 + elog " Dictionaries for english, french and spanish are provided in "
48 + elog " /usr/$(get_libdir)/openoffice/share/extension/install "
49 + elog " Other dictionaries can be found at Suns extension site. "
50 + elog
51
52 ewarn " Please note that this release of OpenOffice.org uses a "
53 ewarn " new user install dir. As a result you will have to redo "
54
55
56
57 1.206 app-office/openoffice-bin/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/ChangeLog?rev=1.206&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/ChangeLog?rev=1.206&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/openoffice-bin/ChangeLog?r1=1.205&r2=1.206
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v
66 retrieving revision 1.205
67 retrieving revision 1.206
68 diff -u -r1.205 -r1.206
69 --- ChangeLog 19 Oct 2008 17:06:41 -0000 1.205
70 +++ ChangeLog 19 Oct 2008 18:25:14 -0000 1.206
71 @@ -1,6 +1,11 @@
72 # ChangeLog for app-office/openoffice-bin
73 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.205 2008/10/19 17:06:41 suka Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/ChangeLog,v 1.206 2008/10/19 18:25:14 suka Exp $
76 +
77 + 19 Oct 2008; Andreas Proschofsky <suka@g.o>
78 + openoffice-bin-3.0.0.ebuild:
79 + Install dictionaries for english, french and spanish, tell the users where
80 + to find them, see bug #242312
81
82 19 Oct 2008; Andreas Proschofsky <suka@g.o>
83 openoffice-bin-3.0.0.ebuild: