Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/spambayes/
Date: Sun, 27 Jan 2019 17:26:28
Message-Id: 1548609970.c1ba7233e7138947d5cae771b7d86eecbc76e544.pacho@gentoo
1 commit: c1ba7233e7138947d5cae771b7d86eecbc76e544
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 17:17:08 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 17:26:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ba7233
7
8 mail-filter/spambayes: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 mail-filter/spambayes/Manifest | 2 --
14 .../spambayes/spambayes-1.1_alpha6-r2.ebuild | 40 ----------------------
15 mail-filter/spambayes/spambayes-1.1_beta1.ebuild | 40 ----------------------
16 3 files changed, 82 deletions(-)
17
18 diff --git a/mail-filter/spambayes/Manifest b/mail-filter/spambayes/Manifest
19 index a6704103465..d2a6fc09ecd 100644
20 --- a/mail-filter/spambayes/Manifest
21 +++ b/mail-filter/spambayes/Manifest
22 @@ -1,3 +1 @@
23 -DIST spambayes-1.1a6.tar.gz 1007785 BLAKE2B 3c63b518dcaff7c14dfb5e10435ac0bc33bbe1662295355b2f5a3b9a44b241362c2ee60eb977500b0c868a88ddb99a116304bc3e2e45701d0922f85c37f8fb57 SHA512 7b8a6c54e986666064871298e70a04781ff33bddc3274734596ea577860707d61f95408caefd5511f586e285f8d7620d18fe3e6efcbdd0b26a39808abe44e189
24 -DIST spambayes-1.1b1.tar.gz 1008891 BLAKE2B 8f823498f0174ddef4b6f44493d93f6812ea0529ae6fc0ece10f566fa4b31247a23992c80b1868588e31404826b3e089615a788de758d4a2ce7c892bd024b202 SHA512 988acd799e9f4530099891f1d8582b29a4c156ddb5cf280623d2e9ac3566c1c9b9cbfa5f85d32161d7f1954364320f3795d500ac51e8944d140fcd3b626c3124
25 DIST spambayes-1.1b2.tar.gz 1001993 BLAKE2B 71d5d1f900f144e83844e25e8fa72f2ce99cb4248263f056ebbe65f949172aecea40e7f68164f44b8f5e2300d3f48b6adb3998e32bad2cb22013525222d17ac1 SHA512 0f8e88a2b7d3200fbb08a8e55f549a06530cb2068215023f079bf2f4e399f2f7850bf4e9f01addb6a48f1e41a75872cc3909ca76b7567e2c93a9701bec7b2a39
26
27 diff --git a/mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild b/mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild
28 deleted file mode 100644
29 index 7cbb2c92668..00000000000
30 --- a/mail-filter/spambayes/spambayes-1.1_alpha6-r2.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2014 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit distutils-r1
41 -
42 -MY_P="${P/_alpha/a}"
43 -
44 -DESCRIPTION="An anti-spam filter using on Bayesian filtering"
45 -HOMEPAGE="http://spambayes.sourceforge.net"
46 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
47 -
48 -LICENSE="PSF-2.2 GPL-2"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~ppc ~x86"
51 -IUSE=""
52 -
53 -DEPEND="
54 - dev-python/bsddb3[${PYTHON_USEDEP}]
55 - dev-python/lockfile[${PYTHON_USEDEP}]
56 - dev-python/setuptools"
57 -RDEPEND="${DEPEND}"
58 -
59 -S="${WORKDIR}/${MY_P}"
60 -
61 -python_install_all() {
62 - distutils-r1_python_install_all
63 -
64 - dodoc -r *.txt contrib utilities testtools
65 -
66 - newinitd "${FILESDIR}"/spambayespop3proxy.rc spambayespop3proxy
67 -
68 - insinto /etc
69 - doins "${FILESDIR}"/bayescustomize.ini
70 -
71 - keepdir /var/lib/spambayes
72 -}
73
74 diff --git a/mail-filter/spambayes/spambayes-1.1_beta1.ebuild b/mail-filter/spambayes/spambayes-1.1_beta1.ebuild
75 deleted file mode 100644
76 index 389070b0ef5..00000000000
77 --- a/mail-filter/spambayes/spambayes-1.1_beta1.ebuild
78 +++ /dev/null
79 @@ -1,40 +0,0 @@
80 -# Copyright 1999-2014 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=5
84 -
85 -PYTHON_COMPAT=( python2_7 )
86 -
87 -inherit distutils-r1
88 -
89 -MY_P="${P/_beta/b}"
90 -
91 -DESCRIPTION="An anti-spam filter using on Bayesian filtering"
92 -HOMEPAGE="http://spambayes.sourceforge.net"
93 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
94 -
95 -LICENSE="PSF-2.2 GPL-2"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~ppc ~x86"
98 -IUSE=""
99 -
100 -DEPEND="
101 - dev-python/bsddb3[${PYTHON_USEDEP}]
102 - dev-python/lockfile[${PYTHON_USEDEP}]
103 - dev-python/setuptools"
104 -RDEPEND="${DEPEND}"
105 -
106 -S="${WORKDIR}/${MY_P}"
107 -
108 -python_install_all() {
109 - distutils-r1_python_install_all
110 -
111 - dodoc -r *.txt contrib utilities testtools
112 -
113 - newinitd "${FILESDIR}"/spambayespop3proxy.rc spambayespop3proxy
114 -
115 - insinto /etc
116 - doins "${FILESDIR}"/bayescustomize.ini
117 -
118 - keepdir /var/lib/spambayes
119 -}