diff options
author | 2006-07-06 23:19:32 +0000 | |
---|---|---|
committer | 2006-07-06 23:19:32 +0000 | |
commit | 5da33e10dadbb0b997ea449b46b76e4d1f9a536a (patch) | |
tree | 552417406ccde9c432e24cc303cbf4c54691386a /mail-client/sylpheed-claws-acpi-notifier | |
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/sylpheed-claws-acpi-notifier')
3 files changed, 13 insertions, 8 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 |