Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Sun, 18 Mar 2007 01:50:55 +0000 (01:50 +0000)
committerMarius Mauch <genone@gentoo.org>
Sun, 18 Mar 2007 01:50:55 +0000 (01:50 +0000)
Package-Manager: portage-2.1.2.2

13 files changed:
mail-client/ciphire-mail/ChangeLog
mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild
mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild
mail-client/drac/ChangeLog
mail-client/drac/drac-1.12-r1.ebuild
mail-client/elmo/ChangeLog
mail-client/elmo/elmo-1.3.2-r1.ebuild
mail-client/elmo/elmo-1.3.2-r2.ebuild
mail-client/evolution/ChangeLog
mail-client/evolution/evolution-2.6.2-r1.ebuild
mail-client/evolution/evolution-2.8.2.1-r1.ebuild
mail-client/evolution/evolution-2.8.2.1.ebuild
mail-client/evolution/evolution-2.8.3-r1.ebuild

index 52be3bdd46fd35cb72b967f487cdc73150693d57..b9f2644617c9638e0426c979653bb6cf3dd52987 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/ciphire-mail
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ChangeLog,v 1.13 2006/08/27 22:25:18 mr_bones_ Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ChangeLog,v 1.14 2007/03/18 01:44:33 genone Exp $
+
+  18 Mar 2007; Marius Mauch <genone@gentoo.org> ciphire-mail-1.1.015.ebuild,
+  ciphire-mail-1.2.047.ebuild:
+  Replacing einfo with elog
 
   27 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org>
   -ciphire-mail-1.0.0.ebuild, -ciphire-mail-1.1.009.ebuild:
index 63ef5bd4970d0281f1e7b9905e2965d415dad65d..fcf8500c824a7cda6a1b4f4e7dfa09909e3715fd 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild,v 1.8 2006/09/27 03:30:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.1.015.ebuild,v 1.9 2007/03/18 01:44:33 genone Exp $
 
 inherit eutils qt3
 
@@ -46,12 +46,12 @@ pkg_setup() {
        if ( [[ -d /usr/local/ciphire ]] || type -p ciphire-ctl &>/dev/null ) && \
           ! has_version / ciphire-mail ; then
                echo
-               einfo "If you have previously had Ciphire Mail manually installed,"
-               einfo "please uninstall it first (from dir you installed it):"
-               echo
-               einfo "  # ./ciphire-uninstall system"
-               echo
-               einfo "and then remerge ciphire-mail."
+               eerror "If you have previously had Ciphire Mail manually installed,"
+               eerror "please uninstall it first (from dir you installed it):"
+               eerror
+               eerror "  # ./ciphire-uninstall system"
+               eerror
+               eerror "and then remerge ciphire-mail."
                echo
                die "Old version of ciphire-mail installed"
        fi
@@ -131,16 +131,16 @@ pkg_postinst() {
        fi
 
        echo
-       einfo "To setup Ciphire Mail for a user, please run as that user:"
-       echo
-       einfo "  ${LOC}/ciphire-setup"
-       echo
-       einfo "If you have previously had Ciphire Mail manually installed,"
-       einfo "please uninstall it first (from dir you installed it):"
-       echo
-       einfo "  # ./ciphire-uninstall system"
-       echo
-       einfo "and then remerge ciphire-mail."
+       elog "To setup Ciphire Mail for a user, please run as that user:"
+       elog
+       elog "  ${LOC}/ciphire-setup"
+       elog
+       elog "If you have previously had Ciphire Mail manually installed,"
+       elog "please uninstall it first (from dir you installed it):"
+       elog
+       elog "  # ./ciphire-uninstall system"
+       elog
+       elog "and then remerge ciphire-mail."
        echo
        if useq amd64 ; then
                ewarn "Please note that the AMD64 support (ciphire-redir64.so) is"
index 6392a2f1a6fa77c480f82a314513ba2746bb3838..cad4853cca4638f249958f4c98a2822a7a3b4d02 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild,v 1.2 2006/09/27 03:30:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/ciphire-mail/ciphire-mail-1.2.047.ebuild,v 1.3 2007/03/18 01:44:33 genone Exp $
 
 inherit eutils qt3
 
@@ -46,12 +46,12 @@ pkg_setup() {
        if ( [[ -d /usr/local/ciphire ]] || type -p ciphire-ctl &>/dev/null ) && \
           ! has_version / ciphire-mail ; then
                echo
-               einfo "If you have previously had Ciphire Mail manually installed,"
-               einfo "please uninstall it first (from dir you installed it):"
-               echo
-               einfo "  # ./ciphire-uninstall system"
-               echo
-               einfo "and then remerge ciphire-mail."
+               eerror "If you have previously had Ciphire Mail manually installed,"
+               eerror "please uninstall it first (from dir you installed it):"
+               eerror
+               eerror "  # ./ciphire-uninstall system"
+               eerror
+               eerror "and then remerge ciphire-mail."
                echo
                die "Old version of ciphire-mail installed"
        fi
@@ -131,16 +131,16 @@ pkg_postinst() {
        fi
 
        echo
-       einfo "To setup Ciphire Mail for a user, please run as that user:"
-       echo
-       einfo "  ${LOC}/ciphire-setup"
-       echo
-       einfo "If you have previously had Ciphire Mail manually installed,"
-       einfo "please uninstall it first (from dir you installed it):"
-       echo
-       einfo "  # ./ciphire-uninstall system"
-       echo
-       einfo "and then remerge ciphire-mail."
+       elog "To setup Ciphire Mail for a user, please run as that user:"
+       elog
+       elog "  ${LOC}/ciphire-setup"
+       elog
+       elog "If you have previously had Ciphire Mail manually installed,"
+       elog "please uninstall it first (from dir you installed it):"
+       elog
+       elog "  # ./ciphire-uninstall system"
+       elog
+       elog "and then remerge ciphire-mail."
        echo
        if useq amd64 ; then
                ewarn "Please note that the AMD64 support (ciphire-redir64.so) is"
index e8aac6a8a948e5f83ad001183470fc8da056db1c..a3b479fcdb4dd08d24e19a326a9b678939bcbb05 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/drac
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/drac/ChangeLog,v 1.13 2007/02/08 12:57:48 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/drac/ChangeLog,v 1.14 2007/03/18 01:47:13 genone Exp $
+
+  18 Mar 2007; Marius Mauch <genone@gentoo.org> drac-1.12-r1.ebuild:
+  Replacing einfo with elog
 
   08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index 365c2e94f86256ca82a5de6e33e5709ba2b5f538..a199f19c786643d6d633a116e6a234c38dcd4885 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/drac/drac-1.12-r1.ebuild,v 1.11 2005/04/06 18:57:09 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/drac/drac-1.12-r1.ebuild,v 1.12 2007/03/18 01:47:13 genone Exp $
 
 inherit toolchain-funcs
 
@@ -65,10 +65,10 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "After configuring your IMAP/POP server for DRAC, and starting the"
-       einfo "dracd server (e.g. by running /etc/init.d/dracd start) you can"
-       einfo "set up your MTA to check for authenticated hosts in:"
-       einfo "   /var/lib/drac/drac"
-       einfo "Please see the MTA documentation for more details."
+       elog "After configuring your IMAP/POP server for DRAC, and starting the"
+       elog "dracd server (e.g. by running /etc/init.d/dracd start) you can"
+       elog "set up your MTA to check for authenticated hosts in:"
+       elog "   /var/lib/drac/drac"
+       elog "Please see the MTA documentation for more details."
        echo
 }
index ea15c7e645b56d442c5d4d2d0cad77ec88e2a732..d41b2210fd138db81a205babccd7ee06733f4718 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/elmo
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/ChangeLog,v 1.22 2007/02/08 13:00:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/ChangeLog,v 1.23 2007/03/18 01:48:32 genone Exp $
+
+  18 Mar 2007; Marius Mauch <genone@gentoo.org> elmo-1.3.2-r1.ebuild,
+  elmo-1.3.2-r2.ebuild:
+  Replacing einfo with elog
 
   08 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index 12afa3558ca25271914f997850863312b64d0d1b..45fc1abc797ede9bd73e736e6b6e4226b02da83f 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/elmo-1.3.2-r1.ebuild,v 1.9 2005/10/03 12:09:00 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/elmo-1.3.2-r1.ebuild,v 1.10 2007/03/18 01:48:32 genone Exp $
 
 inherit eutils
 
@@ -44,6 +44,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "If you compiled elmo with GCC 3.4 and experience run-time problems, please"
-       einfo "consider recompiling with GCC 3.3."
+       elog "If you compiled elmo with GCC 3.4 and experience run-time problems, please"
+       elog "consider recompiling with GCC 3.3."
 }
index 1872827f99645815f9a1fc406b7c329f8064dbee..e274496c259ba39087909f4f817db13138015aaf 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/elmo-1.3.2-r2.ebuild,v 1.5 2005/10/03 12:09:00 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/elmo/elmo-1.3.2-r2.ebuild,v 1.6 2007/03/18 01:48:32 genone Exp $
 
 inherit eutils
 
@@ -45,6 +45,6 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "If you compiled elmo with GCC 3.4 and experience run-time problems, please"
-       einfo "consider recompiling with GCC 3.3."
+       elog "If you compiled elmo with GCC 3.4 and experience run-time problems, please"
+       elog "consider recompiling with GCC 3.3."
 }
index 656e422204f2ae894dd80f3ef710435a3f20ce8a..1168e96c2b41ebf69c188e3bf88c82d3c1f49e56 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for mail-client/evolution
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.164 2007/03/05 23:48:38 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.165 2007/03/18 01:50:55 genone Exp $
+
+  18 Mar 2007; Marius Mauch <genone@gentoo.org> evolution-2.6.2-r1.ebuild,
+  evolution-2.8.2.1.ebuild, evolution-2.8.2.1-r1.ebuild,
+  evolution-2.8.3-r1.ebuild:
+  Replacing einfo with elog
 
   05 Mar 2007; Daniel Gryniewicz <dang@gentoo.org>
   evolution-2.8.3-r1.ebuild:
index a44815aa24922973916a4c64aff4fa8c59727812..8d63f2bb0708b33f3324806901946834c83a6ac4 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.6.2-r1.ebuild,v 1.10 2006/11/21 01:40:57 leonardop Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.6.2-r1.ebuild,v 1.11 2007/03/18 01:50:55 genone Exp $
 
 inherit eutils flag-o-matic alternatives gnome2 autotools
 
@@ -192,9 +192,9 @@ pkg_postinst() {
        gnome2_pkg_postinst
 
        alternatives_auto_makesym "/usr/bin/evolution" "/usr/bin/evolution-[0-9].[0-9]"
-       einfo "To change the default browser if you are not using GNOME, do:"
-       einfo "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'"
-       einfo "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'"
-       einfo ""
-       einfo "Replace 'mozilla %s' with which ever browser you use."
+       elog "To change the default browser if you are not using GNOME, do:"
+       elog "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'"
+       elog "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'"
+       elog ""
+       elog "Replace 'mozilla %s' with which ever browser you use."
 }
index 0232e72f738c7069c6db6836e0d46a771cc4261e..9094280a1320a8a034513dfe0bded8a1a7cce2dd 100644 (file)
@@ -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/evolution/evolution-2.8.2.1-r1.ebuild,v 1.2 2007/02/17 17:25:33 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.8.2.1-r1.ebuild,v 1.3 2007/03/18 01:50:55 genone Exp $
 
 inherit eutils flag-o-matic alternatives gnome2 autotools
 
@@ -199,9 +199,9 @@ pkg_postinst() {
        gnome2_pkg_postinst
 
        alternatives_auto_makesym "/usr/bin/evolution" "/usr/bin/evolution-[0-9].[0-9]"
-       einfo "To change the default browser if you are not using GNOME, do:"
-       einfo "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'"
-       einfo "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'"
-       einfo ""
-       einfo "Replace 'mozilla %s' with which ever browser you use."
+       elog "To change the default browser if you are not using GNOME, do:"
+       elog "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'"
+       elog "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'"
+       elog ""
+       elog "Replace 'mozilla %s' with which ever browser you use."
 }
index 8f0a0ca6a0f114e2f35a84c19d8367e603526170..6c7193ea4aab82512085cf6720107177ca6982dc 100644 (file)
@@ -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/evolution/evolution-2.8.2.1.ebuild,v 1.10 2007/02/17 17:25:33 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.8.2.1.ebuild,v 1.11 2007/03/18 01:50:55 genone Exp $
 
 inherit eutils flag-o-matic alternatives gnome2 autotools
 
@@ -196,9 +196,9 @@ pkg_postinst() {
        gnome2_pkg_postinst
 
        alternatives_auto_makesym "/usr/bin/evolution" "/usr/bin/evolution-[0-9].[0-9]"
-       einfo "To change the default browser if you are not using GNOME, do:"
-       einfo "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'"
-       einfo "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'"
-       einfo ""
-       einfo "Replace 'mozilla %s' with which ever browser you use."
+       elog "To change the default browser if you are not using GNOME, do:"
+       elog "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'"
+       elog "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'"
+       elog ""
+       elog "Replace 'mozilla %s' with which ever browser you use."
 }
index 41200d94e4862a8a1e64dbe6ca2dfa4ae90c787f..f1d21dd1a475d759a8156c9e9cd759710f9944bd 100644 (file)
@@ -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/evolution/evolution-2.8.3-r1.ebuild,v 1.2 2007/03/05 23:48:38 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.8.3-r1.ebuild,v 1.3 2007/03/18 01:50:55 genone Exp $
 
 inherit eutils flag-o-matic alternatives gnome2 autotools
 
@@ -207,9 +207,9 @@ pkg_postinst() {
        gnome2_pkg_postinst
 
        alternatives_auto_makesym "/usr/bin/evolution" "/usr/bin/evolution-[0-9].[0-9]"
-       einfo "To change the default browser if you are not using GNOME, do:"
-       einfo "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'"
-       einfo "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'"
-       einfo ""
-       einfo "Replace 'mozilla %s' with which ever browser you use."
+       elog "To change the default browser if you are not using GNOME, do:"
+       elog "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'"
+       elog "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'"
+       elog ""
+       elog "Replace 'mozilla %s' with which ever browser you use."
 }