diff options
author | Marius Mauch <genone@gentoo.org> | 2006-07-06 23:19:32 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2006-07-06 23:19:32 +0000 |
commit | 5da33e10dadbb0b997ea449b46b76e4d1f9a536a (patch) | |
tree | 552417406ccde9c432e24cc303cbf4c54691386a /mail-client | |
parent | Stable on amd64, bug #103929. (diff) | |
download | historical-5da33e10dadbb0b997ea449b46b76e4d1f9a536a.tar.gz historical-5da33e10dadbb0b997ea449b46b76e4d1f9a536a.tar.bz2 historical-5da33e10dadbb0b997ea449b46b76e4d1f9a536a.zip |
replace einfo with elog
Package-Manager: portage-2.1.1_pre2-r4
Diffstat (limited to 'mail-client')
7 files changed, 28 insertions, 18 deletions
diff --git a/mail-client/sylpheed-claws-acpi-notifier/ChangeLog b/mail-client/sylpheed-claws-acpi-notifier/ChangeLog index 50100ac4f103..1cd39d989de4 100644 --- a/mail-client/sylpheed-claws-acpi-notifier/ChangeLog +++ b/mail-client/sylpheed-claws-acpi-notifier/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/sylpheed-claws-acpi-notifier # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-acpi-notifier/ChangeLog,v 1.3 2006/06/25 02:54:14 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-acpi-notifier/ChangeLog,v 1.4 2006/07/06 23:19:32 genone Exp $ + + 06 Jul 2006; Marius Mauch <genone@gentoo.org> + sylpheed-claws-acpi-notifier-0.8.ebuild, + sylpheed-claws-acpi-notifier-1.0.2.ebuild: + replace einfo with elog *sylpheed-claws-acpi-notifier-1.0.2 (25 Jun 2006) diff --git a/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-0.8.ebuild b/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-0.8.ebuild index 4198eb46ba41..be933ef74dac 100644 --- a/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-0.8.ebuild +++ b/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-0.8.ebuild,v 1.1 2006/02/10 18:09:25 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-0.8.ebuild,v 1.2 2006/07/06 23:19:32 genone Exp $ inherit eutils @@ -39,14 +39,14 @@ pkg_postinst() { echo for procfile in ${PROC_IFACES}; do if [[ -f ${procfile} ]]; then - einfo "Make sure ${procfile} is writable by users of this plugin." + elog "Make sure ${procfile} is writable by users of this plugin." message_shown=true fi done if ! $message_shown; then - einfo "To use this plugin, you will have to find the /proc interface" - einfo "that controls your LED. Whatever it is, make sure it's writable" - einfo "by users who will run this plugin." + elog "To use this plugin, you will have to find the /proc interface" + elog "that controls your LED. Whatever it is, make sure it's writable" + elog "by users who will run this plugin." fi echo } diff --git a/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.2.ebuild b/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.2.ebuild index c39320ab8568..d1c2acec4fe9 100644 --- a/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.2.ebuild +++ b/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.2.ebuild,v 1.1 2006/06/25 02:54:14 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-acpi-notifier/sylpheed-claws-acpi-notifier-1.0.2.ebuild,v 1.2 2006/07/06 23:19:32 genone Exp $ inherit eutils @@ -37,7 +37,7 @@ pkg_postinst() { for procfile in ${PROC_IFACES}; do if [[ -f ${procfile} ]]; then - einfo "Make sure ${procfile} is writable by users of this plugin." + elog "Make sure ${procfile} is writable by users of this plugin." message_shown=true fi done diff --git a/mail-client/sylpheed-claws-perl/ChangeLog b/mail-client/sylpheed-claws-perl/ChangeLog index fbc275338a67..4743d9a09deb 100644 --- a/mail-client/sylpheed-claws-perl/ChangeLog +++ b/mail-client/sylpheed-claws-perl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/sylpheed-claws-perl # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/ChangeLog,v 1.8 2006/06/25 04:16:35 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/ChangeLog,v 1.9 2006/07/06 23:17:38 genone Exp $ + + 06 Jul 2006; Marius Mauch <genone@gentoo.org> + sylpheed-claws-perl-0.6.ebuild, sylpheed-claws-perl-0.9.ebuild, + sylpheed-claws-perl-0.9.4.ebuild: + replace einfo with elog *sylpheed-claws-perl-0.9.4 (25 Jun 2006) diff --git a/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.6.ebuild b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.6.ebuild index 2deff34dc3e3..55b1eb632b83 100644 --- a/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.6.ebuild +++ b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.6.ebuild,v 1.2 2006/04/17 18:38:58 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.6.ebuild,v 1.3 2006/07/06 23:17:38 genone Exp $ MY_P="${P##sylpheed-claws-}" MY_PN="${PN##sylpheed-claws-}" @@ -44,6 +44,6 @@ src_install() { } pkg_postinst() { - einfo "The documentation for this plugin is contained in a manpage." - einfo "You can access it with 'man sc_perl'" + elog "The documentation for this plugin is contained in a manpage." + elog "You can access it with 'man sc_perl'" } diff --git a/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.4.ebuild b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.4.ebuild index 7cc0a860eed9..b48522b841da 100644 --- a/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.4.ebuild +++ b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.4.ebuild,v 1.1 2006/06/25 04:16:35 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.4.ebuild,v 1.2 2006/07/06 23:17:38 genone Exp $ MY_P="${P##sylpheed-claws-}" MY_PN="${PN##sylpheed-claws-}" @@ -44,6 +44,6 @@ src_install() { } pkg_postinst() { - einfo "The documentation for this plugin is contained in a manpage." - einfo "You can access it with 'man sc_perl'" + elog "The documentation for this plugin is contained in a manpage." + elog "You can access it with 'man sc_perl'" } diff --git a/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.ebuild b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.ebuild index d64cc8cb5fc0..eb2ac5ca3b1d 100644 --- a/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.ebuild +++ b/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.ebuild,v 1.2 2006/05/19 18:33:03 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed-claws-perl/sylpheed-claws-perl-0.9.ebuild,v 1.3 2006/07/06 23:17:38 genone Exp $ MY_P="${P##sylpheed-claws-}" MY_PN="${PN##sylpheed-claws-}" @@ -44,6 +44,6 @@ src_install() { } pkg_postinst() { - einfo "The documentation for this plugin is contained in a manpage." - einfo "You can access it with 'man sc_perl'" + elog "The documentation for this plugin is contained in a manpage." + elog "You can access it with 'man sc_perl'" } |