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/libreoffice-bin: ChangeLog libreoffice-bin-3.3.0_rc4.ebuild
Date: Mon, 24 Jan 2011 20:04:41
Message-Id: 20110124200427.4FA9D20054@flycatcher.gentoo.org
1 suka 11/01/24 20:04:27
2
3 Modified: ChangeLog libreoffice-bin-3.3.0_rc4.ebuild
4 Log:
5 Don't care about parallel installability (which causes all sorts of problems anyway) and get starter symlinks
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-office/libreoffice-bin/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 23 Jan 2011 14:42:30 -0000 1.1
23 +++ ChangeLog 24 Jan 2011 20:04:27 -0000 1.2
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-office/libreoffice-bin
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.1 2011/01/23 14:42:30 suka Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.2 2011/01/24 20:04:27 suka Exp $
29 +
30 + 24 Jan 2011; Andreas Proschofsky <suka@g.o>
31 + libreoffice-bin-3.3.0_rc4.ebuild:
32 + Don't care about parallel installability (which causes all sorts of problems
33 + anyway) and get starter symlinks
34 + back
35
36 *libreoffice-bin-3.3.0_rc4 (23 Jan 2011)
37
38
39
40
41 1.2 app-office/libreoffice-bin/libreoffice-bin-3.3.0_rc4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.3.0_rc4.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.3.0_rc4.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.3.0_rc4.ebuild?r1=1.1&r2=1.2
46
47 Index: libreoffice-bin-3.3.0_rc4.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.3.0_rc4.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- libreoffice-bin-3.3.0_rc4.ebuild 23 Jan 2011 14:42:30 -0000 1.1
54 +++ libreoffice-bin-3.3.0_rc4.ebuild 24 Jan 2011 20:04:27 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.3.0_rc4.ebuild,v 1.1 2011/01/23 14:42:30 suka Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.3.0_rc4.ebuild,v 1.2 2011/01/24 20:04:27 suka Exp $
60
61 EAPI="3"
62
63 @@ -49,7 +49,10 @@
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66
67 -RDEPEND="x11-libs/libXaw
68 +RDEPEND="!app-office/libreoffice
69 + !app-office/openoffice
70 + !app-office/openoffice-bin
71 + x11-libs/libXaw
72 sys-libs/glibc
73 >=dev-lang/perl-5.0
74 app-arch/zip
75 @@ -159,12 +162,12 @@
76
77 # Component symlinks
78 # Disabled, trouble with parallel installing openoffice
79 -# for app in base calc draw impress math writer; do
80 -# dosym loffice /usr/bin/lo${app}
81 -# done
82 + for app in base calc draw impress math writer; do
83 + dosym loffice /usr/bin/lo${app}
84 + done
85
86 dosym ${INSTDIR}/program/spadmin /usr/bin/loffice-printeradmin
87 -# dosym ${INSTDIR}/program/soffice /usr/bin/soffice
88 + dosym ${INSTDIR}/program/soffice /usr/bin/soffice
89
90 rm -f "${ED}${INSTDIR}/basis-link" || die
91 dosym ${INSTDIR}/basis3.3 ${INSTDIR}/basis-link