diff options
author | 2009-04-11 21:53:25 +0000 | |
---|---|---|
committer | 2009-04-11 21:53:25 +0000 | |
commit | c3e631ef50628020543758694dd19325880e73eb (patch) | |
tree | 05afdbc7a7968132e43bc4cf9a23eebed1af96a3 /app-office/openoffice/files | |
parent | Add KDE 4.2.2 (diff) | |
download | gentoo-2-c3e631ef50628020543758694dd19325880e73eb.tar.gz gentoo-2-c3e631ef50628020543758694dd19325880e73eb.tar.bz2 gentoo-2-c3e631ef50628020543758694dd19325880e73eb.zip |
Bump to newer beta for OOo 3.1
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-office/openoffice/files')
-rw-r--r-- | app-office/openoffice/files/base64.diff | 16 | ||||
-rw-r--r-- | app-office/openoffice/files/gentoo-3.1.0_beta4.diff (renamed from app-office/openoffice/files/gentoo-3.1.0_beta3.diff) | 10 |
2 files changed, 26 insertions, 0 deletions
diff --git a/app-office/openoffice/files/base64.diff b/app-office/openoffice/files/base64.diff new file mode 100644 index 000000000000..bcf811139cbb --- /dev/null +++ b/app-office/openoffice/files/base64.diff @@ -0,0 +1,16 @@ +--- filter/source/xsltfilter/makefile.mk 2009-03-27 10:14:39.000000000 +0300 ++++ filter/source/xsltfilter/makefile.mk 2009-03-27 18:14:56.000000000 +0300 +@@ -72,11 +72,11 @@ + CUSTOMMANIFESTFILE = Manifest + + JARCOMPRESS = TRUE +-JARCLASSDIRS = XSLTransformer*.class XSLTFilterOLEExtracter*.class ++JARCLASSDIRS = XSLTransformer*.class XSLTFilterOLEExtracter*.class Base64*.class + JARTARGET = $(TARGET).jar + + # --- Files -------------------------------------------------------- +-JAVACLASSFILES=$(CLASSDIR)$/XSLTransformer.class $(CLASSDIR)$/XSLTFilterOLEExtracter.class ++JAVACLASSFILES=$(CLASSDIR)$/XSLTransformer.class $(CLASSDIR)$/XSLTFilterOLEExtracter.class $(CLASSDIR)$/Base64.class + .ENDIF + + # --- Targets ------------------------------------------------------ diff --git a/app-office/openoffice/files/gentoo-3.1.0_beta3.diff b/app-office/openoffice/files/gentoo-3.1.0_beta4.diff index 758ceb1edf75..2ea5d36b1259 100644 --- a/app-office/openoffice/files/gentoo-3.1.0_beta3.diff +++ b/app-office/openoffice/files/gentoo-3.1.0_beta4.diff @@ -10,6 +10,16 @@ chmod 755 $1 --- patches/dev300/apply +++ patches/dev300/apply + +@@ -106,7 +106,7 @@ + # openmamba + openmamba: LinuxCommon, GlobalDesktopFiles + #Gentoo +-GentooBase : LinuxCommon, GentooOnly, NotDebian, Lockdown, CairoFonts, BerkeleyDB43, Gcc43, IntegrateExtensions ++GentooBase : LinuxCommon, GentooOnly, NotDebian, Lockdown, CairoFonts, BerkeleyDB43, Gcc43, IntegrateExtensions, OOXMLExport + GentooUnstable: GentooBase, GentooExperimental + Gentoo : GentooBase + Gentoo64: GentooBase @@ -1439,8 +1439,6 @@ # jemalloc, FreeBSD 7 allocator |