# ChangeLog for mail-filter/bogofilter
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.80 2007/01/01 22:26:57 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.81 2007/01/06 21:10:48 tove Exp $
+
+ 06 Jan 2007; Torsten Veller <tove@gentoo.org>
+ -files/1.1.3-patch.1142.Makefile.in, bogofilter-0.92.8.ebuild,
+ bogofilter-1.1.1-r1.ebuild, -bogofilter-1.1.3.ebuild,
+ bogofilter-1.1.4.ebuild:
+ Removed unneeded version and changed einfo->elog
*bogofilter-1.1.4 (01 Jan 2007)
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-0.92.8.ebuild,v 1.13 2006/12/09 15:48:01 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-0.92.8.ebuild,v 1.14 2007/01/06 21:10:48 tove Exp $
DESCRIPTION="Bayesian spam filter designed with fast algorithms, and tuned for speed."
HOMEPAGE="http://bogofilter.sourceforge.net/"
dohtml doc/bogofilter-faq{,-fr}.html doc/bogofilter-tuning.HOWTO.html
fi
}
-
-pkg_postinst() {
- einfo "Contributed tools and documentation is in ${ROOT}usr/share/${PN}/contrib"
- einfo "beside documentation in ${ROOT}usr/share/doc/${PF}."
-}
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.1.1-r1.ebuild,v 1.6 2006/12/02 09:32:21 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.1.1-r1.ebuild,v 1.7 2007/01/06 21:10:48 tove Exp $
inherit eutils
# determine backend: berkdb *is* default
if use berkdb && use sqlite ; then
- einfo "Both berkdb and sqlite are in USE."
- einfo "Choosing berkdb as default database backend."
+ elog "Both useflags berkdb and sqlite are in USE:"
+ elog "Using berkdb as database backend."
elif use sqlite ; then
myconf="${myconf} --with-database=sqlite"
elif ! use berkdb ; then
- einfo "Using berkdb as database backend."
+ elog "Neither berkdb nor sqlite are in USE:"
+ elog "Using berkdb as database backend."
fi
econf ${myconf} || die "configure failed"
pkg_postinst() {
echo
- einfo "If you need ${ROOT}usr/bin/bf_tar please install app-arch/pax."
+ elog "If you need ${ROOT}usr/bin/bf_tar please install app-arch/pax."
echo
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.1.4.ebuild,v 1.1 2007/01/01 22:26:57 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.1.4.ebuild,v 1.2 2007/01/06 21:10:48 tove Exp $
DESCRIPTION="Bayesian spam filter designed with fast algorithms, and tuned for speed."
HOMEPAGE="http://bogofilter.sourceforge.net/"
# determine backend: berkdb *is* default
if use berkdb && use sqlite ; then
- einfo "Both berkdb and sqlite are in USE."
- einfo "Choosing berkdb as default database backend."
+ elog "Both useflags berkdb and sqlite are in USE:"
+ elog "Using berkdb as database backend."
elif use sqlite ; then
myconf="${myconf} --with-database=sqlite"
elif ! use berkdb ; then
- einfo "Using berkdb as database backend."
+ elog "Neither berkdb nor sqlite are in USE:"
+ elog "Using berkdb as database backend."
fi
econf ${myconf} || die "configure failed"
pkg_postinst() {
echo
- einfo "If you need ${ROOT}usr/bin/bf_tar please install app-arch/pax."
+ elog "If you need ${ROOT}usr/bin/bf_tar please install app-arch/pax."
echo
}