diff options
author | Andrej Kacian <ticho@gentoo.org> | 2004-10-18 15:22:34 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2004-10-18 15:22:34 +0000 |
commit | a2f7a7c8b9e86b23ab8278318e21a2edfa12606c (patch) | |
tree | 7031ca28906dd77e0871766ad9d039d259ac0bd3 /mail-filter | |
parent | Added gcc-3.4 patch (diff) | |
download | historical-a2f7a7c8b9e86b23ab8278318e21a2edfa12606c.tar.gz historical-a2f7a7c8b9e86b23ab8278318e21a2edfa12606c.tar.bz2 historical-a2f7a7c8b9e86b23ab8278318e21a2edfa12606c.zip |
Changed SRC_URI of the db4 patch to mirror://gentoo/.
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/spamprobe/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/spamprobe/Manifest | 14 | ||||
-rw-r--r-- | mail-filter/spamprobe/spamprobe-0.9h.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/mail-filter/spamprobe/ChangeLog b/mail-filter/spamprobe/ChangeLog index 142a65b1a2ea..2e2fa30b1507 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.2 2004/10/18 12:12:37 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/ChangeLog,v 1.3 2004/10/18 15:22:34 ticho Exp $ + + 18 Oct 2004; Andrej Kacian <ticho@gentoo.org> spamprobe-0.9h.ebuild: + Changed SRC_URI of the db4 patch to mirror://gentoo/. 18 Oct 2004; David Holm <dholm@gentoo.org> spamprobe-0.9h.ebuild: Added to ~ppc. diff --git a/mail-filter/spamprobe/Manifest b/mail-filter/spamprobe/Manifest index 4cf170cd7abd..2a261b1b1d09 100644 --- a/mail-filter/spamprobe/Manifest +++ b/mail-filter/spamprobe/Manifest @@ -1,4 +1,14 @@ -MD5 df63bdb54a63f90dfd9a2d2db7ac8db5 ChangeLog 536 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 962fcb3db7b3c48da128213ee36ad425 ChangeLog 664 MD5 3f61d9f697e7b7352880a66d156f26ca metadata.xml 222 -MD5 ef55ee1442b89a06a1465f5686a26245 spamprobe-0.9h.ebuild 961 +MD5 c27a8a52f6d96ddc9ce4bb4b109620b1 spamprobe-0.9h.ebuild 940 MD5 22dc99486764b555295bf2a75914f81b files/digest-spamprobe-0.9h 136 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBc9/D10xuJSrg3/sRAq42AJsFAX8g/XU9/OmP/U10A+EbG13BvQCeO0kJ +yDoz3jwIrbWAgXFIRV6CehI= +=jS6R +-----END PGP SIGNATURE----- diff --git a/mail-filter/spamprobe/spamprobe-0.9h.ebuild b/mail-filter/spamprobe/spamprobe-0.9h.ebuild index afdfdefe3665..b676c5189321 100644 --- a/mail-filter/spamprobe/spamprobe-0.9h.ebuild +++ b/mail-filter/spamprobe/spamprobe-0.9h.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 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.2 2004/10/18 12:12:37 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/spamprobe/spamprobe-0.9h.ebuild,v 1.3 2004/10/18 15:22:34 ticho Exp $ inherit eutils 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/" SRC_URI="mirror://sourceforge/spamprobe/${P}.tar.gz - http://dev.gentoo.org/~ticho/portage/spamprobe-0.9h-db4.patch.gz" + mirror://gentoo/spamprobe-0.9h-db4.patch.gz" LICENSE="QPL" SLOT="0" |