diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-04-24 22:41:35 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-04-24 22:41:35 +0000 |
commit | 5be698638bd22420c61858c0bf771da493ac5e12 (patch) | |
tree | 05ce354db1e71fa0a4b1381aca57cd82228006cc /app-office/openoffice | |
parent | SRC_URI fix (diff) | |
download | historical-5be698638bd22420c61858c0bf771da493ac5e12.tar.gz historical-5be698638bd22420c61858c0bf771da493ac5e12.tar.bz2 historical-5be698638bd22420c61858c0bf771da493ac5e12.zip |
remove unneeded comments
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/openoffice-641d.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app-office/openoffice/openoffice-641d.ebuild b/app-office/openoffice/openoffice-641d.ebuild index 60ae0ef1f990..c836a06b784c 100644 --- a/app-office/openoffice/openoffice-641d.ebuild +++ b/app-office/openoffice/openoffice-641d.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Authors: Preston A. Elder <prez@goth.net>, Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-641d.ebuild,v 1.3 2002/04/24 21:57:15 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-641d.ebuild,v 1.4 2002/04/24 22:41:35 azarah Exp $ # IMPORTANT: This is extremely alpha!!! @@ -79,12 +79,6 @@ src_unpack() { # This allows JDK 1.4.0 to be used patch -p1 <${FILESDIR}/${PV}/${P}-configure.patch || die - # Fixes code errors that stop compile -# patch -p1 <${FILESDIR}/${PV}/${P}-code_err.patch || die - - # This forces exceptions to always be enabled for gcc 3.0.x -# patch -p1 <${FILESDIR}/${PV}/${P}-gcc3.patch || die - # Debian patches to fix build problems with gcc-3.0.4 # # Azarah -- 23 April 2002 |