From 656f168b1295539e6f2a75173427a491ed989186 Mon Sep 17 00:00:00 2001 From: Christian Faulhammer Date: Wed, 30 Sep 2009 09:04:19 +0000 Subject: remove spurious elog message now that the script is gone (Portage version: 2.1.6.13/cvs/Linux i686) --- mail-client/claws-mail/ChangeLog | 6 +++++- mail-client/claws-mail/claws-mail-3.7.2.ebuild | 11 +---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/mail-client/claws-mail/ChangeLog b/mail-client/claws-mail/ChangeLog index 82afada0037e..44cc07d6f669 100644 --- a/mail-client/claws-mail/ChangeLog +++ b/mail-client/claws-mail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.136 2009/09/30 08:59:55 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.137 2009/09/30 09:04:19 fauli Exp $ + + 30 Sep 2009; Christian Faulhammer + claws-mail-3.7.2.ebuild: + remove spurious elog message now that the script is gone 30 Sep 2009; Christian Faulhammer -files/plugins-rebuild.sh: diff --git a/mail-client/claws-mail/claws-mail-3.7.2.ebuild b/mail-client/claws-mail/claws-mail-3.7.2.ebuild index d38e34adb9be..27a70dd16dce 100644 --- a/mail-client/claws-mail/claws-mail-3.7.2.ebuild +++ b/mail-client/claws-mail/claws-mail-3.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.7.2.ebuild,v 1.10 2009/09/06 20:38:34 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.7.2.ebuild,v 1.11 2009/09/30 09:04:19 fauli Exp $ inherit eutils multilib @@ -162,15 +162,6 @@ pkg_postinst() { done elog fi - if [ -n "${RENAME_PLUGINS}${UPDATE_PLUGINS}" ]; then - elog - elog "You can use" - elog " /bin/bash ${FILESDIR}/plugins-rebuild.sh" - elog "to automatically handle this." - elog - epause 5 - ebeep 3 - fi } pkg_postrm() { -- cgit v1.2.3-65-gdbad