diff options
author | 2007-03-18 01:50:55 +0000 | |
---|---|---|
committer | 2007-03-18 01:50:55 +0000 | |
commit | faff3e0ae7954dc45707d308920fe8788f6f8752 (patch) | |
tree | fd1e0dc40d3fad8096109c7c300bdab6d2f17954 /mail-client | |
parent | Cleanup. (diff) | |
download | gentoo-2-faff3e0ae7954dc45707d308920fe8788f6f8752.tar.gz gentoo-2-faff3e0ae7954dc45707d308920fe8788f6f8752.tar.bz2 gentoo-2-faff3e0ae7954dc45707d308920fe8788f6f8752.zip |
Replacing einfo with elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/evolution/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/evolution/evolution-2.6.2-r1.ebuild | 14 | ||||
-rw-r--r-- | mail-client/evolution/evolution-2.8.2.1-r1.ebuild | 12 | ||||
-rw-r--r-- | mail-client/evolution/evolution-2.8.2.1.ebuild | 12 | ||||
-rw-r--r-- | mail-client/evolution/evolution-2.8.3-r1.ebuild | 12 |
5 files changed, 31 insertions, 26 deletions
diff --git a/mail-client/evolution/ChangeLog b/mail-client/evolution/ChangeLog index 656e422204f2..1168e96c2b41 100644 --- a/mail-client/evolution/ChangeLog +++ b/mail-client/evolution/ChangeLog @@ -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: diff --git a/mail-client/evolution/evolution-2.6.2-r1.ebuild b/mail-client/evolution/evolution-2.6.2-r1.ebuild index a44815aa2492..8d63f2bb0708 100644 --- a/mail-client/evolution/evolution-2.6.2-r1.ebuild +++ b/mail-client/evolution/evolution-2.6.2-r1.ebuild @@ -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." } diff --git a/mail-client/evolution/evolution-2.8.2.1-r1.ebuild b/mail-client/evolution/evolution-2.8.2.1-r1.ebuild index 0232e72f738c..9094280a1320 100644 --- a/mail-client/evolution/evolution-2.8.2.1-r1.ebuild +++ b/mail-client/evolution/evolution-2.8.2.1-r1.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/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." } diff --git a/mail-client/evolution/evolution-2.8.2.1.ebuild b/mail-client/evolution/evolution-2.8.2.1.ebuild index 8f0a0ca6a0f1..6c7193ea4aab 100644 --- a/mail-client/evolution/evolution-2.8.2.1.ebuild +++ b/mail-client/evolution/evolution-2.8.2.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/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." } diff --git a/mail-client/evolution/evolution-2.8.3-r1.ebuild b/mail-client/evolution/evolution-2.8.3-r1.ebuild index 41200d94e486..f1d21dd1a475 100644 --- a/mail-client/evolution/evolution-2.8.3-r1.ebuild +++ b/mail-client/evolution/evolution-2.8.3-r1.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/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." } |