diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2003-08-22 14:32:42 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2003-08-22 14:32:42 +0000 |
commit | f6d5d86b6a8db544bcfbf229212281c68e504cde (patch) | |
tree | 307edd04910fd04f7ac4f59c6c8cc2a07fa1fd61 /net-mail/bogofilter | |
parent | Version bump. Thanks to Florian Bauhaus! (diff) | |
download | gentoo-2-f6d5d86b6a8db544bcfbf229212281c68e504cde.tar.gz gentoo-2-f6d5d86b6a8db544bcfbf229212281c68e504cde.tar.bz2 gentoo-2-f6d5d86b6a8db544bcfbf229212281c68e504cde.zip |
Version bump. Thanks to Florian Bauhaus!
Diffstat (limited to 'net-mail/bogofilter')
-rw-r--r-- | net-mail/bogofilter/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/bogofilter/Manifest | 6 | ||||
-rw-r--r-- | net-mail/bogofilter/bogofilter-0.14.5.2.ebuild | 54 | ||||
-rw-r--r-- | net-mail/bogofilter/files/digest-bogofilter-0.14.5.2 | 1 |
4 files changed, 65 insertions, 4 deletions
diff --git a/net-mail/bogofilter/ChangeLog b/net-mail/bogofilter/ChangeLog index 4b0789794c12..ddb764d74566 100644 --- a/net-mail/bogofilter/ChangeLog +++ b/net-mail/bogofilter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/bogofilter # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/bogofilter/ChangeLog,v 1.19 2003/08/18 01:27:36 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/bogofilter/ChangeLog,v 1.20 2003/08/22 14:32:38 g2boojum Exp $ + +*bogofilter-0.14.5.2 (22 Aug 2003) + + 22 Aug 2003; Grant Goodyear <g2boojum@gentoo.org> + bogofilter-0.14.5.2.ebuild: + Version bump. Thanks to Florian Bauhaus! *bogofilter-0.14.5 (17 Aug 2003) diff --git a/net-mail/bogofilter/Manifest b/net-mail/bogofilter/Manifest index 88c1c9fc149d..c92742b6d94c 100644 --- a/net-mail/bogofilter/Manifest +++ b/net-mail/bogofilter/Manifest @@ -1,11 +1,11 @@ MD5 3c2992749377c1bf1beb439f43b55c03 bogofilter-0.11.2.ebuild 1296 MD5 371da997112e483904086125258937e3 bogofilter-0.13.3.ebuild 1885 MD5 21b95822aed6cd9ccb2aa398e521fe52 bogofilter-0.13.7.3.ebuild 1936 -MD5 86a7494f4b240e63a5cbea6db9f2a6e6 bogofilter-0.14.5.2.ebuild 1909 +MD5 479bdf5a924573e83dc5c587e940d197 bogofilter-0.14.5.2.ebuild 1911 MD5 45a6ff499c9ef8a4bd331e79998a9f73 bogofilter-0.13.6.2.ebuild 1802 MD5 86a7494f4b240e63a5cbea6db9f2a6e6 bogofilter-0.14.5.ebuild 1909 -MD5 7f40ad0d07629c0bab9ce1937f820e91 bogofilter-0.13.7.2.ebuild 1804 -MD5 f46100017daf9d2225eb1daac5681c6f ChangeLog 3233 +MD5 97136bf9cbd4e16c39323977d199224b bogofilter-0.13.7.2.ebuild 1933 +MD5 8ee1b7f0dd39f7f78845305194716703 ChangeLog 3396 MD5 5721b86fd871bdfab77231abc6e02f68 metadata.xml 161 MD5 99b78224a48cb1a8c062dc29d40f00ce files/digest-bogofilter-0.13.6.2 71 MD5 efc05dcba28085b716cc0e64166bd03b files/digest-bogofilter-0.13.7.2 71 diff --git a/net-mail/bogofilter/bogofilter-0.14.5.2.ebuild b/net-mail/bogofilter/bogofilter-0.14.5.2.ebuild new file mode 100644 index 000000000000..a4427045d836 --- /dev/null +++ b/net-mail/bogofilter/bogofilter-0.14.5.2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/bogofilter/bogofilter-0.14.5.2.ebuild,v 1.1 2003/08/22 14:32:38 g2boojum Exp $ + +IUSE="" + +DESCRIPTION="Bayesian spam filter designed with fast algorithms, and tuned for speed." +HOMEPAGE="http://bogofilter.sourceforge.net/" +SRC_URI="mirror://sourceforge/bogofilter/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc ~x86 ~sparc ~amd64" + +DEPEND="virtual/glibc + >=sys-libs/db-3" + +src_install() { + make DESTDIR=${D} install || die + + exeinto /usr/lib/${PN}/tuning + insinto /usr/lib/${PN}/tuning + doexe tuning/bogolex.sh tuning/bogol tuning/bogotune + doins tuning/README.bogotune tuning/bogol.1 tuning/bogotune.1 + + exeinto /usr/lib/${PN}/contrib + doexe contrib/bogofilter-qfe contrib/bogogrep contrib/mime.get.rfc822 contrib/parmtest.sh + doexe contrib/printmaildir.pl contrib/randomtrain contrib/scramble contrib/bogofilter-milter.pl + doexe contrib/bogominitrain.pl + insinto /usr/lib/${PN}/contrib + doins contrib/README.randomtrain contrib/bogo.R contrib/trainbogo.sh + + dodoc AUTHORS INSTALL COPYING METHODS NEWS README README.cvs TODO UPGRADE + dodoc RELEASE.NOTES-0.1* CHANGES-0.1* doc/integrating-with-* doc/*.HOWTO + dodoc contrib/mailfilter.example contrib/procmailrc.example + + dodir /usr/share/doc/${P}/samples + mv ${D}/etc/* ${D}/usr/share/doc/${PF}/samples/ + rmdir ${D}/etc + + dohtml doc/*.html + docinto programmer ; dodoc doc/programmer/* +} + +pkg_postinst() { + + einfo "With version 0.14 the options of bogofilter have changed." + einfo "If you update from an older version, you eventually must change" + einfo "your configuration." + einfo "" + einfo "Read bogofilter's manual 'man bogofilter' and have a look at" + einfo "the examples in the doc directory for tips on how" + einfo "to integrate bogofilter with procmail, maildrop, postfix or qmail." +} diff --git a/net-mail/bogofilter/files/digest-bogofilter-0.14.5.2 b/net-mail/bogofilter/files/digest-bogofilter-0.14.5.2 new file mode 100644 index 000000000000..903e4ec35c4a --- /dev/null +++ b/net-mail/bogofilter/files/digest-bogofilter-0.14.5.2 @@ -0,0 +1 @@ +MD5 0ef3eb34943e10e9e317063307148940 bogofilter-0.14.5.2.tar.gz 878293 |