summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLim Swee Tat <st_lim@gentoo.org>2004-10-28 14:40:36 +0000
committerLim Swee Tat <st_lim@gentoo.org>2004-10-28 14:40:36 +0000
commit65f13ff0528a7fe77dcb6ed55ea3080162e828e0 (patch)
tree99a1fbaf3fb1cd5c9074ea18b4cb673c0917abc4 /mail-filter/dspam
parentinitial commit (Manifest recommit) (diff)
downloadgentoo-2-65f13ff0528a7fe77dcb6ed55ea3080162e828e0.tar.gz
gentoo-2-65f13ff0528a7fe77dcb6ed55ea3080162e828e0.tar.bz2
gentoo-2-65f13ff0528a7fe77dcb6ed55ea3080162e828e0.zip
Removed the SA-Corpus message because the link has already changed.
Diffstat (limited to 'mail-filter/dspam')
-rw-r--r--mail-filter/dspam/ChangeLog8
-rw-r--r--mail-filter/dspam/dspam-3.1.1.ebuild17
-rw-r--r--mail-filter/dspam/dspam-3.1.2.ebuild17
-rw-r--r--mail-filter/dspam/dspam-3.2.0.ebuild17
-rw-r--r--mail-filter/dspam/dspam-3.2_beta1.ebuild17
-rw-r--r--mail-filter/dspam/dspam-3.2_rc3.ebuild17
6 files changed, 12 insertions, 81 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog
index 8f0a2b2561e7..910e88452a5f 100644
--- a/mail-filter/dspam/ChangeLog
+++ b/mail-filter/dspam/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-filter/dspam
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.21 2004/10/27 15:47:55 st_lim Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.22 2004/10/28 14:40:36 st_lim Exp $
+
+ 28 Oct 2004; Lim Swee Tat <st_lim@gentoo.org> dspam-3.1.1.ebuild,
+ dspam-3.1.2.ebuild, dspam-3.2.0.ebuild, dspam-3.2_beta1.ebuild,
+ dspam-3.2_rc3.ebuild:
+ Removed the text about the corpus. May want to follow spamassassin's
+ ruledujour for dspam corpus.
27 Oct 2004; Lim Swee Tat <st_lim@gentoo.org> dspam-3.2.0.ebuild:
Fixed bug #68526. Noted that preference-extensions only work when using
diff --git a/mail-filter/dspam/dspam-3.1.1.ebuild b/mail-filter/dspam/dspam-3.1.1.ebuild
index 5e9b781e06ad..0f9a5226ec81 100644
--- a/mail-filter/dspam/dspam-3.1.1.ebuild
+++ b/mail-filter/dspam/dspam-3.1.1.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/dspam/dspam-3.1.1.ebuild,v 1.8 2004/10/24 15:08:56 st_lim Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.1.1.ebuild,v 1.9 2004/10/28 14:40:36 st_lim Exp $
inherit eutils
@@ -395,19 +395,4 @@ pkg_config () {
[[ -f ${CONFIGDIR}/oracle.data ]] && mv -f ${CONFIGDIR}/oracle.data ${HOMEDIR}
fi
- echo -ne "\n\n\n\n"
-
- einfo "If you want to train your DSPAM with some SPAM/HAM data, then download"
- einfo "the SA-Training-Corpus from DSPAM's website:"
- einfo
- einfo " cd /tmp"
- einfo " wget http://www.nuclearelephant.com/projects/dspam/SA-Corpus.tar.gz"
- einfo " tar zxvf SA-Corpus.tar.gz"
- einfo " cd ./SA-Corpus"
- einfo " perl train.pl user@example.com"
- einfo
- einfo "The current ebuild has installed a group called \"globaluser\". If you want"
- einfo "you could train the \"globaluser\" instead of a valid email address:"
- einfo " perl train.pl globaluser"
- einfo
}
diff --git a/mail-filter/dspam/dspam-3.1.2.ebuild b/mail-filter/dspam/dspam-3.1.2.ebuild
index 9a861ace39cb..37df820abfca 100644
--- a/mail-filter/dspam/dspam-3.1.2.ebuild
+++ b/mail-filter/dspam/dspam-3.1.2.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/dspam/dspam-3.1.2.ebuild,v 1.4 2004/10/24 15:08:56 st_lim Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.1.2.ebuild,v 1.5 2004/10/28 14:40:36 st_lim Exp $
inherit eutils
@@ -395,19 +395,4 @@ pkg_config () {
[[ -f ${CONFIGDIR}/oracle.data ]] && mv -f ${CONFIGDIR}/oracle.data ${HOMEDIR}
fi
- echo -ne "\n\n\n\n"
-
- einfo "If you want to train your DSPAM with some SPAM/HAM data, then download"
- einfo "the SA-Training-Corpus from DSPAM's website:"
- einfo
- einfo " cd /tmp"
- einfo " wget http://www.nuclearelephant.com/projects/dspam/SA-Corpus.tar.gz"
- einfo " tar zxvf SA-Corpus.tar.gz"
- einfo " cd ./SA-Corpus"
- einfo " perl train.pl user@example.com"
- einfo
- einfo "The current ebuild has installed a group called \"globaluser\". If you want"
- einfo "you could train the \"globaluser\" instead of a valid email address:"
- einfo " perl train.pl globaluser"
- einfo
}
diff --git a/mail-filter/dspam/dspam-3.2.0.ebuild b/mail-filter/dspam/dspam-3.2.0.ebuild
index 85e560eb25e6..d0907ed828f0 100644
--- a/mail-filter/dspam/dspam-3.2.0.ebuild
+++ b/mail-filter/dspam/dspam-3.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/dspam/dspam-3.2.0.ebuild,v 1.2 2004/10/27 15:47:55 st_lim Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2.0.ebuild,v 1.3 2004/10/28 14:40:36 st_lim Exp $
inherit eutils
@@ -384,19 +384,4 @@ pkg_config () {
einfo "objects for each user upon first use of DSPAM by that user."
fi
- echo -ne "\n\n\n\n"
-
- einfo "If you want to train your DSPAM with some SPAM/HAM data, then download"
- einfo "the SA-Training-Corpus from DSPAM's website:"
- einfo
- einfo " cd /tmp"
- einfo " wget http://www.nuclearelephant.com/projects/dspam/SA-Corpus.tar.gz"
- einfo " tar zxvf SA-Corpus.tar.gz"
- einfo " cd ./SA-Corpus"
- einfo " perl train.pl user@example.com"
- einfo
- einfo "The current ebuild has installed a group called \"globaluser\". If you want"
- einfo "you could train the \"globaluser\" instead of a valid email address:"
- einfo " perl train.pl globaluser"
- einfo
}
diff --git a/mail-filter/dspam/dspam-3.2_beta1.ebuild b/mail-filter/dspam/dspam-3.2_beta1.ebuild
index ff94b3642927..814c73ea895e 100644
--- a/mail-filter/dspam/dspam-3.2_beta1.ebuild
+++ b/mail-filter/dspam/dspam-3.2_beta1.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/dspam/dspam-3.2_beta1.ebuild,v 1.4 2004/10/24 15:08:56 st_lim Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2_beta1.ebuild,v 1.5 2004/10/28 14:40:36 st_lim Exp $
inherit eutils
@@ -395,19 +395,4 @@ pkg_config () {
[[ -f ${CONFIGDIR}/oracle.data ]] && mv -f ${CONFIGDIR}/oracle.data ${HOMEDIR}
fi
- echo -ne "\n\n\n\n"
-
- einfo "If you want to train your DSPAM with some SPAM/HAM data, then download"
- einfo "the SA-Training-Corpus from DSPAM's website:"
- einfo
- einfo " cd /tmp"
- einfo " wget http://www.nuclearelephant.com/projects/dspam/SA-Corpus.tar.gz"
- einfo " tar zxvf SA-Corpus.tar.gz"
- einfo " cd ./SA-Corpus"
- einfo " perl train.pl user@example.com"
- einfo
- einfo "The current ebuild has installed a group called \"globaluser\". If you want"
- einfo "you could train the \"globaluser\" instead of a valid email address:"
- einfo " perl train.pl globaluser"
- einfo
}
diff --git a/mail-filter/dspam/dspam-3.2_rc3.ebuild b/mail-filter/dspam/dspam-3.2_rc3.ebuild
index 2dba32962474..bddcfec06ee6 100644
--- a/mail-filter/dspam/dspam-3.2_rc3.ebuild
+++ b/mail-filter/dspam/dspam-3.2_rc3.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/dspam/dspam-3.2_rc3.ebuild,v 1.2 2004/10/24 15:08:56 st_lim Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.2_rc3.ebuild,v 1.3 2004/10/28 14:40:36 st_lim Exp $
inherit eutils
@@ -385,19 +385,4 @@ pkg_config () {
einfo "objects for each user upon first use of DSPAM by that user."
fi
- echo -ne "\n\n\n\n"
-
- einfo "If you want to train your DSPAM with some SPAM/HAM data, then download"
- einfo "the SA-Training-Corpus from DSPAM's website:"
- einfo
- einfo " cd /tmp"
- einfo " wget http://www.nuclearelephant.com/projects/dspam/SA-Corpus.tar.gz"
- einfo " tar zxvf SA-Corpus.tar.gz"
- einfo " cd ./SA-Corpus"
- einfo " perl train.pl user@example.com"
- einfo
- einfo "The current ebuild has installed a group called \"globaluser\". If you want"
- einfo "you could train the \"globaluser\" instead of a valid email address:"
- einfo " perl train.pl globaluser"
- einfo
}