diff options
author | Tom Martin <slarti@gentoo.org> | 2005-04-20 15:31:09 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-04-20 15:31:09 +0000 |
commit | ab3d90ec7e5d627b2201a21abff1a661a93f8737 (patch) | |
tree | 86dbce2c2efb3df926183e719c816e757032c75f /mail-filter | |
parent | Initial import (diff) | |
download | gentoo-2-ab3d90ec7e5d627b2201a21abff1a661a93f8737.tar.gz gentoo-2-ab3d90ec7e5d627b2201a21abff1a661a93f8737.tar.bz2 gentoo-2-ab3d90ec7e5d627b2201a21abff1a661a93f8737.zip |
1.2.2 stable on amd64, purge 1.2.0-r1, resolves 89639.
(Portage version: 2.0.51.19)
Diffstat (limited to 'mail-filter')
4 files changed, 9 insertions, 33 deletions
diff --git a/mail-filter/clamassassin/ChangeLog b/mail-filter/clamassassin/ChangeLog index 2c0e1048d020..346dbec51dfe 100644 --- a/mail-filter/clamassassin/ChangeLog +++ b/mail-filter/clamassassin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/clamassassin -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/ChangeLog,v 1.14 2004/12/13 23:43:44 ticho Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/ChangeLog,v 1.15 2005/04/20 15:31:09 slarti Exp $ + + 20 Apr 2005; Tom Martin <slarti@gentoo.org> -clamassassin-1.2.0-r1.ebuild, + clamassassin-1.2.2.ebuild: + 1.2.2 stable on amd64, purge 1.2.0-r1. Resolves bug 89639. 14 Dec 2004; Andrej Kacian <ticho@gentoo.org> clamassassin-1.2.1.ebuild: Stable on x86. diff --git a/mail-filter/clamassassin/clamassassin-1.2.0-r1.ebuild b/mail-filter/clamassassin/clamassassin-1.2.0-r1.ebuild deleted file mode 100644 index 0ed898322d3a..000000000000 --- a/mail-filter/clamassassin/clamassassin-1.2.0-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.0-r1.ebuild,v 1.4 2004/10/16 00:30:06 ticho Exp $ - -DESCRIPTION="clamassassin is a simple script for virus scanning (through clamav) an e-mail message as a -filter (like spamassassin)" -HOMEPAGE="http://drivel.com/clamassassin/" -SRC_URI="http://drivel.com/clamassassin/${P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~ppc" -IUSE="subject-rewrite" -DEPEND=">=app-antivirus/clamav-0.71 - sys-apps/debianutils - sys-apps/which - mail-filter/procmail" - -src_compile() { - econf $(use_enable subject-rewrite) || die - # Fix problems with Portage exporting TMP and breaking clamassassin. #61806 - sed -i -e "s:${TMP}:/tmp:" clamassassin -} - -src_install() { - dobin clamassassin - dodoc CHANGELOG LICENSE README -} diff --git a/mail-filter/clamassassin/clamassassin-1.2.2.ebuild b/mail-filter/clamassassin/clamassassin-1.2.2.ebuild index cf73e22e63f6..b49a88437532 100644 --- a/mail-filter/clamassassin/clamassassin-1.2.2.ebuild +++ b/mail-filter/clamassassin/clamassassin-1.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.2.ebuild,v 1.1 2004/12/09 23:01:58 superlag Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.2.ebuild,v 1.2 2005/04/20 15:31:09 slarti Exp $ DESCRIPTION="clamassassin is a simple script for virus scanning (through clamav) an e-mail message as a filter (like spamassassin)" @@ -8,7 +8,7 @@ HOMEPAGE="http://drivel.com/clamassassin/" SRC_URI="http://drivel.com/clamassassin/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86 amd64 ~ppc" IUSE="subject-rewrite" DEPEND=">=app-antivirus/clamav-0.75.1 sys-apps/debianutils diff --git a/mail-filter/clamassassin/files/digest-clamassassin-1.2.0-r1 b/mail-filter/clamassassin/files/digest-clamassassin-1.2.0-r1 deleted file mode 100644 index 2f13e99ac998..000000000000 --- a/mail-filter/clamassassin/files/digest-clamassassin-1.2.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 8179d82ab8a58fb29b53a4218ae8add4 clamassassin-1.2.0.tar.gz 30832 |