changeset 359:f6d3747daef7

remove the outdated spambayes ebild
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 11 Sep 2014 04:12:00 +0200
parents e9a6f75324d4
children a24a56c57078
files mail-filter/spambayes/Manifest mail-filter/spambayes/spambayes-1.0.4.ebuild
diffstat 2 files changed, 0 insertions(+), 43 deletions(-) [+]
line wrap: on
line diff
--- a/mail-filter/spambayes/Manifest	Thu Sep 11 04:10:56 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-DIST spambayes-1.0.4.tar.gz 697781 RMD160 6dfbaa5cc7eb14d9ddbb68c381580e793cb9c28e SHA1 a7b92eb8465a6ac093d29e64c539ff8348b08c26 SHA256 53c498d98e2f0a88d6edb928e3e1abcf65fc4aee8a98e142175809b9409d30aa
-EBUILD spambayes-1.0.4.ebuild 1185 RMD160 c76faeca416fcf186170c1915aab4e284d1afade SHA1 54189565f5a125149516f3f442c5f289b42ef086 SHA256 1afc17bef3bb06791632a2b448d3b0e5ab64c63e39ff0404c33e217b1f1f312f
--- a/mail-filter/spambayes/spambayes-1.0.4.ebuild	Thu Sep 11 04:10:56 2014 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/spambayes/spambayes-1.0.4.ebuild,v 1.0 2005/04/08 22:22:43 userwaldo Exp $
-
-inherit distutils
-
-DESCRIPTION="An anti-spam filter using on Bayesian filtering"
-HOMEPAGE="http://spambayes.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-RESTRICT="nomirror"
-
-LICENSE="PSF-2.2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.2.2"
-
-src_install() {
-	distutils_src_install
-	dodoc *.txt || die "doc *.txt files failed"
-	# someone might have benefits of the other documetation too,
-	# therefore added.
-	docinto contrib || die "doc directory, contrib, fail"
-	dodoc contrib/* || die "doc contrib/* failed"
-	docinto utilities || die "doc directory, utilities, failed"
-	dodoc utilities/* || die "doc utilities/* failed"
-	docinto testtools || die "doc directory, testtools, failed"
-	dodoc testtools/* || die "doc testtools/* failed"
-
-	exeinto /etc/init.d
-	newexe ${FILESDIR}/spambayespop3proxy.rc spambayespop3proxy
-
-	insinto /etc
-	doins ${FILESDIR}/bayescustomize.ini
-
-	keepdir /var/lib/spambayes
-
-}
-