summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-03-04 18:29:35 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-03-04 18:29:35 +0000
commit9f1924022dbebbd90dfcabfb0cec1d19af931335 (patch)
tree06244c5274b95873e531840bc0afce9c5bc41e38 /mail-filter
parentAdding back since icecat-3.5.6 depends upon this version (diff)
downloadgentoo-2-9f1924022dbebbd90dfcabfb0cec1d19af931335.tar.gz
gentoo-2-9f1924022dbebbd90dfcabfb0cec1d19af931335.tar.bz2
gentoo-2-9f1924022dbebbd90dfcabfb0cec1d19af931335.zip
add spool2dir use flag wrt #295566
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/dovecot-antispam/ChangeLog8
-rw-r--r--mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild9
-rw-r--r--mail-filter/dovecot-antispam/metadata.xml1
3 files changed, 12 insertions, 6 deletions
diff --git a/mail-filter/dovecot-antispam/ChangeLog b/mail-filter/dovecot-antispam/ChangeLog
index 3daf2ff6b9f2..2148ccf250bb 100644
--- a/mail-filter/dovecot-antispam/ChangeLog
+++ b/mail-filter/dovecot-antispam/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/dovecot-antispam
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.15 2009/09/12 13:10:28 patrick Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.16 2010/03/04 18:29:35 hollow Exp $
+
+ 04 Mar 2010; Benedikt Böhm <hollow@gentoo.org>
+ dovecot-antispam-1.2.ebuild, metadata.xml:
+ add spool2dir use flag wrt #295566
*dovecot-antispam-1.2 (12 Sep 2009)
diff --git a/mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild b/mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild
index 8983e6c18aca..5e77e07d6f01 100644
--- a/mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild
+++ b/mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild,v 1.1 2009/09/12 13:10:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild,v 1.2 2010/03/04 18:29:35 hollow Exp $
EAPI="1"
@@ -13,7 +13,7 @@ SRC_URI="http://johannes.sipsolutions.net/download/dovecot-antispam/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug +dspam crm114 mailtrain signature-log syslog"
+IUSE="debug +dspam crm114 mailtrain signature-log spool2dir syslog"
DEPEND="net-mail/dovecot
dspam? ( mail-filter/dspam )
@@ -26,7 +26,7 @@ top_builddir() {
}
pkg_setup() {
- confutils_require_one dspam signature-log mailtrain crm114
+ confutils_require_one dspam signature-log mailtrain crm114 spool2dir
confutils_use_depend_all syslog debug
}
@@ -52,6 +52,7 @@ src_compile() {
use signature-log && echo BACKEND=signature-log >> .config
use mailtrain && echo BACKEND=mailtrain >> .config
use crm114 && echo BACKEND=crm114-exec >> .config
+ use spool2dir && echo BACKEND=spool2dir >> .config
if use debug; then
if use syslog; then
diff --git a/mail-filter/dovecot-antispam/metadata.xml b/mail-filter/dovecot-antispam/metadata.xml
index df5af7914960..a01f7fa42dc6 100644
--- a/mail-filter/dovecot-antispam/metadata.xml
+++ b/mail-filter/dovecot-antispam/metadata.xml
@@ -11,5 +11,6 @@
<flag name='dspam'>Build <pkg>mail-filter/dspam</pkg> backend</flag>
<flag name='mailtrain'>Build mailtrain backend</flag>
<flag name='signature-log'>Build signature-log backend</flag>
+ <flag name='spool2dir'>Build spoll directory backend</flag>
</use>
</pkgmetadata>