diff options
author | Graham Forest <vitaminmoo@gentoo.org> | 2003-03-14 05:46:16 +0000 |
---|---|---|
committer | Graham Forest <vitaminmoo@gentoo.org> | 2003-03-14 05:46:16 +0000 |
commit | 7a04b9719251901741f3b77ded206b351d6546fb (patch) | |
tree | 963645efc655e93c59c5ba130fb2582931c7aaee | |
parent | adding portage-2.0.47-r10 (diff) | |
download | historical-7a04b9719251901741f3b77ded206b351d6546fb.tar.gz historical-7a04b9719251901741f3b77ded206b351d6546fb.tar.bz2 historical-7a04b9719251901741f3b77ded206b351d6546fb.zip |
Version bump, added ~ppc to keywords
-rw-r--r-- | net-mail/bogofilter/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/bogofilter/bogofilter-0.11.1.3.ebuild | 42 | ||||
-rw-r--r-- | net-mail/bogofilter/files/digest-bogofilter-0.11.1.3 | 1 |
3 files changed, 49 insertions, 1 deletions
diff --git a/net-mail/bogofilter/ChangeLog b/net-mail/bogofilter/ChangeLog index 30a41afd6931..d9afc85e9689 100644 --- a/net-mail/bogofilter/ChangeLog +++ b/net-mail/bogofilter/ChangeLog @@ -1,6 +1,11 @@ # 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.6 2003/02/15 22:04:49 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/bogofilter/ChangeLog,v 1.7 2003/03/14 05:46:16 vladimir Exp $ + +*bogofilter-0.11.1.3 (13 Mar 2003) + + 13 Mar 2003; Graham Forest <vladimir@gentoo.org> bogofilter-0.11.1.3.ebuild: + Version bump, added ~ppc to keywords *bogofilter-0.10.3 (15 Feb. 2003) diff --git a/net-mail/bogofilter/bogofilter-0.11.1.3.ebuild b/net-mail/bogofilter/bogofilter-0.11.1.3.ebuild new file mode 100644 index 000000000000..574f8531aea0 --- /dev/null +++ b/net-mail/bogofilter/bogofilter-0.11.1.3.ebuild @@ -0,0 +1,42 @@ +# 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.11.1.3.ebuild,v 1.1 2003/03/14 05:46:16 vladimir Exp $ + +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" +IUSE="" + +DEPEND="virtual/glibc + >=sys-libs/db-3*" + +S=${WORKDIR}/${P} + +src_compile() { + econf + emake || die +} + +src_install() { + make DESTDIR=${D} install || die + + dodoc AUTHORS CHANGES-0.10 COPYING METHODS NEWS README README.cvs TODO UPGRADE + + 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/* + + einfo "Read bogofilter's manual 'man bogofilter' for tips on how" + einfo "to integrate bogofilter with procmail and/or mutt." + einfo "" + einfo "The former being highly desirable to install in order to" + einfo "fully use bogofilter." +} diff --git a/net-mail/bogofilter/files/digest-bogofilter-0.11.1.3 b/net-mail/bogofilter/files/digest-bogofilter-0.11.1.3 new file mode 100644 index 000000000000..60a370e21304 --- /dev/null +++ b/net-mail/bogofilter/files/digest-bogofilter-0.11.1.3 @@ -0,0 +1 @@ +MD5 c43a57fda050f7cde554f8b917799abf bogofilter-0.11.1.3.tar.gz 447122 |