mail-filter/spambayes: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 17:17:08 +0000 (18:17 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 17:26:10 +0000 (18:26 +0100)
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
mail-filter/spambayes/Manifest
mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild [deleted file]
mail-filter/spambayes/spambayes-1.1_beta1.ebuild [deleted file]

index a670410346598dfa6a13ae13da0c4ea2553eef8c..d2a6fc09ecd7414bbb8ab0448d780feb3fce5b34 100644 (file)
@@ -1,3 +1 @@
-DIST spambayes-1.1a6.tar.gz 1007785 BLAKE2B 3c63b518dcaff7c14dfb5e10435ac0bc33bbe1662295355b2f5a3b9a44b241362c2ee60eb977500b0c868a88ddb99a116304bc3e2e45701d0922f85c37f8fb57 SHA512 7b8a6c54e986666064871298e70a04781ff33bddc3274734596ea577860707d61f95408caefd5511f586e285f8d7620d18fe3e6efcbdd0b26a39808abe44e189
-DIST spambayes-1.1b1.tar.gz 1008891 BLAKE2B 8f823498f0174ddef4b6f44493d93f6812ea0529ae6fc0ece10f566fa4b31247a23992c80b1868588e31404826b3e089615a788de758d4a2ce7c892bd024b202 SHA512 988acd799e9f4530099891f1d8582b29a4c156ddb5cf280623d2e9ac3566c1c9b9cbfa5f85d32161d7f1954364320f3795d500ac51e8944d140fcd3b626c3124
 DIST spambayes-1.1b2.tar.gz 1001993 BLAKE2B 71d5d1f900f144e83844e25e8fa72f2ce99cb4248263f056ebbe65f949172aecea40e7f68164f44b8f5e2300d3f48b6adb3998e32bad2cb22013525222d17ac1 SHA512 0f8e88a2b7d3200fbb08a8e55f549a06530cb2068215023f079bf2f4e399f2f7850bf4e9f01addb6a48f1e41a75872cc3909ca76b7567e2c93a9701bec7b2a39
diff --git a/mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild b/mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild
deleted file mode 100644 (file)
index 7cbb2c9..0000000
+++ /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/_alpha/a}"
-
-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
-}
diff --git a/mail-filter/spambayes/spambayes-1.1_beta1.ebuild b/mail-filter/spambayes/spambayes-1.1_beta1.ebuild
deleted file mode 100644 (file)
index 389070b..0000000
+++ /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
-}