diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-03-03 19:51:09 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-03-03 19:51:09 +0000 |
commit | 2a719bd22ce4d9123de418d7fd8b73f677b0982b (patch) | |
tree | 1aab4558e9a38486b49880554023f79472c10734 /mail-filter | |
parent | arm/ia64/m68k/s390/sh/sparc stable wrt #405261 (diff) | |
download | gentoo-2-2a719bd22ce4d9123de418d7fd8b73f677b0982b.tar.gz gentoo-2-2a719bd22ce4d9123de418d7fd8b73f677b0982b.tar.bz2 gentoo-2-2a719bd22ce4d9123de418d7fd8b73f677b0982b.zip |
Version bump to support >=dovecot-2.1.0 (fixes bug #406785).
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/dovecot-antispam/ChangeLog | 10 | ||||
-rw-r--r-- | mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild | 32 |
2 files changed, 40 insertions, 2 deletions
diff --git a/mail-filter/dovecot-antispam/ChangeLog b/mail-filter/dovecot-antispam/ChangeLog index cf6e6bff08bc..b27fbeb6e406 100644 --- a/mail-filter/dovecot-antispam/ChangeLog +++ b/mail-filter/dovecot-antispam/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for mail-filter/dovecot-antispam -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.23 2011/10/24 09:36:08 radhermit Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.24 2012/03/03 19:51:09 radhermit Exp $ + +*dovecot-antispam-2.0_pre20120226 (03 Mar 2012) + + 03 Mar 2012; Tim Harder <radhermit@gentoo.org> + +dovecot-antispam-2.0_pre20120226.ebuild: + Version bump to support >=dovecot-2.1.0 (fixes bug #406785). *dovecot-antispam-2.0_pre20101222 (24 Oct 2011) diff --git a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild new file mode 100644 index 000000000000..837c78ac3718 --- /dev/null +++ b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild,v 1.1 2012/03/03 19:51:09 radhermit Exp $ + +EAPI="4" + +inherit autotools + +DESCRIPTION="A dovecot antispam plugin supporting multiple backends" +HOMEPAGE="http://wiki2.dovecot.org/Plugins/Antispam" +SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=net-mail/dovecot-2.1.0" +RDEPEND="${DEPEND}" + +DOCS=( README ) + +src_prepare() { + AT_M4DIR="m4" eautoreconf +} + +pkg_postinst() { + elog + elog "You will need to install mail-filter/dspam or app-text/crm114" + elog "if you want to use the related backends in dovecot-antispam." + elog +} |