summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-07-24 16:25:37 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-07-24 16:25:37 +0000
commitadf3b92ddaf1d835d7df2d5bcc51ab846b0d483f (patch)
treeeea54967bf072c4917bafb71afee24ef9a905f38 /www-client
parentamd64 stable, bug 181322 (diff)
downloadgentoo-2-adf3b92ddaf1d835d7df2d5bcc51ab846b0d483f.tar.gz
gentoo-2-adf3b92ddaf1d835d7df2d5bcc51ab846b0d483f.tar.bz2
gentoo-2-adf3b92ddaf1d835d7df2d5bcc51ab846b0d483f.zip
Make rej happy, move some elog to einfo, since they're useless
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild b/www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild
index a109927f74f9..8390072e37a3 100644
--- a/www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild
+++ b/www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.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.5.ebuild,v 1.8 2007/07/24 15:39:56 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild,v 1.9 2007/07/24 16:25:37 armin76 Exp $
WANT_AUTOCONF="2.1"
@@ -199,10 +199,10 @@ src_compile() {
pkg_preinst() {
declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
- elog "Removing old installs with 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."
+ einfo "Removing old installs with 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."
rm -rf "${ROOT}"/"${MOZILLA_FIVE_HOME}"
}
@@ -247,7 +247,7 @@ src_install() {
doins "${S}"/dist/branding/mozicon50.xpm
# Install files necessary for applications to build against firefox
- elog "Installing includes and idl files..."
+ einfo "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"