1 |
suka 11/02/05 21:35:16 |
2 |
|
3 |
Modified: ChangeLog libreoffice-3.3.0.ebuild |
4 |
Log: |
5 |
Another bunch of prefix fixes |
6 |
|
7 |
(Portage version: 2.1.9.35/cvs/Linux x86_64) |
8 |
|
9 |
Revision Changes Path |
10 |
1.10 app-office/libreoffice/ChangeLog |
11 |
|
12 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.10&view=markup |
13 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.10&content-type=text/plain |
14 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.9&r2=1.10 |
15 |
|
16 |
Index: ChangeLog |
17 |
=================================================================== |
18 |
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v |
19 |
retrieving revision 1.9 |
20 |
retrieving revision 1.10 |
21 |
diff -u -r1.9 -r1.10 |
22 |
--- ChangeLog 5 Feb 2011 08:58:04 -0000 1.9 |
23 |
+++ ChangeLog 5 Feb 2011 21:35:16 -0000 1.10 |
24 |
@@ -1,6 +1,10 @@ |
25 |
# ChangeLog for app-office/libreoffice |
26 |
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 |
27 |
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.9 2011/02/05 08:58:04 suka Exp $ |
28 |
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.10 2011/02/05 21:35:16 suka Exp $ |
29 |
+ |
30 |
+ 05 Feb 2011; Andreas Proschofsky <suka@g.o> libreoffice-3.3.0.ebuild, |
31 |
+ +files/libreoffice-3.3-prefix.patch: |
32 |
+ Another bunch of prefix fixes |
33 |
|
34 |
05 Feb 2011; Andreas Proschofsky <suka@g.o> libreoffice-3.3.0.ebuild, |
35 |
files/gentoo-3.3.0.diff: |
36 |
|
37 |
|
38 |
|
39 |
1.7 app-office/libreoffice/libreoffice-3.3.0.ebuild |
40 |
|
41 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.3.0.ebuild?rev=1.7&view=markup |
42 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.3.0.ebuild?rev=1.7&content-type=text/plain |
43 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/libreoffice-3.3.0.ebuild?r1=1.6&r2=1.7 |
44 |
|
45 |
Index: libreoffice-3.3.0.ebuild |
46 |
=================================================================== |
47 |
RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.3.0.ebuild,v |
48 |
retrieving revision 1.6 |
49 |
retrieving revision 1.7 |
50 |
diff -u -r1.6 -r1.7 |
51 |
--- libreoffice-3.3.0.ebuild 5 Feb 2011 08:58:04 -0000 1.6 |
52 |
+++ libreoffice-3.3.0.ebuild 5 Feb 2011 21:35:16 -0000 1.7 |
53 |
@@ -1,6 +1,6 @@ |
54 |
# Copyright 1999-2011 Gentoo Foundation |
55 |
# Distributed under the terms of the GNU General Public License v2 |
56 |
-# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.3.0.ebuild,v 1.6 2011/02/05 08:58:04 suka Exp $ |
57 |
+# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.3.0.ebuild,v 1.7 2011/02/05 21:35:16 suka Exp $ |
58 |
|
59 |
EAPI="3" |
60 |
|
61 |
@@ -119,7 +119,7 @@ |
62 |
|
63 |
LICENSE="LGPL-3" |
64 |
SLOT="0" |
65 |
-KEYWORDS="~amd64 ~x86" |
66 |
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |
67 |
|
68 |
COMMON_DEPEND="!app-office/libreoffice-bin |
69 |
!app-office/openoffice-bin |
70 |
@@ -274,6 +274,7 @@ |
71 |
epatch "${FILESDIR}/fix-ooo-collision.diff" |
72 |
epatch "${FILESDIR}/scrap-pixmap-links.diff" |
73 |
epatch "${FILESDIR}/enable-startup-notification.diff" |
74 |
+ epatch "${FILESDIR}/libreoffice-3.3-prefix.patch" |
75 |
cp -f "${FILESDIR}/sdext-presenter.diff" "${S}/patches/hotfixes" || die |
76 |
|
77 |
#Use flag checks |