diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2010-03-11 21:16:41 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2010-03-11 21:16:41 +0000 |
commit | ebd74823f1b412e1a3f0904a033f227e06251139 (patch) | |
tree | 432a52600c997c73d3831a85bed14b7049604009 /mail-filter/dovecot-antispam | |
parent | Marking taglib-1.6.1-r1 ppc64 for bug 306099 (diff) | |
download | gentoo-2-ebd74823f1b412e1a3f0904a033f227e06251139.tar.gz gentoo-2-ebd74823f1b412e1a3f0904a033f227e06251139.tar.bz2 gentoo-2-ebd74823f1b412e1a3f0904a033f227e06251139.zip |
inherit eutils for epatch
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter/dovecot-antispam')
-rw-r--r-- | mail-filter/dovecot-antispam/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/dovecot-antispam/ChangeLog b/mail-filter/dovecot-antispam/ChangeLog index 2148ccf250bb..dd89b004ef5e 100644 --- a/mail-filter/dovecot-antispam/ChangeLog +++ b/mail-filter/dovecot-antispam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/dovecot-antispam # 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 $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.17 2010/03/11 21:16:41 nyhm Exp $ + + 11 Mar 2010; Tristan Heaven <nyhm@gentoo.org> dovecot-antispam-1.2.ebuild: + inherit eutils for epatch 04 Mar 2010; Benedikt Böhm <hollow@gentoo.org> dovecot-antispam-1.2.ebuild, metadata.xml: diff --git a/mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild b/mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild index 5e77e07d6f01..67fa55f97972 100644 --- a/mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild +++ b/mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild @@ -1,10 +1,10 @@ # 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.2 2010/03/04 18:29:35 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/dovecot-antispam-1.2.ebuild,v 1.3 2010/03/11 21:16:41 nyhm Exp $ EAPI="1" -inherit confutils +inherit confutils eutils DESCRIPTION="A dovecot antispam plugin supporting multiple backends" HOMEPAGE="http://johannes.sipsolutions.net/Projects/dovecot-antispam" |