diff options
author | 2005-01-14 14:35:14 +0000 | |
---|---|---|
committer | 2005-01-14 14:35:14 +0000 | |
commit | f0059ab384117635cc06e7fa5b619fccc20676ee (patch) | |
tree | 8c09f63931f68a0ded3db9d004c6c29f35f70dcd /mail-filter/spamprobe | |
parent | back to amd64 from of emul-linux-x86 (Manifest recommit) (diff) | |
download | gentoo-2-f0059ab384117635cc06e7fa5b619fccc20676ee.tar.gz gentoo-2-f0059ab384117635cc06e7fa5b619fccc20676ee.tar.bz2 gentoo-2-f0059ab384117635cc06e7fa5b619fccc20676ee.zip |
Stable on x86.
Diffstat (limited to 'mail-filter/spamprobe')
-rw-r--r-- | mail-filter/spamprobe/ChangeLog | 7 | ||||
-rw-r--r-- | mail-filter/spamprobe/spamprobe-0.9h.ebuild | 4 | ||||
-rw-r--r-- | mail-filter/spamprobe/spamprobe-1.0.ebuild | 4 | ||||
-rw-r--r-- | mail-filter/spamprobe/spamprobe-1.0a.ebuild | 6 |
4 files changed, 12 insertions, 9 deletions
diff --git a/mail-filter/spamprobe/ChangeLog b/mail-filter/spamprobe/ChangeLog index be3e40cda424..16f05307d470 100644 --- a/mail-filter/spamprobe/ChangeLog +++ b/mail-filter/spamprobe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/spamprobe -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/ChangeLog,v 1.7 2004/12/06 15:12:01 ticho Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/ChangeLog,v 1.8 2005/01/14 14:35:14 ticho Exp $ + + 14 Jan 2005; Andrej Kacian <ticho@gentoo.org> spamprobe-1.0a.ebuild: + Stable on x86. 06 Dec 2004; Andrej Kacian <ticho@gentoo.org> spamprobe-1.0.ebuild: Stable on x86. diff --git a/mail-filter/spamprobe/spamprobe-0.9h.ebuild b/mail-filter/spamprobe/spamprobe-0.9h.ebuild index ce72e9627b0c..d993ae72f85a 100644 --- a/mail-filter/spamprobe/spamprobe-0.9h.ebuild +++ b/mail-filter/spamprobe/spamprobe-0.9h.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/spamprobe/spamprobe-0.9h.ebuild,v 1.5 2004/11/01 21:20:27 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-0.9h.ebuild,v 1.6 2005/01/14 14:35:14 ticho Exp $ inherit eutils diff --git a/mail-filter/spamprobe/spamprobe-1.0.ebuild b/mail-filter/spamprobe/spamprobe-1.0.ebuild index bcaad236affd..d2c7d6d62069 100644 --- a/mail-filter/spamprobe/spamprobe-1.0.ebuild +++ b/mail-filter/spamprobe/spamprobe-1.0.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/spamprobe/spamprobe-1.0.ebuild,v 1.2 2004/12/06 15:12:01 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.0.ebuild,v 1.3 2005/01/14 14:35:14 ticho Exp $ DESCRIPTION="Fast, intelligent, automatic spam detector using Paul Graham style Bayesian analysis of word counts in spam and non-spam emails." HOMEPAGE="http://spamprobe.sourceforge.net/" diff --git a/mail-filter/spamprobe/spamprobe-1.0a.ebuild b/mail-filter/spamprobe/spamprobe-1.0a.ebuild index 096330fa8d18..1a6d6fa223f6 100644 --- a/mail-filter/spamprobe/spamprobe-1.0a.ebuild +++ b/mail-filter/spamprobe/spamprobe-1.0a.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/spamprobe/spamprobe-1.0a.ebuild,v 1.1 2004/11/23 17:46:44 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-1.0a.ebuild,v 1.2 2005/01/14 14:35:14 ticho Exp $ DESCRIPTION="Fast, intelligent, automatic spam detector using Paul Graham style Bayesian analysis of word counts in spam and non-spam emails." HOMEPAGE="http://spamprobe.sourceforge.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="QPL" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="berkdb" DEPEND="berkdb? ( >=sys-libs/db-3.2 ) |