diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-05-17 20:31:20 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-05-17 20:31:20 +0000 |
commit | 39ed42e5d11dcb1931c759c01e96c83f23405a82 (patch) | |
tree | dbd02cce3580d491dd189de26d5150678c4f182f | |
parent | 0.9.31 version bump. (diff) | |
download | gentoo-2-39ed42e5d11dcb1931c759c01e96c83f23405a82.tar.gz gentoo-2-39ed42e5d11dcb1931c759c01e96c83f23405a82.tar.bz2 gentoo-2-39ed42e5d11dcb1931c759c01e96c83f23405a82.zip |
Update required dovecot versions.
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
3 files changed, 11 insertions, 6 deletions
diff --git a/mail-filter/dovecot-antispam/ChangeLog b/mail-filter/dovecot-antispam/ChangeLog index 8ad04acf5d92..e0870367da68 100644 --- a/mail-filter/dovecot-antispam/ChangeLog +++ b/mail-filter/dovecot-antispam/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-filter/dovecot-antispam # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.28 2013/05/16 21:08:32 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.29 2013/05/17 20:31:20 radhermit Exp $ + + 17 May 2013; Tim Harder <radhermit@gentoo.org> + dovecot-antispam-2.0_pre20120226.ebuild, + dovecot-antispam-2.0_pre20130429.ebuild: + Update required dovecot versions. 16 May 2013; Tim Harder <radhermit@gentoo.org> dovecot-antispam-2.0_pre20130429.ebuild: diff --git a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild index 837c78ac3718..9266a895abff 100644 --- a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild +++ b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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 $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild,v 1.2 2013/05/17 20:31:20 radhermit Exp $ EAPI="4" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=net-mail/dovecot-2.1.0" +DEPEND="=net-mail/dovecot-2.1*" RDEPEND="${DEPEND}" DOCS=( README ) diff --git a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild index e6ce1b89fd71..78c26538bca2 100644 --- a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild +++ b/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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_pre20130429.ebuild,v 1.2 2013/05/16 21:08:32 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20130429.ebuild,v 1.3 2013/05/17 20:31:20 radhermit Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=">=net-mail/dovecot-2.1.0" +DEPEND=">=net-mail/dovecot-2.1.16" RDEPEND="${DEPEND}" DOCS=( README ) |