diff options
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-2.0.4.ebuild | 26 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-2.1.0.ebuild | 26 |
3 files changed, 31 insertions, 27 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index d07dcb80e219..73d07b0ffb6a 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/openoffice # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.298 2007/01/23 12:50:06 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.299 2007/01/25 05:31:42 genone Exp $ + + 25 Jan 2007; Marius Mauch <genone@gentoo.org> openoffice-2.0.4.ebuild, + openoffice-2.1.0.ebuild: + Replacing einfo with elog 23 Jan 2007; Andreas Proschofsky <suka@gentoo.org> -files/2.1.0/config_with-seamonkey.diff, diff --git a/app-office/openoffice/openoffice-2.0.4.ebuild b/app-office/openoffice/openoffice-2.0.4.ebuild index 4e1e68023f80..50464520b840 100644 --- a/app-office/openoffice/openoffice-2.0.4.ebuild +++ b/app-office/openoffice/openoffice-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.0.4.ebuild,v 1.28 2007/01/13 10:54:31 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.0.4.ebuild,v 1.29 2007/01/25 05:31:42 genone Exp $ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.9" @@ -311,17 +311,17 @@ pkg_postinst() { [ -x /sbin/chpax ] && [ -e /usr/$(get_libdir)/openoffice/program/soffice.bin ] && chpax -zm /usr/$(get_libdir)/openoffice/program/soffice.bin - einfo " To start OpenOffice.org, run:" - einfo - einfo " $ ooffice2" - einfo - einfo " Also, for individual components, you can use any of:" - einfo - einfo " oobase2, oocalc2, oodraw2, oofromtemplate2, ooimpress2, oomath2," - einfo " ooweb2 or oowriter2" - einfo - einfo " Spell checking is now provided through our own myspell-ebuilds, " - einfo " if you want to use it, please install the correct myspell package " - einfo " according to your language needs. " + elog " To start OpenOffice.org, run:" + elog + elog " $ ooffice2" + elog + elog " Also, for individual components, you can use any of:" + elog + elog " oobase2, oocalc2, oodraw2, oofromtemplate2, ooimpress2, oomath2," + elog " ooweb2 or oowriter2" + elog + elog " Spell checking is now provided through our own myspell-ebuilds, " + elog " if you want to use it, please install the correct myspell package " + elog " according to your language needs. " } diff --git a/app-office/openoffice/openoffice-2.1.0.ebuild b/app-office/openoffice/openoffice-2.1.0.ebuild index 0fd53a6c01d9..d5006b96b5ff 100644 --- a/app-office/openoffice/openoffice-2.1.0.ebuild +++ b/app-office/openoffice/openoffice-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.1.0.ebuild,v 1.11 2007/01/23 12:50:06 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-2.1.0.ebuild,v 1.12 2007/01/25 05:31:42 genone Exp $ WANT_AUTOCONF="2.5" WANT_AUTOMAKE="1.9" @@ -343,17 +343,17 @@ pkg_postinst() { # Add available & useful jars to openoffice classpath use java && /usr/lib/openoffice/program/java-set-classpath $(java-config --classpath=jdbc-mysql 2>/dev/null) >/dev/null - einfo " To start OpenOffice.org, run:" - einfo - einfo " $ ooffice2" - einfo - einfo " Also, for individual components, you can use any of:" - einfo - einfo " oobase2, oocalc2, oodraw2, oofromtemplate2, ooimpress2, oomath2," - einfo " ooweb2 or oowriter2" - einfo - einfo " Spell checking is now provided through our own myspell-ebuilds, " - einfo " if you want to use it, please install the correct myspell package " - einfo " according to your language needs. " + elog " To start OpenOffice.org, run:" + elog + elog " $ ooffice2" + elog + elog " Also, for individual components, you can use any of:" + elog + elog " oobase2, oocalc2, oodraw2, oofromtemplate2, ooimpress2, oomath2," + elog " ooweb2 or oowriter2" + elog + elog " Spell checking is now provided through our own myspell-ebuilds, " + elog " if you want to use it, please install the correct myspell package " + elog " according to your language needs. " } |