diff options
author | 2003-09-09 08:44:29 +0000 | |
---|---|---|
committer | 2003-09-09 08:44:29 +0000 | |
commit | 2924ade474ec2e517f5ddabbac1637870911717b (patch) | |
tree | 52cadb8520cdb5bef856f01dd2763fe60af0caf5 /app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild | |
parent | Version bump + stable (diff) | |
download | gentoo-2-2924ade474ec2e517f5ddabbac1637870911717b.tar.gz gentoo-2-2924ade474ec2e517f5ddabbac1637870911717b.tar.bz2 gentoo-2-2924ade474ec2e517f5ddabbac1637870911717b.zip |
repoman: fix leading whitespace
Diffstat (limited to 'app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild')
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild b/app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild index 0bb9cdbcd506..298b2afeb332 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.0.3.1.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-bin/openoffice-bin-1.0.3.1.ebuild,v 1.2 2003/09/06 22:21:02 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.0.3.1.ebuild,v 1.3 2003/09/09 08:44:27 msterret Exp $ IUSE="kde gnome" @@ -27,7 +27,7 @@ DESCRIPTION="OpenOffice productivity suite" SRC_URI="x86? ( http://ny1.mirror.openoffice.org/stable/${PV//.1/}/OOo_${MY_PV}_LinuxIntel_install.tar.gz http://sf1.mirror.openoffice.org/stable/${PV//.1/}/OOo_${MY_PV}_LinuxIntel_install.tar.gz http://vlaai.snt.utwente.nl/pub/software/openoffice/stable/${PV//.1/}/libvcl641li.so.gz ) - ppc? ( ftp://ftp.yellowdoglinux.com/pub/yellowdog/software/openoffice/OOo_${MY_PV}_LinuxPowerPC_installer.tar.gz )" + ppc? ( ftp://ftp.yellowdoglinux.com/pub/yellowdog/software/openoffice/OOo_${MY_PV}_LinuxPowerPC_installer.tar.gz )" HOMEPAGE="http://www.openoffice.org" DEPEND="virtual/glibc @@ -206,18 +206,17 @@ pkg_preinst() { pkg_postinst() { - einfo "******************************************************************" - einfo " To start OpenOffice.org, run:" - einfo - einfo " $ ooffice" - einfo - einfo " Also, for individual components, you can use any of:" - einfo - einfo " oocalc, oodraw, ooimpress, oomath or oowriter" - einfo - einfo " If the fonts appear garbled in the user interface refer to " - einfo " Bug 8539, or http://www.openoffice.org/FAQs/fontguide.html#8" - einfo - einfo "******************************************************************" + einfo "******************************************************************" + einfo " To start OpenOffice.org, run:" + einfo + einfo " $ ooffice" + einfo + einfo " Also, for individual components, you can use any of:" + einfo + einfo " oocalc, oodraw, ooimpress, oomath or oowriter" + einfo + einfo " If the fonts appear garbled in the user interface refer to " + einfo " Bug 8539, or http://www.openoffice.org/FAQs/fontguide.html#8" + einfo + einfo "******************************************************************" } - |