Gentoo Archives: gentoo-commits

From: Stefan Strogin <steils@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-mail/fetchmail/, net-mail/fetchmail/files/
Date: Tue, 02 Jun 2020 01:46:47
Message-Id: 1591062286.2098af5e8e89ec8ba4b503246ec2f12dfc8da939.steils@gentoo
1 commit: 2098af5e8e89ec8ba4b503246ec2f12dfc8da939
2 Author: Stefan Strogin <steils <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 01:44:46 2020 +0000
4 Commit: Stefan Strogin <steils <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 01:44:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=2098af5e
7
8 net-mail/fetchmail: drop package fixed in gentoo.git
9
10 Signed-off-by: Stefan Strogin <steils <AT> gentoo.org>
11
12 net-mail/fetchmail/Manifest | 1 -
13 net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild | 106 -------------------
14 net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild | 108 -------------------
15 .../files/fetchmail-6.3.26-libressl.patch | 117 ---------------------
16 .../files/fetchmail-6.3.26-python-optional.patch | 14 ---
17 .../fetchmail/files/fetchmail-6.3.26-tests.patch | 11 --
18 net-mail/fetchmail/files/fetchmail.conf | 1 -
19 net-mail/fetchmail/files/fetchmail.confd | 10 --
20 net-mail/fetchmail/files/fetchmail.initd | 44 --------
21 net-mail/fetchmail/files/fetchmail.service | 11 --
22 net-mail/fetchmail/files/fetchmail_at.service | 11 --
23 net-mail/fetchmail/metadata.xml | 15 ---
24 12 files changed, 449 deletions(-)
25
26 diff --git a/net-mail/fetchmail/Manifest b/net-mail/fetchmail/Manifest
27 deleted file mode 100644
28 index 3f09115..0000000
29 --- a/net-mail/fetchmail/Manifest
30 +++ /dev/null
31 @@ -1 +0,0 @@
32 -DIST fetchmail-6.3.26.tar.xz 1283816 SHA256 79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850 SHA512 8e0a2484e60eaf6c0231e2599e10fec6d207fa1c0fa02ec99b3ef9aea00b6d87275434e79470a25f06e358cdd4a293f9c46a82dd128fe733a99c85144e6caa63 WHIRLPOOL 275d7b121a7fcec239e074d2dadc8d1645633d7f8335d760ceba98042b8b3bfe67cdacb9e247a072a8c587f821b23f89c1c7e654fd171ad4372dbb69bcf1021a
33
34 diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
35 deleted file mode 100644
36 index 5665e46..0000000
37 --- a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild
38 +++ /dev/null
39 @@ -1,106 +0,0 @@
40 -# Copyright 1999-2015 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -
43 -EAPI=5
44 -PYTHON_COMPAT=( python2_7 )
45 -PYTHON_REQ_USE="tk"
46 -
47 -inherit python-single-r1 user systemd toolchain-funcs autotools eutils
48 -
49 -DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
50 -HOMEPAGE="http://www.fetchmail.info/"
51 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
52 -
53 -LICENSE="GPL-2 public-domain"
54 -SLOT="0"
55 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
56 -IUSE="ssl nls kerberos tk socks libressl"
57 -REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
58 -
59 -RDEPEND="ssl? (
60 - !libressl? ( >=dev-libs/openssl-0.9.6:= )
61 - libressl? ( dev-libs/libressl:= )
62 - )
63 - kerberos? (
64 - virtual/krb5
65 - !libressl? ( >=dev-libs/openssl-0.9.6:= )
66 - libressl? ( dev-libs/libressl:= )
67 - )
68 - nls? ( virtual/libintl )
69 - !elibc_glibc? ( sys-libs/e2fsprogs-libs )
70 - socks? ( net-proxy/dante )
71 - tk? ( ${PYTHON_DEPS} )"
72 -DEPEND="${RDEPEND}
73 - app-arch/xz-utils
74 - sys-devel/flex
75 - nls? ( sys-devel/gettext )"
76 -
77 -DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
78 -
79 -pkg_setup() {
80 - enewgroup ${PN}
81 - enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
82 -
83 - use tk && python-single-r1_pkg_setup
84 -}
85 -
86 -src_prepare() {
87 - # don't compile during src_install
88 - use tk && : > "${S}"/py-compile
89 -
90 - epatch "${FILESDIR}"/${P}-python-optional.patch
91 - epatch "${FILESDIR}"/${P}-tests.patch
92 - epatch "${FILESDIR}"/${P}-libressl.patch
93 - eautoreconf
94 -}
95 -
96 -src_configure() {
97 - use tk || export PYTHON=:
98 -
99 - econf \
100 - --enable-RPA \
101 - --enable-NTLM \
102 - --enable-SDPS \
103 - $(use_enable nls) \
104 - $(use_with ssl ssl "${EPREFIX}/usr") \
105 - $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
106 - $(use_with kerberos gssapi) \
107 - $(use_with kerberos kerberos5) \
108 - --without-hesiod \
109 - $(use_with socks)
110 -}
111 -
112 -src_compile() {
113 - emake AR="$(tc-getAR)"
114 -}
115 -
116 -src_install() {
117 - # fetchmail's homedir (holds fetchmail's .fetchids)
118 - keepdir /var/lib/${PN}
119 - fowners ${PN}:${PN} /var/lib/${PN}
120 - fperms 700 /var/lib/${PN}
121 -
122 - default
123 -
124 - dohtml *.html
125 -
126 - newinitd "${FILESDIR}"/fetchmail.initd fetchmail
127 - newconfd "${FILESDIR}"/fetchmail.confd fetchmail
128 - systemd_dounit "${FILESDIR}"/${PN}.service
129 - systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
130 -
131 - docinto contrib
132 - local f
133 - for f in contrib/* ; do
134 - [ -f "${f}" ] && dodoc "${f}"
135 - done
136 -
137 - use tk && python_optimize
138 -}
139 -
140 -pkg_postinst() {
141 - if [[ -z ${REPLACING_VERSIONS} ]]; then
142 - elog "Please see /etc/conf.d/fetchmail if you want to adjust"
143 - elog "the polling delay used by the fetchmail init script."
144 - fi
145 -}
146
147 diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
148 deleted file mode 100644
149 index 8eb7ea6..0000000
150 --- a/net-mail/fetchmail/fetchmail-6.3.26-r3.ebuild
151 +++ /dev/null
152 @@ -1,108 +0,0 @@
153 -# Copyright 1999-2015 Gentoo Foundation
154 -# Distributed under the terms of the GNU General Public License v2
155 -
156 -EAPI=5
157 -PYTHON_COMPAT=( python2_7 )
158 -PYTHON_REQ_USE="tk"
159 -
160 -inherit python-single-r1 user systemd toolchain-funcs autotools eutils
161 -
162 -DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
163 -HOMEPAGE="http://www.fetchmail.info/"
164 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
165 -
166 -LICENSE="GPL-2 public-domain"
167 -SLOT="0"
168 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
169 -IUSE="ssl nls kerberos tk socks libressl"
170 -REQUIRED_USE="tk? ( ${PYTHON_REQUIRED_USE} )"
171 -
172 -RDEPEND="ssl? (
173 - !libressl? ( >=dev-libs/openssl-0.9.6:= )
174 - libressl? ( dev-libs/libressl:= )
175 - )
176 - kerberos? (
177 - virtual/krb5
178 - !libressl? ( >=dev-libs/openssl-0.9.6:= )
179 - libressl? ( dev-libs/libressl:= )
180 - )
181 - nls? ( virtual/libintl )
182 - !elibc_glibc? ( sys-libs/e2fsprogs-libs )
183 - socks? ( net-proxy/dante )
184 - tk? ( ${PYTHON_DEPS} )"
185 -DEPEND="${RDEPEND}
186 - app-arch/xz-utils
187 - sys-devel/flex
188 - nls? ( sys-devel/gettext )"
189 -
190 -DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO"
191 -
192 -pkg_setup() {
193 - enewgroup ${PN}
194 - enewuser ${PN} -1 -1 /var/lib/${PN} ${PN}
195 -
196 - use tk && python-single-r1_pkg_setup
197 -}
198 -
199 -src_prepare() {
200 - # don't compile during src_install
201 - use tk && : > "${S}"/py-compile
202 -
203 - epatch "${FILESDIR}"/${P}-python-optional.patch
204 - epatch "${FILESDIR}"/${P}-tests.patch
205 - epatch "${FILESDIR}"/${P}-libressl.patch
206 - eautoreconf
207 -}
208 -
209 -src_configure() {
210 - use tk || export PYTHON=:
211 -
212 - econf \
213 - --enable-RPA \
214 - --enable-NTLM \
215 - --enable-SDPS \
216 - $(use_enable nls) \
217 - $(use_with ssl ssl "${EPREFIX}/usr") \
218 - $(use kerberos && echo "--with-ssl=${EPREFIX}/usr") \
219 - $(use_with kerberos gssapi) \
220 - $(use_with kerberos kerberos5) \
221 - --without-hesiod \
222 - $(use_with socks)
223 -}
224 -
225 -src_compile() {
226 - emake AR="$(tc-getAR)"
227 -}
228 -
229 -src_install() {
230 - # fetchmail's homedir (holds fetchmail's .fetchids)
231 - keepdir /var/lib/${PN}
232 - fowners ${PN}:${PN} /var/lib/${PN}
233 - fperms 700 /var/lib/${PN}
234 -
235 - default
236 -
237 - dohtml *.html
238 -
239 - newinitd "${FILESDIR}"/fetchmail.initd fetchmail
240 - newconfd "${FILESDIR}"/fetchmail.confd fetchmail
241 -
242 - systemd_dounit "${FILESDIR}"/${PN}.service
243 - systemd_newunit "${FILESDIR}"/${PN}_at.service "${PN}@.service"
244 - systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
245 -
246 - docinto contrib
247 - local f
248 - for f in contrib/* ; do
249 - [ -f "${f}" ] && dodoc "${f}"
250 - done
251 -
252 - use tk && python_optimize
253 -}
254 -
255 -pkg_postinst() {
256 - if [[ -z ${REPLACING_VERSIONS} ]]; then
257 - elog "Please see /etc/conf.d/fetchmail if you want to adjust"
258 - elog "the polling delay used by the fetchmail init script."
259 - fi
260 -}
261
262 diff --git a/net-mail/fetchmail/files/fetchmail-6.3.26-libressl.patch b/net-mail/fetchmail/files/fetchmail-6.3.26-libressl.patch
263 deleted file mode 100644
264 index dbbed87..0000000
265 --- a/net-mail/fetchmail/files/fetchmail-6.3.26-libressl.patch
266 +++ /dev/null
267 @@ -1,117 +0,0 @@
268 ---- a/configure.ac 2013-04-23 16:51:10.000000000 -0400
269 -+++ b/configure.ac 2016-01-30 00:14:01.114090572 -0500
270 -@@ -803,6 +803,7 @@
271 -
272 - case "$LIBS" in *-lssl*)
273 - AC_CHECK_DECLS([SSLv2_client_method],,,[#include <openssl/ssl.h>])
274 -+ AC_CHECK_DECLS([SSLv3_client_method],,,[#include <openssl/ssl.h>])
275 - ;;
276 - esac
277 -
278 ---- a/po/de.po 2013-04-23 17:33:52.000000000 -0400
279 -+++ b/po/de.po 2016-01-30 00:25:00.255287974 -0500
280 -@@ -8,8 +8,8 @@
281 - msgstr ""
282 - "Project-Id-Version: fetchmail 6.3.26\n"
283 - "Report-Msgid-Bugs-To: fetchmail-devel@×××××××××××××.de\n"
284 --"POT-Creation-Date: 2013-04-23 23:24+0200\n"
285 --"PO-Revision-Date: 2013-04-23 23:33+0200\n"
286 -+"POT-Creation-Date: 2015-01-16 20:42+0100\n"
287 -+"PO-Revision-Date: 2016-01-30 00:23-0500\n"
288 - "Last-Translator: Matthias Andree <matthias.andree@×××.de>\n"
289 - "Language-Team: Deutsch <de@××.org>\n"
290 - "Language: \n"
291 -@@ -3198,20 +3198,24 @@
292 - msgstr "Datei-Deskriptor außerhalb des Bereichs für SSL"
293 -
294 - #: socket.c:913
295 --msgid "Your operating system does not support SSLv2.\n"
296 --msgstr "Ihr Betriebssystem unterstützt SSLv2 nicht.\n"
297 -+msgid "Your OpenSSL version does not support SSLv2.\n"
298 -+msgstr "Ihre OpenSSL-Version unterstützt SSLv2 nicht.\n"
299 -
300 --#: socket.c:923
301 -+#: socket.c:920
302 -+msgid "Your OpenSSL version does not support SSLv3.\n"
303 -+msgstr "Ihre OpenSSL-Version unterstützt SSLv3 nicht.\n"
304 -+
305 -+#: socket.c:928
306 - #, c-format
307 - msgid "Invalid SSL protocol '%s' specified, using default (SSLv23).\n"
308 - msgstr ""
309 - "Ungültiges SSL-Protokoll „%s“ angegeben, benutze Voreinstellung (SSLv23).\n"
310 -
311 --#: socket.c:1022
312 -+#: socket.c:1027
313 - msgid "Certificate/fingerprint verification was somehow skipped!\n"
314 - msgstr "Zertifikat-/Fingerabdruck-Überprüfung wurde irgendwie übersprungen!\n"
315 -
316 --#: socket.c:1039
317 -+#: socket.c:1044
318 - msgid ""
319 - "Warning: the connection is insecure, continuing anyways. (Better use --"
320 - "sslcertck!)\n"
321 -@@ -3219,11 +3223,11 @@
322 - "Warnung: Die Verbindung ist unsicher, mache trotzdem weiter. (Nehmen Sie "
323 - "lieber --sslcertck!)\n"
324 -
325 --#: socket.c:1081
326 -+#: socket.c:1086
327 - msgid "Cygwin socket read retry\n"
328 - msgstr "Cygwin-Socket-Lese-Wiederholung\n"
329 -
330 --#: socket.c:1084
331 -+#: socket.c:1089
332 - msgid "Cygwin socket read retry failed!\n"
333 - msgstr "Cygwin-Socket-Lese-Wiederholung fehlgeschlagen!\n"
334 -
335 ---- a/fetchmail.c 2013-04-23 16:00:45.000000000 -0400
336 -+++ b/fetchmail.c 2016-01-30 00:16:26.104294447 -0500
337 -@@ -54,6 +54,10 @@
338 - #define ENETUNREACH 128 /* Interactive doesn't know this */
339 - #endif /* ENETUNREACH */
340 -
341 -+#ifdef SSL_ENABLE
342 -+#include <openssl/ssl.h> /* for OPENSSL_NO_SSL2 and ..._SSL3 checks */
343 -+#endif
344 -+
345 - /* prototypes for internal functions */
346 - static int load_params(int, char **, int);
347 - static void dump_params (struct runctl *runp, struct query *, flag implicit);
348 -@@ -263,6 +267,12 @@
349 - #ifdef SSL_ENABLE
350 - "+SSL"
351 - #endif
352 -+#if HAVE_DECL_SSLV2_CLIENT_METHOD + 0 == 0
353 -+ "-SSLv2"
354 -+#endif
355 -+#if HAVE_DECL_SSLV3_CLIENT_METHOD + 0 == 0
356 -+ "-SSLv3"
357 -+#endif
358 - #ifdef OPIE_ENABLE
359 - "+OPIE"
360 - #endif /* OPIE_ENABLE */
361 ---- a/socket.c 2013-04-23 16:00:45.000000000 -0400
362 -+++ b/socket.c 2016-01-30 00:28:26.718678785 -0500
363 -@@ -907,14 +907,19 @@
364 - _ssl_context[sock] = NULL;
365 - if(myproto) {
366 - if(!strcasecmp("ssl2",myproto)) {
367 --#if HAVE_DECL_SSLV2_CLIENT_METHOD + 0 > 0
368 -+#if (HAVE_DECL_SSLV2_CLIENT_METHOD + 0 > 0) && (0 == OPENSSL_NO_SSL2 + 0)
369 - _ctx[sock] = SSL_CTX_new(SSLv2_client_method());
370 - #else
371 -- report(stderr, GT_("Your operating system does not support SSLv2.\n"));
372 -+ report(stderr, GT_("Your OpenSSL version does not support SSLv2.\n"));
373 - return -1;
374 - #endif
375 - } else if(!strcasecmp("ssl3",myproto)) {
376 -+#if (HAVE_DECL_SSLV3_CLIENT_METHOD + 0 > 0) && (0 == OPENSSL_NO_SSL3 + 0)
377 - _ctx[sock] = SSL_CTX_new(SSLv3_client_method());
378 -+#else
379 -+ report(stderr, GT_("Your OpenSSL version does not support SSLv3.\n"));
380 -+ return -1;
381 -+#endif
382 - } else if(!strcasecmp("tls1",myproto)) {
383 - _ctx[sock] = SSL_CTX_new(TLSv1_client_method());
384 - } else if (!strcasecmp("ssl23",myproto)) {
385
386 diff --git a/net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch b/net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch
387 deleted file mode 100644
388 index 2eafe4d..0000000
389 --- a/net-mail/fetchmail/files/fetchmail-6.3.26-python-optional.patch
390 +++ /dev/null
391 @@ -1,14 +0,0 @@
392 ---- fetchmail-6.3.26/Makefile.am
393 -+++ fetchmail-6.3.26/Makefile.am
394 -@@ -16,9 +16,11 @@
395 - pys= fetchmailconf.py
396 - pym= fetchmailconf.man
397 -
398 -+if HAVE_PYTHON
399 - nodist_bin_SCRIPTS= fetchmailconf
400 - python_PYTHON= $(pys)
401 - dist_man1_MANS+= $(pym)
402 -+endif
403 -
404 - CLEANFILES= $(nodist_bin_SCRIPTS)
405 -
406
407 diff --git a/net-mail/fetchmail/files/fetchmail-6.3.26-tests.patch b/net-mail/fetchmail/files/fetchmail-6.3.26-tests.patch
408 deleted file mode 100644
409 index a0b3e8b..0000000
410 --- a/net-mail/fetchmail/files/fetchmail-6.3.26-tests.patch
411 +++ /dev/null
412 @@ -1,11 +0,0 @@
413 ---- fetchmail-6.3.26/Makefile.am
414 -+++ fetchmail-6.3.26/Makefile.am
415 -@@ -45,7 +47,7 @@
416 - check_PROGRAMS=
417 -
418 - TESTS= t.smoke t.validate-xhtml10 t.validate-xhtml t.x509_name_match
419 --TESTS_ENVIRONMENT= srcdir="$(srcdir)" LC_ALL=C TZ=UTC SHELL="$(SHELL)" $(SHELL)
420 -+TESTS_ENVIRONMENT= srcdir="$(srcdir)" LC_ALL=C TZ=UTC SHELL="$(SHELL)"
421 -
422 - if NEED_TRIO
423 - noinst_LIBRARIES+= libtrio.a
424
425 diff --git a/net-mail/fetchmail/files/fetchmail.conf b/net-mail/fetchmail/files/fetchmail.conf
426 deleted file mode 100644
427 index 07945f8..0000000
428 --- a/net-mail/fetchmail/files/fetchmail.conf
429 +++ /dev/null
430 @@ -1 +0,0 @@
431 -d /run/fetchmail 700 fetchmail nobody
432
433 diff --git a/net-mail/fetchmail/files/fetchmail.confd b/net-mail/fetchmail/files/fetchmail.confd
434 deleted file mode 100644
435 index a5d0b74..0000000
436 --- a/net-mail/fetchmail/files/fetchmail.confd
437 +++ /dev/null
438 @@ -1,10 +0,0 @@
439 -# Copyright 1999-2011 Gentoo Foundation
440 -# Distributed under the terms of the GNU General Public License v2
441 -# $Id$
442 -
443 -# Polling frequency in seconds
444 -# (fetchmail will daemonize and check for new mail at this interval)
445 -polling_period="60"
446 -
447 -# Directory where the pid file is kept
448 -pid_dir="/var/run/fetchmail"
449
450 diff --git a/net-mail/fetchmail/files/fetchmail.initd b/net-mail/fetchmail/files/fetchmail.initd
451 deleted file mode 100644
452 index f967e5a..0000000
453 --- a/net-mail/fetchmail/files/fetchmail.initd
454 +++ /dev/null
455 @@ -1,44 +0,0 @@
456 -#!/sbin/openrc-run
457 -
458 -piddir=${pid_dir:-/var/run/fetchmail}
459 -pid_file=${piddir}/${RC_SVCNAME}.pid
460 -rcfile=/etc/${RC_SVCNAME}rc
461 -
462 -depend() {
463 - need net
464 - use mta
465 -}
466 -
467 -checkconfig() {
468 - if [ ! -f ${rcfile} ]; then
469 - eerror "Configuration file ${rcfile} not found"
470 - return 1
471 - fi
472 - local fetchmail_instance
473 - fetchmail_instance=${RC_SVCNAME##*.}
474 - if [ -n "${fetchmail_instance}" -a "${RC_SVCNAME}" != "fetchmail" ]; then
475 - fidfile=/var/lib/fetchmail/.fetchids.${RC_SVCNAME}
476 - else
477 - fidfile=/var/lib/fetchmail/.fetchids
478 - fi
479 - if [ ! -d ${piddir} ]; then
480 - checkpath -q -d -o fetchmail:fetchmail -m 0755 ${piddir} || return 1
481 - fi
482 -}
483 -
484 -start() {
485 - checkconfig || return 1
486 - ebegin "Starting ${RC_SVCNAME}"
487 - start-stop-daemon --start --pidfile ${pid_file} \
488 - --user fetchmail --exec /usr/bin/fetchmail \
489 - -- -d ${polling_period} -f ${rcfile} \
490 - --pidfile ${pid_file} -i ${fidfile}
491 - eend ${?}
492 -}
493 -
494 -stop() {
495 - ebegin "Stopping ${RC_SVCNAME}"
496 - start-stop-daemon --stop --quiet --pidfile ${pid_file}
497 - eend ${?}
498 -}
499 -
500
501 diff --git a/net-mail/fetchmail/files/fetchmail.service b/net-mail/fetchmail/files/fetchmail.service
502 deleted file mode 100644
503 index 954f06e..0000000
504 --- a/net-mail/fetchmail/files/fetchmail.service
505 +++ /dev/null
506 @@ -1,11 +0,0 @@
507 -[Unit]
508 -Description=A remote-mail retrieval utility
509 -After=network.target
510 -
511 -[Service]
512 -User=fetchmail
513 -ExecStart=/usr/bin/fetchmail -d 60 -f /etc/fetchmailrc
514 -RestartSec=1
515 -
516 -[Install]
517 -WantedBy=multi-user.target
518
519 diff --git a/net-mail/fetchmail/files/fetchmail_at.service b/net-mail/fetchmail/files/fetchmail_at.service
520 deleted file mode 100644
521 index 7e23bf1..0000000
522 --- a/net-mail/fetchmail/files/fetchmail_at.service
523 +++ /dev/null
524 @@ -1,11 +0,0 @@
525 -[Unit]
526 -Description=A remote-mail retrieval utility for %i
527 -After=network.target
528 -
529 -[Service]
530 -User=fetchmail
531 -ExecStart=/usr/bin/fetchmail --pidfile %t/fetchmail/fetchmail-%i.pid -i /var/lib/fetchmail/.fetchids.%i -f /etc/fetchmailrc-%i -d 60
532 -RestartSec=1
533 -
534 -[Install]
535 -WantedBy=multi-user.target
536
537 diff --git a/net-mail/fetchmail/metadata.xml b/net-mail/fetchmail/metadata.xml
538 deleted file mode 100644
539 index 33e5a03..0000000
540 --- a/net-mail/fetchmail/metadata.xml
541 +++ /dev/null
542 @@ -1,15 +0,0 @@
543 -<?xml version="1.0" encoding="UTF-8"?>
544 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
545 -<pkgmetadata>
546 - <maintainer type="project">
547 - <email>net-mail@g.o</email>
548 - <name>Net-Mail</name>
549 - </maintainer>
550 - <use>
551 - <flag name="tk">Enable support for Tk GUI toolkit, in particular it installs fetchmailconf</flag>
552 - <flag name="socks">Enable support for socks proxy</flag>
553 - </use>
554 - <upstream>
555 - <remote-id type="sourceforge">fetchmail</remote-id>
556 - </upstream>
557 -</pkgmetadata>