summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2007-03-18 02:00:04 +0000
committerMarius Mauch <genone@gentoo.org>2007-03-18 02:00:04 +0000
commit4985d162bf0650f906403393d0e6ff2db7e05bb6 (patch)
treeac40944dd47bfae110c233fa1d95c772edc726fe /mail-client
parentReplacing einfo with elog (diff)
downloadgentoo-2-4985d162bf0650f906403393d0e6ff2db7e05bb6.tar.gz
gentoo-2-4985d162bf0650f906403393d0e6ff2db7e05bb6.tar.bz2
gentoo-2-4985d162bf0650f906403393d0e6ff2db7e05bb6.zip
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/mozilla-thunderbird/ChangeLog7
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild10
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild10
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild10
-rw-r--r--mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta2.ebuild12
5 files changed, 27 insertions, 22 deletions
diff --git a/mail-client/mozilla-thunderbird/ChangeLog b/mail-client/mozilla-thunderbird/ChangeLog
index 9ca0bd793ac6..99adc0a8cedc 100644
--- a/mail-client/mozilla-thunderbird/ChangeLog
+++ b/mail-client/mozilla-thunderbird/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for mail-client/mozilla-thunderbird
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.179 2007/03/11 12:19:39 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.180 2007/03/18 02:00:04 genone Exp $
+
+ 18 Mar 2007; Marius Mauch <genone@gentoo.org>
+ mozilla-thunderbird-1.5.0.8.ebuild, mozilla-thunderbird-1.5.0.9.ebuild,
+ mozilla-thunderbird-1.5.0.10.ebuild, mozilla-thunderbird-2.0_beta2.ebuild:
+ Replacing einfo with elog
11 Mar 2007; Bryan Østergaard <kloeri@gentoo.org>
mozilla-thunderbird-1.5.0.10.ebuild:
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild
index 66334d378bd6..38e27ffab9dc 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.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/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild,v 1.6 2007/03/11 12:19:39 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.10.ebuild,v 1.7 2007/03/18 02:00:04 genone Exp $
WANT_AUTOCONF="2.1"
@@ -179,10 +179,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 ""
}
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild
index 1103429ec10a..dc9c99222f6e 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.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/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild,v 1.12 2007/02/21 15:17:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.8.ebuild,v 1.13 2007/03/18 02:00:04 genone Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib autotools mozextension
@@ -164,10 +164,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 ""
}
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild
index 3117d87626a5..30686c421ac9 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.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/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild,v 1.12 2007/02/21 15:17:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.5.0.9.ebuild,v 1.13 2007/03/18 02:00:04 genone Exp $
WANT_AUTOCONF="2.1"
@@ -179,10 +179,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 ""
}
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta2.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta2.ebuild
index 63be94f4fe6a..f91467fa6166 100644
--- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta2.ebuild
+++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta2.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/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta2.ebuild,v 1.7 2007/03/08 21:50:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-2.0_beta2.ebuild,v 1.8 2007/03/18 02:00:04 genone Exp $
unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179
inherit flag-o-matic toolchain-funcs eutils mozconfig-2 mozilla-launcher makeedit multilib autotools mozextension
@@ -77,7 +77,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() {
@@ -172,10 +172,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 ""
}