diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-04-20 18:18:24 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-04-20 18:18:24 +0000 |
commit | 2cb0084ffb2662cd21ea4f4a08487f20eda69e3f (patch) | |
tree | f109a487d72d8ca30c0fb8b919bebebcae6575c5 /www-client | |
parent | removed games-puzzle/sdlvexed (diff) | |
download | gentoo-2-2cb0084ffb2662cd21ea4f4a08487f20eda69e3f.tar.gz gentoo-2-2cb0084ffb2662cd21ea4f4a08487f20eda69e3f.tar.bz2 gentoo-2-2cb0084ffb2662cd21ea4f4a08487f20eda69e3f.zip |
einfo -> elog
(Portage version: 2.1.2.4)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/mozilla-firefox/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-1.5.0.11.ebuild | 14 | ||||
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-2.0.0.3.ebuild | 22 |
3 files changed, 23 insertions, 19 deletions
diff --git a/www-client/mozilla-firefox/ChangeLog b/www-client/mozilla-firefox/ChangeLog index 9bdb825b81bf..b777f7a22bca 100644 --- a/www-client/mozilla-firefox/ChangeLog +++ b/www-client/mozilla-firefox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/mozilla-firefox # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.287 2007/04/06 16:43:03 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.288 2007/04/20 18:18:23 armin76 Exp $ + + 20 Apr 2007; Raúl Porcel <armin76@gentoo.org> + mozilla-firefox-1.5.0.11.ebuild, mozilla-firefox-2.0.0.3.ebuild: + einfo -> elog 06 Apr 2007; Peter Weller <welp@gentoo.org> mozilla-firefox-2.0.0.3.ebuild: diff --git a/www-client/mozilla-firefox/mozilla-firefox-1.5.0.11.ebuild b/www-client/mozilla-firefox/mozilla-firefox-1.5.0.11.ebuild index 2dffaec4cca0..b4faaae33e7a 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-1.5.0.11.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-1.5.0.11.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/www-client/mozilla-firefox/mozilla-firefox-1.5.0.11.ebuild,v 1.1 2007/03/21 14:45:16 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-1.5.0.11.ebuild,v 1.2 2007/04/20 18:18:24 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -192,10 +192,10 @@ pkg_preinst() { declare MOZILLA_FIVE_HOME=/usr/$(get_libdir)/${PN} echo "" - einfo "Removing old installs though some really ugly code. It potentially" - einfo "eliminates any problems during the install, however suggestions to" - einfo "replace this are highly welcome. Send comments and suggestions to" - einfo "mozilla@gentoo.org" + elog "Removing old installs though some really ugly code. It potentially" + elog "eliminates any problems during the install, however suggestions to" + elog "replace this are highly welcome. Send comments and suggestions to" + elog "mozilla@gentoo.org" rm -rf ${ROOT}${MOZILLA_FIVE_HOME} echo "" } @@ -290,8 +290,8 @@ pkg_postinst() { ewarn "Thank you! mozilla@gentoo.org." echo "" - einfo "Any regchrome errors can be ignored right now, this is due to" - einfo "mozilla-firefox-1.0.x. being unregistered with mozilla-launcher." + elog "Any regchrome errors can be ignored right now, this is due to" + elog "mozilla-firefox-1.0.x. being unregistered with mozilla-launcher." epause 15 } diff --git a/www-client/mozilla-firefox/mozilla-firefox-2.0.0.3.ebuild b/www-client/mozilla-firefox/mozilla-firefox-2.0.0.3.ebuild index e005452b4bdf..4ba2add6475d 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-2.0.0.3.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-2.0.0.3.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/www-client/mozilla-firefox/mozilla-firefox-2.0.0.3.ebuild,v 1.12 2007/04/06 16:43:03 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.3.ebuild,v 1.13 2007/04/20 18:18:23 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -79,7 +79,7 @@ linguas() { fi ewarn "Sorry, but mozilla-firefox 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(){ @@ -90,9 +90,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 @@ -193,10 +193,10 @@ src_compile() { pkg_preinst() { declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - einfo "Removing old installs though some really ugly code. It potentially" - einfo "eliminates any problems during the install, however suggestions to" - einfo "replace this are highly welcome. Send comments and suggestions to" - einfo "mozilla@gentoo.org." + elog "Removing old installs though some really ugly code. It potentially" + elog "eliminates any problems during the install, however suggestions to" + elog "replace this are highly welcome. Send comments and suggestions to" + elog "mozilla@gentoo.org." rm -rf "${ROOT}"/"${MOZILLA_FIVE_HOME}" } @@ -214,7 +214,7 @@ src_install() { local LANG=${linguas%% *} if [[ -n ${LANG} && ${LANG} != "en" ]]; then - einfo "Setting default locale to ${LANG}" + elog "Setting default locale to ${LANG}" dosed -e "s:general.useragent.locale\", \"en-US\":general.useragent.locale\", \"${LANG}\":" \ "${MOZILLA_FIVE_HOME}"/defaults/pref/firefox.js \ "${MOZILLA_FIVE_HOME}"/defaults/pref/firefox-l10n.js || \ @@ -241,7 +241,7 @@ src_install() { doins "${S}"/dist/branding/mozicon50.xpm # Install files necessary for applications to build against firefox - einfo "Installing includes and idl files..." + elog "Installing includes and idl files..." cp -LfR "${S}"/dist/include "${D}"/"${MOZILLA_FIVE_HOME}" || die "cp failed" cp -LfR "${S}"/dist/idl "${D}"/"${MOZILLA_FIVE_HOME}" || die "cp failed" |