summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-01-27 18:17:08 +0100
committerPacho Ramos <pacho@gentoo.org>2019-01-27 18:26:10 +0100
commitc1ba7233e7138947d5cae771b7d86eecbc76e544 (patch)
treec04adad5bf2bf48c264aef3d4a684657eb77df0c /mail-filter/spambayes
parentapp-office/skrooge: Switch to upstream patch (diff)
downloadgentoo-c1ba7233e7138947d5cae771b7d86eecbc76e544.tar.gz
gentoo-c1ba7233e7138947d5cae771b7d86eecbc76e544.tar.bz2
gentoo-c1ba7233e7138947d5cae771b7d86eecbc76e544.zip
mail-filter/spambayes: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'mail-filter/spambayes')
-rw-r--r--mail-filter/spambayes/Manifest2
-rw-r--r--mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild40
-rw-r--r--mail-filter/spambayes/spambayes-1.1_beta1.ebuild40
3 files changed, 0 insertions, 82 deletions
diff --git a/mail-filter/spambayes/Manifest b/mail-filter/spambayes/Manifest
index a67041034659..d2a6fc09ecd7 100644
--- a/mail-filter/spambayes/Manifest
+++ b/mail-filter/spambayes/Manifest
@@ -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
index 7cbb2c926682..000000000000
--- a/mail-filter/spambayes/spambayes-1.1_alpha6-r2.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/_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
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
-}