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-9999-r2.ebuild libreoffice-3.5.9999.ebuild libreoffice-3.5.2.2.ebuild ChangeLog
Date: Mon, 02 Apr 2012 07:40:02
Message-Id: 20120402073949.3DF872004B@flycatcher.gentoo.org
1 scarabeus 12/04/02 07:39:49
2
3 Modified: libreoffice-9999-r2.ebuild
4 libreoffice-3.5.9999.ebuild
5 libreoffice-3.5.2.2.ebuild ChangeLog
6 Log:
7 Check for disk/ram constrains even in pkg_setup phase, pretend is there just for initial check. Thanks to Andreas Reichel for spotting the issue.
8
9 (Portage version: 2.2.0_alpha98/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.44 app-office/libreoffice/libreoffice-9999-r2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?rev=1.44&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?rev=1.44&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild?r1=1.43&r2=1.44
17
18 Index: libreoffice-9999-r2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v
21 retrieving revision 1.43
22 retrieving revision 1.44
23 diff -u -r1.43 -r1.44
24 --- libreoffice-9999-r2.ebuild 30 Mar 2012 13:19:48 -0000 1.43
25 +++ libreoffice-9999-r2.ebuild 2 Apr 2012 07:39:49 -0000 1.44
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.43 2012/03/30 13:19:48 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.44 2012/04/02 07:39:49 scarabeus Exp $
31
32 EAPI=4
33
34 @@ -243,6 +243,8 @@
35 python_set_active_version 2
36 python_pkg_setup
37
38 + [[ ${MERGE_TYPE} != binary ]] && check-reqs_pkg_pretend
39 +
40 if ! use gtk; then
41 ewarn "If you want the LibreOffice systray quickstarter to work"
42 ewarn "activate the 'gtk' use flag."
43
44
45
46 1.33 app-office/libreoffice/libreoffice-3.5.9999.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild?rev=1.33&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild?rev=1.33&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild?r1=1.32&r2=1.33
51
52 Index: libreoffice-3.5.9999.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v
55 retrieving revision 1.32
56 retrieving revision 1.33
57 diff -u -r1.32 -r1.33
58 --- libreoffice-3.5.9999.ebuild 30 Mar 2012 13:19:48 -0000 1.32
59 +++ libreoffice-3.5.9999.ebuild 2 Apr 2012 07:39:49 -0000 1.33
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2012 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.32 2012/03/30 13:19:48 scarabeus Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.33 2012/04/02 07:39:49 scarabeus Exp $
65
66 EAPI=4
67
68 @@ -237,6 +237,8 @@
69 python_set_active_version 2
70 python_pkg_setup
71
72 + [[ ${MERGE_TYPE} != binary ]] && check-reqs_pkg_pretend
73 +
74 if ! use gtk; then
75 ewarn "If you want the LibreOffice systray quickstarter to work"
76 ewarn "activate the 'gtk' use flag."
77
78
79
80 1.3 app-office/libreoffice/libreoffice-3.5.2.2.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.2.2.ebuild?rev=1.3&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.2.2.ebuild?rev=1.3&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.5.2.2.ebuild?r1=1.2&r2=1.3
85
86 Index: libreoffice-3.5.2.2.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.2.2.ebuild,v
89 retrieving revision 1.2
90 retrieving revision 1.3
91 diff -u -r1.2 -r1.3
92 --- libreoffice-3.5.2.2.ebuild 30 Mar 2012 13:19:48 -0000 1.2
93 +++ libreoffice-3.5.2.2.ebuild 2 Apr 2012 07:39:49 -0000 1.3
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2012 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.2.2.ebuild,v 1.2 2012/03/30 13:19:48 scarabeus Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.2.2.ebuild,v 1.3 2012/04/02 07:39:49 scarabeus Exp $
99
100 EAPI=4
101
102 @@ -237,6 +237,8 @@
103 python_set_active_version 2
104 python_pkg_setup
105
106 + [[ ${MERGE_TYPE} != binary ]] && check-reqs_pkg_pretend
107 +
108 if ! use gtk; then
109 ewarn "If you want the LibreOffice systray quickstarter to work"
110 ewarn "activate the 'gtk' use flag."
111
112
113
114 1.271 app-office/libreoffice/ChangeLog
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.271&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.271&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.270&r2=1.271
119
120 Index: ChangeLog
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v
123 retrieving revision 1.270
124 retrieving revision 1.271
125 diff -u -r1.270 -r1.271
126 --- ChangeLog 30 Mar 2012 13:22:45 -0000 1.270
127 +++ ChangeLog 2 Apr 2012 07:39:49 -0000 1.271
128 @@ -1,6 +1,11 @@
129 # ChangeLog for app-office/libreoffice
130 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
131 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.270 2012/03/30 13:22:45 scarabeus Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.271 2012/04/02 07:39:49 scarabeus Exp $
133 +
134 + 02 Apr 2012; Tomáš Chvátal <scarabeus@g.o> libreoffice-3.5.2.2.ebuild,
135 + libreoffice-3.5.9999.ebuild, libreoffice-9999-r2.ebuild:
136 + Check for disk/ram constrains even in pkg_setup phase, pretend is there just
137 + for initial check. Thanks to Andreas Reichel for spotting the issue.
138
139 30 Mar 2012; Tomáš Chvátal <scarabeus@g.o> metadata.xml:
140 Fix the usedesc for webdav.