diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-01-20 11:40:07 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-01-20 11:40:07 +0000 |
commit | 8cf7f07fda0d304ec21fd0f7886e9d7aad2c90f2 (patch) | |
tree | 9e2eddee183b7911ddcf45472620e276b230ad63 /mail-client | |
parent | Respect multilib paths, cleanup. Drop unused patch. (diff) | |
download | gentoo-2-8cf7f07fda0d304ec21fd0f7886e9d7aad2c90f2.tar.gz gentoo-2-8cf7f07fda0d304ec21fd0f7886e9d7aad2c90f2.tar.bz2 gentoo-2-8cf7f07fda0d304ec21fd0f7886e9d7aad2c90f2.zip |
Update plugin list: bsfilter has been removed, added address_keeper and clamd plugins
(Portage version: 2.1.9.34/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/claws-mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/claws-mail/claws-mail-3.7.8.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/mail-client/claws-mail/ChangeLog b/mail-client/claws-mail/ChangeLog index 5685427794bb..632333589c8b 100644 --- a/mail-client/claws-mail/ChangeLog +++ b/mail-client/claws-mail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/claws-mail # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.163 2011/01/15 14:34:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.164 2011/01/20 11:40:07 fauli Exp $ + + 20 Jan 2011; Christian Faulhammer <fauli@gentoo.org> + claws-mail-3.7.8.ebuild: + Update plugin list: bsfilter has been removed, added address_keeper and + clamd plugins 15 Jan 2011; Markus Meier <maekke@gentoo.org> claws-mail-3.7.8.ebuild: x86 stable, bug #350513 diff --git a/mail-client/claws-mail/claws-mail-3.7.8.ebuild b/mail-client/claws-mail/claws-mail-3.7.8.ebuild index 2021ddcd0ada..b1aacc920417 100644 --- a/mail-client/claws-mail/claws-mail-3.7.8.ebuild +++ b/mail-client/claws-mail/claws-mail-3.7.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.8.ebuild,v 1.3 2011/01/15 14:34:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.7.8.ebuild,v 1.4 2011/01/20 11:40:07 fauli Exp $ EAPI="2" @@ -41,7 +41,7 @@ RDEPEND="${COMMONDEPEND} app-misc/mime-types x11-misc/shared-mime-info" -PLUGIN_NAMES="acpi-notifier archive att-remover attachwarner bsfilter cachesaver fancy fetchinfo gtkhtml mailmbox newmail notification perl python rssyl spam_report tnef_parse vcalendar" +PLUGIN_NAMES="acpi-notifier address_keeper archive att-remover attachwarner cachesaver clamd fancy fetchinfo gtkhtml mailmbox newmail notification perl python rssyl spam_report tnef_parse vcalendar" src_configure() { local myconf |