diff options
author | Tom Martin <slarti@gentoo.org> | 2004-08-06 12:02:58 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-08-06 12:02:58 +0000 |
commit | f886e06439ff1458d30eef01d599649ea704bb05 (patch) | |
tree | 86239bfa66e18a90dd6fbcc44287f53763883c63 | |
parent | Typo in ebuild, use $() instead of ``. (Manifest recommit) (diff) | |
download | gentoo-2-f886e06439ff1458d30eef01d599649ea704bb05.tar.gz gentoo-2-f886e06439ff1458d30eef01d599649ea704bb05.tar.bz2 gentoo-2-f886e06439ff1458d30eef01d599649ea704bb05.zip |
subjectrewrite -> subject-rewrite
-rw-r--r-- | mail-filter/clamassassin/ChangeLog | 4 | ||||
-rw-r--r-- | mail-filter/clamassassin/clamassassin-1.2.0.ebuild | 6 | ||||
-rw-r--r-- | profiles/use.local.desc | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/mail-filter/clamassassin/ChangeLog b/mail-filter/clamassassin/ChangeLog index b0e0819666db..193d3318c6c2 100644 --- a/mail-filter/clamassassin/ChangeLog +++ b/mail-filter/clamassassin/ChangeLog @@ -1,9 +1,9 @@ # 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.2 2004/08/06 11:56:30 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/ChangeLog,v 1.3 2004/08/06 12:02:58 slarti Exp $ 06 Aug 2004; Tom Martin <slarti@gentoo.org> clamassassin-1.2.0.ebuild: - Use $() instead of ``, replace use_enable subject_rewrite with subjectrewrite. + Use $() instead of ``, replace use_enable subject_rewrite with subject-rewrite. *clamassassin-1.2.0 (05 Aug 2004) diff --git a/mail-filter/clamassassin/clamassassin-1.2.0.ebuild b/mail-filter/clamassassin/clamassassin-1.2.0.ebuild index f13050f141b5..d58f6950da61 100644 --- a/mail-filter/clamassassin/clamassassin-1.2.0.ebuild +++ b/mail-filter/clamassassin/clamassassin-1.2.0.ebuild @@ -1,6 +1,6 @@ # 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.ebuild,v 1.2 2004/08/06 11:56:30 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/clamassassin/clamassassin-1.2.0.ebuild,v 1.3 2004/08/06 12:02:58 slarti Exp $ DESCRIPTION="clamassassin is a simple script for virus scanning (through clamav) an e-mail message as a filter (like spamassassin)" @@ -9,7 +9,7 @@ SRC_URI="http://drivel.com/clamassassin/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~amd64" -IUSE="subjectrewrite" +IUSE="subject-rewrite" DEPEND=">=app-antivirus/clamav-0.71 sys-apps/debianutils sys-apps/which @@ -18,7 +18,7 @@ DEPEND=">=app-antivirus/clamav-0.71 # dependency? src_compile() { - econf $(use_enable subjectrewrite) || die + econf $(use_enable subject-rewrite) || die } src_install() { diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 3caf7907173c..e06dd500699f 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.530 2004/08/06 03:00:29 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.531 2004/08/06 12:02:16 slarti Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -227,7 +227,7 @@ mail-client/sylpheed-claws:clamav - Enables support for the Clam Antivirus, with mail-client/sylpheed-claws:dillo - Enables support for inline http email viewing with a plugin (which depends on the dillo browser) mail-filter/bsfilter:mecab - Adds support for mecab mail-filter/bsfilter:chasen - Adds support for chasen -mail-filter/clamassassin:subjectrewrite - Adds support for subject rewriting. +mail-filter/clamassassin:subject-rewrite - Adds support for subject rewriting. mail-filter/dspam:neural - Build neural support for dspam mail-filter/dspam:procmail - Build procmail filter support mail-filter/dspam:cyrus - Build delivery options for cyrus-imapd |