Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, mail-filter/ask/
Date: Mon, 30 Sep 2019 15:42:53
Message-Id: 1569857977.bfe63cce2098fdbdaf10a662666f5b7e0bc1319d.mgorny@gentoo
1 commit: bfe63cce2098fdbdaf10a662666f5b7e0bc1319d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 30 15:39:37 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 30 15:39:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe63cce
7
8 mail-filter/ask: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/680412
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 mail-filter/ask/Manifest | 2 --
14 mail-filter/ask/ask-2.4.1.ebuild | 58 ----------------------------------------
15 mail-filter/ask/ask-2.5.3.ebuild | 43 -----------------------------
16 mail-filter/ask/metadata.xml | 12 ---------
17 profiles/package.mask | 5 ----
18 5 files changed, 120 deletions(-)
19
20 diff --git a/mail-filter/ask/Manifest b/mail-filter/ask/Manifest
21 deleted file mode 100644
22 index cc3d7f55b43..00000000000
23 --- a/mail-filter/ask/Manifest
24 +++ /dev/null
25 @@ -1,2 +0,0 @@
26 -DIST ask-2.4.1.tar.gz 102631 BLAKE2B 7aa23cdc2f85c552cd28a43d79f15a19117e7912ba9b351ecd58cd63b9ba978576262e3a7b069b2a90b5d9d5b6efc5ad23861806dbbc9efbe77f9fd75727e080 SHA512 a6e84f6846019f5ac76f127abdcb27d74e3661aa396ab442fa0805679543cadd3de6c9e37d3e7e7aa778543893e6e5fa9067279c040f90d7b2053a9d03cb5a9c
27 -DIST ask-2.5.3.tar.gz 106339 BLAKE2B e9b01c6a779c92f0e2cd1127942aa81cda385d4abea5386eeb0b64e795919d206a6a5cbef0976305d4636da2ab879e03628e892795bd4043034f6352f9fec4d0 SHA512 cd3be1ecf989372d3127d7c54cee1a7c4ceea37bcd445a759f59df3569dc339fc93e20b073d2a75e8d8b99a8d2d422ad6a327c21155f86c2c4b1daf87cca09bf
28
29 diff --git a/mail-filter/ask/ask-2.4.1.ebuild b/mail-filter/ask/ask-2.4.1.ebuild
30 deleted file mode 100644
31 index bf734aa08f0..00000000000
32 --- a/mail-filter/ask/ask-2.4.1.ebuild
33 +++ /dev/null
34 @@ -1,58 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=0
39 -
40 -DESCRIPTION="Active Spam Killer: A program to filter spam"
41 -HOMEPAGE="http://www.paganini.net/ask/index.html"
42 -SRC_URI="mirror://sourceforge/a-s-k/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="ppc x86"
47 -
48 -IUSE="procmail"
49 -RDEPEND=">=dev-lang/python-2.2
50 - virtual/mta
51 - procmail? ( >=mail-filter/procmail-3.22 )"
52 -
53 -src_install() {
54 - into /
55 - dobin ask.py asksetup.py askversion.py utils/asksenders.py
56 -
57 - insinto /usr/lib/ask
58 - doins askconfig.py asklock.py asklog.py askmail.py askmain.py \
59 - askmessage.py askremote.py
60 -
61 - insinto /usr/share/ask/samples
62 - doins samples/*
63 -
64 - insinto /usr/share/ask/templates
65 - doins templates/*
66 -
67 - insinto /usr/share/ask/utils
68 - doins utils/*
69 -
70 - doman docs/*.1
71 -
72 - dodoc ChangeLog TODO docs/ask_doc*
73 -}
74 -
75 -pkg_postinst() {
76 - elog
77 - elog "You MUST run the asksetup.py file to configure ASK!"
78 - elog
79 - if use procmail; then
80 - elog "To use ASK's procmail support these should be your first two procmail rules:"
81 - elog
82 - elog ":0 fW"
83 - elog "|/path_to_ask/ask.py --procmail --loglevel=5 --logfile=/your_home/ask.log"
84 - elog
85 - elog ":0 e"
86 - elog "/dev/null"
87 - elog
88 - elog "The second rule above instructs procmail to deliver the message to /dev/null"
89 - elog "if ASK returns a fail code. If you're truly paranoid, you can save those"
90 - elog "messages to a file instead for later inspection."
91 - fi
92 -}
93
94 diff --git a/mail-filter/ask/ask-2.5.3.ebuild b/mail-filter/ask/ask-2.5.3.ebuild
95 deleted file mode 100644
96 index 2e7c8d080ac..00000000000
97 --- a/mail-filter/ask/ask-2.5.3.ebuild
98 +++ /dev/null
99 @@ -1,43 +0,0 @@
100 -# Copyright 1999-2018 Gentoo Foundation
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=0
104 -
105 -inherit multilib
106 -
107 -DESCRIPTION="Active Spam Killer: A program to filter spam"
108 -HOMEPAGE="http://www.paganini.net/ask/index.html"
109 -SRC_URI="mirror://sourceforge/a-s-k/${P}.tar.gz"
110 -
111 -LICENSE="GPL-2"
112 -SLOT="0"
113 -KEYWORDS="~amd64 ~ppc ~x86"
114 -
115 -IUSE="procmail"
116 -RDEPEND="dev-lang/python
117 - virtual/mta
118 - procmail? ( >=mail-filter/procmail-3.22 )"
119 -
120 -src_install() {
121 - dobin askfilter asksetup askversion.py utils/asksenders
122 -
123 - insinto /usr/$(get_libdir)/ask
124 - doins askconfig.py asklock.py asklog.py askmail.py askmain.py \
125 - askmessage.py askremote.py
126 -
127 - insinto /usr/share/ask/templates
128 - doins templates/*
129 -
130 - insinto /usr/share/ask/utils
131 - doins utils/*
132 -
133 - doman docs/*.1
134 -
135 - dodoc ChangeLog docs/ask_doc*
136 -}
137 -
138 -pkg_postinst() {
139 - elog "You MUST run the asksetup file to configure ASK!"
140 - elog "WARNING: if you upgrade from ask-2.4.1, you must replace ask.py with askfilter"
141 - elog " in your procmail/maildrop recipe!"
142 -}
143
144 diff --git a/mail-filter/ask/metadata.xml b/mail-filter/ask/metadata.xml
145 deleted file mode 100644
146 index 30efab86d68..00000000000
147 --- a/mail-filter/ask/metadata.xml
148 +++ /dev/null
149 @@ -1,12 +0,0 @@
150 -<?xml version="1.0" encoding="UTF-8"?>
151 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
152 -<pkgmetadata>
153 - <!-- maintainer-needed -->
154 - <use>
155 - <flag name="procmail">Adds support for
156 - <pkg>mail-filter/procmail</pkg></flag>
157 - </use>
158 - <upstream>
159 - <remote-id type="sourceforge">a-s-k</remote-id>
160 - </upstream>
161 -</pkgmetadata>
162
163 diff --git a/profiles/package.mask b/profiles/package.mask
164 index 4adb8041083..4b45f16cd22 100644
165 --- a/profiles/package.mask
166 +++ b/profiles/package.mask
167 @@ -1120,11 +1120,6 @@ www-apps/pcgi
168 # Removal in 30 days. Bug #693128.
169 mail-filter/opensmtpd-extras
170
171 -# Michał Górny <mgorny@g.o> (2019-08-30)
172 -# Unmaintained. EAPI=0. HOMEPAGE and SRC_URI are gone. Last release
173 -# in 2006. Removal in 30 days. Bug #680412.
174 -mail-filter/ask
175 -
176 # Miroslav Šulc <fordfrog@g.o> (2019-08-19)
177 # Depends on >=virtual/{jdk,jre}-11 which is masked
178 =www-servers/tomcat-9.0.24