summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Chandler <sethbc@gentoo.org>2002-12-02 14:36:18 +0000
committerSeth Chandler <sethbc@gentoo.org>2002-12-02 14:36:18 +0000
commit5c0237c21cd68f9304daa7ee0bfd9ce9c16682e0 (patch)
treeb04f14ca516216453dd9a05794fa63d58ba2c190 /app-office
parentadded digest and modified wrapper (diff)
downloadgentoo-2-5c0237c21cd68f9304daa7ee0bfd9ce9c16682e0.tar.gz
gentoo-2-5c0237c21cd68f9304daa7ee0bfd9ce9c16682e0.tar.bz2
gentoo-2-5c0237c21cd68f9304daa7ee0bfd9ce9c16682e0.zip
update changelog
Diffstat (limited to 'app-office')
-rw-r--r--app-office/openoffice/ChangeLog15
-rw-r--r--app-office/openoffice/openoffice-1.0.1-r1.ebuild4
2 files changed, 16 insertions, 3 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog
index b9947fb6e3e9..03351a8a690b 100644
--- a/app-office/openoffice/ChangeLog
+++ b/app-office/openoffice/ChangeLog
@@ -1,6 +1,19 @@
# ChangeLog for app-office/openoffice
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.12 2002/12/01 09:25:48 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.13 2002/12/02 14:36:18 sethbc Exp $
+
+ 02 Dec 2002; Seth Chandler <sethbc@gentoo.org> openoffice-1.0.1-r2.ebuild:
+ Add -r2 to portage. I'm requiring jdk 1.4.0 becuase i'm not yet sure if
+ it works with a 1.3 jdk (some fixes applied to make blackdown 1.4 beta build
+ may break 1.3.X jdk's). sun-jdk is still unsupported and will definately
+ break the compile. The wrapper script has been updated to do ld_preload
+ for fonts (ooffice-wrapper-1.1) and 2 other patches were added:
+ openoffice-1.0.1-use-libstdc++-5.0.1.patch: for people running ~arch and
+ openoffice-1.0.1-fix-jdk-1.4.0.patch: which fixes the aformentioned java
+ bugs. Please please please submit any bugs you find to me ASAP ;-)
+
+ 02 Dec 2002; Seth Chandler <sethbc@gentoo.org> openoffice-1.0.1-r1.ebuild:
+ Fix Az's freetype change so it actually works :-)
01 Dec 2002; Martin Schlemmer <azarah@gentoo.org> openoffice-1.0.1.ebuild-r1 :
Change it to use freetype-2.1.2.tar.bz2, as I was braindead at the time
diff --git a/app-office/openoffice/openoffice-1.0.1-r1.ebuild b/app-office/openoffice/openoffice-1.0.1-r1.ebuild
index 1a34cf026059..4cb432ed4a30 100644
--- a/app-office/openoffice/openoffice-1.0.1-r1.ebuild
+++ b/app-office/openoffice/openoffice-1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.1-r1.ebuild,v 1.7 2002/12/02 14:25:35 sethbc Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.1-r1.ebuild,v 1.8 2002/12/02 14:36:18 sethbc Exp $
# IMPORTANT: This is extremely alpha!!!
@@ -204,7 +204,7 @@ src_unpack() {
# Get OO to build with freetype-2.1.2
cd ${S}
- cp ${DISTDIR}/freetype-${FT_VER}.tar.gz ${S}/freetype/download || die
+ cp ${DISTDIR}/freetype-${FT_VER}.tar.bz2 ${S}/freetype/download || die
cp ${FILESDIR}/${PV}/freetype-${FT_VER}.patch ${S}/freetype || die
epatch ${FILESDIR}/${PV}/${P}-use-freetype-${FT_VER}.patch