diff options
Diffstat (limited to 'app-office/openoffice-bin/openoffice-bin-1.0.3.ebuild')
-rw-r--r-- | app-office/openoffice-bin/openoffice-bin-1.0.3.ebuild | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/app-office/openoffice-bin/openoffice-bin-1.0.3.ebuild b/app-office/openoffice-bin/openoffice-bin-1.0.3.ebuild index bd635d870f17..35b38af7de70 100644 --- a/app-office/openoffice-bin/openoffice-bin-1.0.3.ebuild +++ b/app-office/openoffice-bin/openoffice-bin-1.0.3.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.ebuild,v 1.5 2003/09/06 22:21:02 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice-bin/openoffice-bin-1.0.3.ebuild,v 1.6 2003/09/09 08:44:27 msterret Exp $ IUSE="kde gnome" @@ -26,7 +26,7 @@ fi; DESCRIPTION="OpenOffice productivity suite" SRC_URI="x86? ( http://ny1.mirror.openoffice.org/stable/${PV}/OOo_${MY_PV}_LinuxIntel_install.tar.gz http://sf1.mirror.openoffice.org/stable/${PV}/OOo_${MY_PV}_LinuxIntel_install.tar.gz ) - ppc? ( ftp://ftp.yellowdoglinux.com/pub/yellowdog/software/openoffice/OOo_${MY_PV}_PPCLinux_installer.tar.gz )" + ppc? ( ftp://ftp.yellowdoglinux.com/pub/yellowdog/software/openoffice/OOo_${MY_PV}_PPCLinux_installer.tar.gz )" HOMEPAGE="http://www.openoffice.org" DEPEND="virtual/glibc @@ -201,18 +201,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 "******************************************************************" } - |