diff options
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/clamassassin/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/clamassassin/clamassassin-1.2.3.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/mail-filter/clamassassin/ChangeLog b/mail-filter/clamassassin/ChangeLog index 3be9fdf17974..a35c1eda1156 100644 --- a/mail-filter/clamassassin/ChangeLog +++ b/mail-filter/clamassassin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/clamassassin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/ChangeLog,v 1.25 2007/04/22 09:27:16 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/ChangeLog,v 1.26 2007/08/11 14:33:14 beandog Exp $ + + 11 Aug 2007; Steve Dibb <beandog@gentoo.org> clamassassin-1.2.3.ebuild: + amd64 stable, bug 184307 *clamassassin-1.2.4 (22 Apr 2007) diff --git a/mail-filter/clamassassin/clamassassin-1.2.3.ebuild b/mail-filter/clamassassin/clamassassin-1.2.3.ebuild index 116476fd57ab..cbd00cc8466d 100644 --- a/mail-filter/clamassassin/clamassassin-1.2.3.ebuild +++ b/mail-filter/clamassassin/clamassassin-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.3.ebuild,v 1.5 2007/04/22 09:27:16 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.3.ebuild,v 1.6 2007/08/11 14:33:14 beandog Exp $ DESCRIPTION="clamassassin is a simple script for virus scanning (through clamav) an e-mail message as a filter (like spamassassin)" @@ -8,12 +8,12 @@ HOMEPAGE="http://jameslick.com/clamassassin/" SRC_URI="http://jameslick.com/clamassassin/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="subject-rewrite clamd" DEPEND=">=app-antivirus/clamav-0.75.1 - sys-apps/debianutils - sys-apps/which - mail-filter/procmail" + sys-apps/debianutils + sys-apps/which + mail-filter/procmail" src_compile() { # Try to get location of clamd's DatabaseDirectory @@ -36,5 +36,5 @@ src_compile() { src_install() { dobin clamassassin - dodoc CHANGELOG LICENSE README + dodoc CHANGELOG README } |