diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-02-18 01:06:00 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-02-18 01:06:00 +0000 |
commit | 92869c7f9d0eaba9cc98ab84b977025454f4abcd (patch) | |
tree | b00d2ab0f0e759c1549205cd0b2f92bdd5d35d52 /mail-filter | |
parent | Tighten dependencies a little. Add ~x86 keywords as in original overlay ebuild. (diff) | |
download | gentoo-2-92869c7f9d0eaba9cc98ab84b977025454f4abcd.tar.gz gentoo-2-92869c7f9d0eaba9cc98ab84b977025454f4abcd.tar.bz2 gentoo-2-92869c7f9d0eaba9cc98ab84b977025454f4abcd.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/dovecot-antispam/ChangeLog | 8 | ||||
-rw-r--r-- | mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild | 32 |
2 files changed, 6 insertions, 34 deletions
diff --git a/mail-filter/dovecot-antispam/ChangeLog b/mail-filter/dovecot-antispam/ChangeLog index e0870367da68..ed47732016b1 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.29 2013/05/17 20:31:20 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dovecot-antispam/ChangeLog,v 1.30 2014/02/18 01:06:00 radhermit Exp $ + + 18 Feb 2014; Tim Harder <radhermit@gentoo.org> + -dovecot-antispam-2.0_pre20120226.ebuild: + Remove old. 17 May 2013; Tim Harder <radhermit@gentoo.org> dovecot-antispam-2.0_pre20120226.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 deleted file mode 100644 index 9266a895abff..000000000000 --- a/mail-filter/dovecot-antispam/dovecot-antispam-2.0_pre20120226.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# 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.2 2013/05/17 20:31:20 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*" -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 -} |