diff options
author | 2003-11-04 18:56:33 +0000 | |
---|---|---|
committer | 2003-11-04 18:56:33 +0000 | |
commit | 96605f478811b8fa19e520f9d8bd870515500e5d (patch) | |
tree | e602f9cebdf19978f8fa76a16f93e5a9d5173585 /app-office | |
parent | repoman: Fix leading whitespace (diff) | |
download | historical-96605f478811b8fa19e520f9d8bd870515500e5d.tar.gz historical-96605f478811b8fa19e520f9d8bd870515500e5d.tar.bz2 historical-96605f478811b8fa19e520f9d8bd870515500e5d.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice-ximian/Manifest | 8 | ||||
-rw-r--r-- | app-office/openoffice-ximian/openoffice-ximian-1.1.0.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-office/openoffice-ximian/Manifest b/app-office/openoffice-ximian/Manifest index be8bfaf987a0..062fc1bd975f 100644 --- a/app-office/openoffice-ximian/Manifest +++ b/app-office/openoffice-ximian/Manifest @@ -1,9 +1,9 @@ MD5 adc67aa8c979d83fcf8e22c35b4ab330 ChangeLog 552 -MD5 ef1517e2041c4dccdaf64bee2fce23c5 openoffice-ximian-1.1.0.ebuild 19418 +MD5 ba6f29161bf16172c6a5da9849f93934 openoffice-ximian-1.1.0.ebuild 19418 MD5 06b11dad767b42f319fd60d1c369619e files/digest-openoffice-ximian-1.1.0 212 +MD5 7992a51f23c05fdc0b3c422c171f637a files/1.1.0/config.patch 502 +MD5 fa0af18a5e8a31bf68e0cdbb2f0e4981 files/1.1.0/fixed-gcc.patch 644 MD5 57dffa4a9df0ca77ebcca05122634d9e files/1.1.0/newstlportfix.patch 10867 -MD5 028fbe21a2c72ae662729ed63a72cd80 files/1.1.0/solar_segfix.patch 577 MD5 35644fff64e993d64c44a56383263186 files/1.1.0/oo_1.1-nptl.patch 538 -MD5 7992a51f23c05fdc0b3c422c171f637a files/1.1.0/config.patch 502 MD5 9d6957b6b4f84033d6073c3acdd2928f files/1.1.0/ooffice-wrapper-1.3 8952 -MD5 fa0af18a5e8a31bf68e0cdbb2f0e4981 files/1.1.0/fixed-gcc.patch 644 +MD5 028fbe21a2c72ae662729ed63a72cd80 files/1.1.0/solar_segfix.patch 577 diff --git a/app-office/openoffice-ximian/openoffice-ximian-1.1.0.ebuild b/app-office/openoffice-ximian/openoffice-ximian-1.1.0.ebuild index 14dca37ad871..d2faba2bb5a3 100644 --- a/app-office/openoffice-ximian/openoffice-ximian-1.1.0.ebuild +++ b/app-office/openoffice-ximian/openoffice-ximian-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.1.0.ebuild,v 1.3 2003/11/04 11:55:54 pauldv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-ximian/openoffice-ximian-1.1.0.ebuild,v 1.4 2003/11/04 18:56:31 mr_bones_ Exp $ # IMPORTANT: This is extremely alpha!!! @@ -154,7 +154,7 @@ set_languages () { fi case "$LANGUAGE" in 01 | ENUS ) LANGNO=01; LANGNAME=ENUS; LFULLNAME="US English (default)" - ;; + ;; 03 | PORT ) LANGNO=03; LANGNAME=PORT; LFULLNAME=Portuguese ;; 07 | RUSS ) LANGNO=07; LANGNAME=RUSS; LFULLNAME=Russian @@ -271,8 +271,8 @@ src_unpack() { rm stlport/STLport-4.5.3.patch epatch ${FILESDIR}/${PV}/newstlportfix.patch - #Fix compilation with gcc 3.2.x - epatch ${FILESDIR}/${PV}/config.patch + #Fix compilation with gcc 3.2.x + epatch ${FILESDIR}/${PV}/config.patch #Hopefully this fixes some of the compile problems kernel-mod_getversion |