summaryrefslogtreecommitdiff
path: root/mail-filter/spambayes/spambayes-1.1_beta1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'mail-filter/spambayes/spambayes-1.1_beta1.ebuild')
-rw-r--r--mail-filter/spambayes/spambayes-1.1_beta1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/mail-filter/spambayes/spambayes-1.1_beta1.ebuild b/mail-filter/spambayes/spambayes-1.1_beta1.ebuild
deleted file mode 100644
index 389070b0ef58..000000000000
--- a/mail-filter/spambayes/spambayes-1.1_beta1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-MY_P="${P/_beta/b}"
-
-DESCRIPTION="An anti-spam filter using on Bayesian filtering"
-HOMEPAGE="http://spambayes.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="PSF-2.2 GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="
- dev-python/bsddb3[${PYTHON_USEDEP}]
- dev-python/lockfile[${PYTHON_USEDEP}]
- dev-python/setuptools"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-python_install_all() {
- distutils-r1_python_install_all
-
- dodoc -r *.txt contrib utilities testtools
-
- newinitd "${FILESDIR}"/spambayespop3proxy.rc spambayespop3proxy
-
- insinto /etc
- doins "${FILESDIR}"/bayescustomize.ini
-
- keepdir /var/lib/spambayes
-}