diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:20:40 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-04 07:20:40 +0000 |
commit | 482d75091195c2daded239cea222337f22287d4f (patch) | |
tree | 0a39787fa322eee604dced50379920bc6e5ba492 /app-office/mozilla-sunbird | |
parent | Fixed SRC_URI. (diff) | |
download | historical-482d75091195c2daded239cea222337f22287d4f.tar.gz historical-482d75091195c2daded239cea222337f22287d4f.tar.bz2 historical-482d75091195c2daded239cea222337f22287d4f.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'app-office/mozilla-sunbird')
-rw-r--r-- | app-office/mozilla-sunbird/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/app-office/mozilla-sunbird/ChangeLog b/app-office/mozilla-sunbird/ChangeLog index ff71c355ea33..de1da5a225e0 100644 --- a/app-office/mozilla-sunbird/ChangeLog +++ b/app-office/mozilla-sunbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/mozilla-sunbird # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.4 2007/03/02 19:16:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/ChangeLog,v 1.5 2007/03/04 07:20:40 genone Exp $ + + 04 Mar 2007; Marius Mauch <genone@gentoo.org> + mozilla-sunbird-0.3.1.ebuild: + Replacing einfo with elog 02 Mar 2007; Raúl Porcel <armin76@gentoo.org> -mozilla-sunbird-0.3.ebuild, mozilla-sunbird-0.3.1.ebuild: diff --git a/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild b/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild index d1f8dbfc8bf1..f7aeb5a373ac 100644 --- a/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild +++ b/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.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/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild,v 1.3 2007/03/02 19:16:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird/mozilla-sunbird-0.3.1.ebuild,v 1.4 2007/03/04 07:20:40 genone Exp $ WANT_AUTOCONF="2.1" @@ -55,7 +55,7 @@ linguas() { fi ewarn "Sorry, but ${PN} does not support the ${LANG} LINGUA" done - einfo "Selected language packs (first will be default): $linguas" + elog "Selected language packs (first will be default): $linguas" } pkg_setup(){ @@ -66,9 +66,9 @@ pkg_setup(){ fi if ! use bindist; then - einfo "You are enabling official branding. You may not redistribute this build" - einfo "to any users on your network or the internet. Doing so puts yourself into" - einfo "a legal problem with mozilla foundation" + elog "You are enabling official branding. You may not redistribute this build" + elog "to any users on your network or the internet. Doing so puts yourself into" + elog "a legal problem with mozilla foundation" fi use moznopango && warn_mozilla_launcher_stub |