diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-09-30 09:04:19 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-09-30 09:04:19 +0000 |
commit | 656f168b1295539e6f2a75173427a491ed989186 (patch) | |
tree | 896cf27c875a018d2f0e65a95e9d270dcbd49fa1 /mail-client | |
parent | stable x86, security bug 258592 (diff) | |
download | gentoo-2-656f168b1295539e6f2a75173427a491ed989186.tar.gz gentoo-2-656f168b1295539e6f2a75173427a491ed989186.tar.bz2 gentoo-2-656f168b1295539e6f2a75173427a491ed989186.zip |
remove spurious elog message now that the script is gone
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail/ChangeLog | 6 | ||||
-rw-r--r-- | 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 <fauli@gentoo.org> + claws-mail-3.7.2.ebuild: + remove spurious elog message now that the script is gone 30 Sep 2009; Christian Faulhammer <fauli@gentoo.org> -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() { |