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: net-dialup/diald/files/, profiles/, net-dialup/diald/
Date: Mon, 01 Feb 2021 09:50:34
Message-Id: 1612173013.00343d7935c9654de4583e7d54f66fb7a487b55a.mgorny@gentoo
1 commit: 00343d7935c9654de4583e7d54f66fb7a487b55a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 09:47:54 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 09:50:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00343d79
7
8 net-dialup/diald: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/677322
11 Closes: https://bugs.gentoo.org/707200
12 Closes: https://bugs.gentoo.org/716012
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 net-dialup/diald/Manifest | 1 -
16 net-dialup/diald/diald-1.0-r3.ebuild | 58 -----------
17 net-dialup/diald/files/diald-1.0-gentoo.patch | 50 ----------
18 net-dialup/diald/files/diald-1.0-nopam.patch | 40 --------
19 net-dialup/diald/files/diald-1.0-posix.patch | 42 --------
20 net-dialup/diald/files/diald-init | 29 ------
21 net-dialup/diald/files/diald.conf | 38 -------
22 net-dialup/diald/files/diald.filter | 138 --------------------------
23 net-dialup/diald/metadata.xml | 10 --
24 profiles/package.mask | 6 --
25 10 files changed, 412 deletions(-)
26
27 diff --git a/net-dialup/diald/Manifest b/net-dialup/diald/Manifest
28 deleted file mode 100644
29 index 645a7beb148..00000000000
30 --- a/net-dialup/diald/Manifest
31 +++ /dev/null
32 @@ -1 +0,0 @@
33 -DIST diald-1.0.tar.gz 199698 BLAKE2B 061364ce8ee7b4797d92f46a9cb7cc81b8fbbf4af4c3f874457eb04217404c93d42c303031031643f0c3f29cbe0eeb082efbbd460a77d2c27efd1095f7fb0f2c SHA512 e9429e63b70f06801fafcb325630bf86775835df386799b003d85df691fdd2fe8cda261735c4d9baf2663ece6e369bd51a0f6c5031e62d4870b3253a1c49ce25
34
35 diff --git a/net-dialup/diald/diald-1.0-r3.ebuild b/net-dialup/diald/diald-1.0-r3.ebuild
36 deleted file mode 100644
37 index eef22960360..00000000000
38 --- a/net-dialup/diald/diald-1.0-r3.ebuild
39 +++ /dev/null
40 @@ -1,58 +0,0 @@
41 -# Copyright 1999-2019 Gentoo Authors
42 -# Distributed under the terms of the GNU General Public License v2
43 -
44 -EAPI=6
45 -
46 -inherit autotools pam
47 -
48 -DESCRIPTION="Daemon that provides on demand IP links via SLIP or PPP"
49 -HOMEPAGE="http://diald.sourceforge.net"
50 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
51 -
52 -LICENSE="Old-MIT GPL-2" # GPL-2 only for init script
53 -SLOT="0"
54 -KEYWORDS="~amd64 x86"
55 -IUSE="pam"
56 -
57 -DEPEND="pam? ( sys-libs/pam )
58 - sys-apps/tcp-wrappers"
59 -RDEPEND="${DEPEND}
60 - net-dialup/ppp"
61 -
62 -src_prepare() {
63 - eapply "${FILESDIR}/${P}-posix.patch"
64 - eapply "${FILESDIR}/${P}-gentoo.patch"
65 - if ! use pam; then
66 - eapply "${FILESDIR}/${P}-nopam.patch"
67 - rm "${S}"/README.pam
68 - cd "${S}"
69 - eautoconf
70 - fi
71 - eapply_user
72 -}
73 -
74 -src_install() {
75 - emake \
76 - DESTDIR="${D}" \
77 - sysconfdir=/etc \
78 - bindir=/usr/bin \
79 - sbindir=/usr/sbin \
80 - mandir=/usr/share/man \
81 - libdir=/usr/lib/diald \
82 - BINGRP=root \
83 - ROOTUID=root \
84 - ROOTGRP=root \
85 - install
86 - use pam && pamd_mimic_system diald auth account
87 -
88 - dodir /var/cache/diald
89 - mknod -m 0660 "${D}/var/cache/diald/diald.ctl" p
90 -
91 - dodoc BUGS CHANGES NOTES README* \
92 - THANKS TODO TODO.budget doc/diald-faq.txt
93 - docinto setup ; cp -pPR setup/* "${D}/usr/share/doc/${PF}/setup"
94 - docinto contrib ; cp -pPR contrib/* "${D}/usr/share/doc/${PF}/contrib"
95 -
96 - insinto /etc/diald ; doins "${FILESDIR}"/{diald.conf,diald.filter}
97 - newinitd "${FILESDIR}/diald-init" diald
98 -}
99
100 diff --git a/net-dialup/diald/files/diald-1.0-gentoo.patch b/net-dialup/diald/files/diald-1.0-gentoo.patch
101 deleted file mode 100644
102 index 0e6f538ef76..00000000000
103 --- a/net-dialup/diald/files/diald-1.0-gentoo.patch
104 +++ /dev/null
105 @@ -1,50 +0,0 @@
106 -diff -Nru diald-1.0.orig/Makefile.in diald-1.0/Makefile.in
107 ---- diald-1.0.orig/Makefile.in 2008-04-13 21:09:37.000000000 +0300
108 -+++ diald-1.0/Makefile.in 2008-04-13 21:11:17.000000000 +0300
109 -@@ -21,9 +21,13 @@
110 - mandir = @mandir@
111 -
112 -
113 -+ROOTUID = root
114 -+ROOTGRP = root
115 -+BINGRP = bin
116 -+
117 - CC = @CC@
118 - CFLAGS = @CFLAGS@ @DEFS@ -I$(srcdir) \
119 -- -DDIALD_CONFIG_FILE=\"@sysconfdir@/diald.conf\" \
120 -+ -DDIALD_CONFIG_FILE=\"@sysconfdir@/diald/diald.conf\" \
121 - -DDIALD_DEFS_FILE=\"@libdir@/diald/diald.defs\" \
122 - -DRUN_PREFIX=\"@localstatedir@/run\"
123 - INSTALL = @INSTALL@
124 -@@ -51,21 +55,19 @@
125 - $(INSTALL) -d $(DESTDIR)$(bindir)
126 - $(INSTALL) -m 0755 bin/dctrl $(DESTDIR)$(bindir)/dctrl
127 - $(INSTALL) -d $(DESTDIR)$(sbindir)
128 -- $(INSTALL) -s -o root -g bin diald $(DESTDIR)$(sbindir)/diald
129 -+ $(INSTALL) -o $(ROOTUID) -g $(BINGRP) diald $(DESTDIR)$(sbindir)/diald
130 - $(INSTALL) -d $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(mandir)/man5 \
131 - $(DESTDIR)$(mandir)/man8
132 -- $(INSTALL) -o root -g bin -m 0644 doc/diald.man $(DESTDIR)$(mandir)/man8/diald.8
133 -- $(INSTALL) -o root -g bin -m 0644 doc/dctrl.man $(DESTDIR)$(mandir)/man1/dctrl.1
134 -- $(INSTALL) -o root -g bin -m 0644 doc/diald-examples.man $(DESTDIR)$(mandir)/man5/diald-examples.5
135 -- $(INSTALL) -o root -g bin -m 0644 doc/diald-control.man $(DESTDIR)$(mandir)/man5/diald-control.5
136 -- $(INSTALL) -o root -g bin -m 0644 doc/diald-monitor.man $(DESTDIR)$(mandir)/man5/diald-monitor.5
137 -+ $(INSTALL) -o $(ROOTUID) -g $(BINGRP) -m 0644 doc/diald.man $(DESTDIR)$(mandir)/man8/diald.8
138 -+ $(INSTALL) -o $(ROOTUID) -g $(BINGRP) -m 0644 doc/dctrl.man $(DESTDIR)$(mandir)/man1/dctrl.1
139 -+ $(INSTALL) -o $(ROOTUID) -g $(BINGRP) -m 0644 doc/diald-examples.man $(DESTDIR)$(mandir)/man5/diald-examples.5
140 -+ $(INSTALL) -o $(ROOTUID) -g $(BINGRP) -m 0644 doc/diald-control.man $(DESTDIR)$(mandir)/man5/diald-control.5
141 -+ $(INSTALL) -o $(ROOTUID) -g $(BINGRP) -m 0644 doc/diald-monitor.man $(DESTDIR)$(mandir)/man5/diald-monitor.5
142 - -mkdir -p $(DESTDIR)$(libdir)
143 -- $(INSTALL) -o root -g bin lib/*.gif $(DESTDIR)$(libdir)
144 -- $(INSTALL) -o root -g bin -m 0644 config/diald.defs $(DESTDIR)$(libdir)/diald.defs
145 -- $(INSTALL) -o root -g bin -m 0644 config/standard.filter $(DESTDIR)$(libdir)/standard.filter
146 -- $(INSTALL) -d -m 0755 $(DESTDIR)/etc/pam.d
147 -- $(INSTALL) -o root -g root -m 0644 config/diald.pam $(DESTDIR)/$(sysconfdir)/pam.d/diald
148 -- $(INSTALL) -o root -g bin bin/connect $(DESTDIR)$(libdir)/connect
149 -+ $(INSTALL) -o $(ROOTUID) -g $(BINGRP) lib/*.gif $(DESTDIR)$(libdir)
150 -+ $(INSTALL) -o $(ROOTUID) -g $(BINGRP) -m 0644 config/diald.defs $(DESTDIR)$(libdir)/diald.defs
151 -+ $(INSTALL) -o $(ROOTUID) -g $(BINGRP) -m 0644 config/standard.filter $(DESTDIR)$(libdir)/standard.filter
152 -+ $(INSTALL) -o $(ROOTUID) -g $(BINGRP) bin/connect $(DESTDIR)$(libdir)/connect
153 -
154 - clean:
155 - rm -f *.o diald
156
157 diff --git a/net-dialup/diald/files/diald-1.0-nopam.patch b/net-dialup/diald/files/diald-1.0-nopam.patch
158 deleted file mode 100644
159 index 7fb78b5631a..00000000000
160 --- a/net-dialup/diald/files/diald-1.0-nopam.patch
161 +++ /dev/null
162 @@ -1,40 +0,0 @@
163 -diff -Nru diald-1.0.orig/configure.in diald-1.0/configure.in
164 ---- diald-1.0.orig/configure.in 2001-06-16 19:01:25.000000000 +0300
165 -+++ diald-1.0/configure.in 2007-07-12 09:56:35.000000000 +0300
166 -@@ -10,7 +10,6 @@
167 - dnl Checks for libraries.
168 - AC_CHECK_LIB(dl, dlsym)
169 - AC_CHECK_LIB(nsl, nis_add)
170 --AC_CHECK_LIB(pam, pam_start)
171 - AC_CHECK_LIB(wrap, request_init)
172 - AC_CHECK_LIB(util, openpty)
173 -
174 -diff -Nru diald-1.0.orig/doc/diald-control.man diald-1.0/doc/diald-control.man
175 ---- diald-1.0.orig/doc/diald-control.man 2001-06-15 18:38:20.000000000 +0300
176 -+++ diald-1.0/doc/diald-control.man 2007-07-12 09:55:59.000000000 +0300
177 -@@ -65,10 +65,6 @@
178 - TCP connections.
179 - If \fI<method>\fR is "simple" then a single following
180 - string specifies the name of the privileges to request.
181 --If \fI<method>\fR is "pam" then the two following strings specify
182 --the UNIX username and password to be authenticated using PAM
183 --(Pluggable Authentication Modules). Privileges are then given
184 --according to group membership.
185 - .TP
186 - .B block
187 - Block diald from making outgoing calls until a unblock command is issued.
188 -diff -Nru diald-1.0.orig/doc/diald.man diald-1.0/doc/diald.man
189 ---- diald-1.0.orig/doc/diald.man 2001-06-15 18:38:20.000000000 +0300
190 -+++ diald-1.0/doc/diald.man 2007-07-12 09:54:37.000000000 +0300
191 -@@ -184,11 +184,6 @@
192 - (very simple...) for TCP monitor connections.
193 -
194 - .TP
195 --.B authpam \fI<file>\fR
196 --Specifies the name of a file to be used for PAM authentication
197 --(not so simple...) for TCP monitor connections.
198 --
199 --.TP
200 - .B scheduler \fI<class>\fR
201 - Set diald's scheduling class. Valid choices for systems that
202 - support POSIX scheduling classes are:
203
204 diff --git a/net-dialup/diald/files/diald-1.0-posix.patch b/net-dialup/diald/files/diald-1.0-posix.patch
205 deleted file mode 100644
206 index 3ff13ab9bdb..00000000000
207 --- a/net-dialup/diald/files/diald-1.0-posix.patch
208 +++ /dev/null
209 @@ -1,42 +0,0 @@
210 -diff -Nru diald-1.0.orig/diald.h diald-1.0/diald.h
211 ---- diald-1.0.orig/diald.h 2001-06-16 19:01:25.000000000 +0300
212 -+++ diald-1.0/diald.h 2006-09-21 15:58:57.000000000 +0300
213 -@@ -31,6 +31,10 @@
214 - #if HAVE_SYS_TIME_H
215 - # include <sys/time.h>
216 - #endif
217 -+#include <time.h>
218 -+#ifndef CLK_TCK
219 -+# define CLK_TCK (CLOCKS_PER_SEC)
220 -+#endif
221 - #ifdef _POSIX_PRIORITY_SCHEDULING
222 - # include <sched.h>
223 - #endif
224 -diff -Nru diald-1.0.orig/firewall.c diald-1.0/firewall.c
225 ---- diald-1.0.orig/firewall.c 2006-09-21 16:08:18.000000000 +0300
226 -+++ diald-1.0/firewall.c 2006-09-21 15:49:12.000000000 +0300
227 -@@ -69,7 +69,7 @@
228 - #if 0
229 - mon_syslog(LOG_DEBUG,"slot def: %d %d %x %x %x",
230 - slot->start, slot->end, slot->wday, slot->mday, slot->month);
231 --#endif 0
232 -+#endif
233 - if ((slot->start <= ctime)
234 - && (ctime <= slot->end)
235 - && (slot->wday & (1<<ltime->tm_wday))
236 -diff -Nru diald-1.0.orig/log.c diald-1.0/log.c
237 ---- diald-1.0.orig/log.c 2001-06-16 22:51:39.000000000 +0300
238 -+++ diald-1.0/log.c 2006-09-21 16:05:11.000000000 +0300
239 -@@ -19,10 +19,8 @@
240 - xstrerror(int n)
241 - {
242 - static char buf[30];
243 --
244 -- if (n >= 0 && n < sys_nerr)
245 -- return (char *)sys_errlist[n];
246 -- sprintf(buf, "Error code %d\n", n);
247 -+ if (strerror_r(n, buf, 30) != 0)
248 -+ sprintf(buf, "Error code %d\n", n);
249 - return buf;
250 - }
251 -
252
253 diff --git a/net-dialup/diald/files/diald-init b/net-dialup/diald/files/diald-init
254 deleted file mode 100644
255 index fe0ea59c320..00000000000
256 --- a/net-dialup/diald/files/diald-init
257 +++ /dev/null
258 @@ -1,29 +0,0 @@
259 -#!/sbin/openrc-run
260 -# Copyright 1999-2016 Gentoo Foundation
261 -# Distributed under the terms of the GNU General Public License v2
262 -
263 -depend() {
264 - need net
265 -}
266 -
267 -checkconfig() {
268 - if [ ! -e /etc/diald/diald.conf ] ; then
269 - eerror "You need an /etc/diald/diald.conf file first"
270 - eerror "There is a sample in /usr/share/doc/diald"
271 - return 1
272 - fi
273 -}
274 -
275 -start() {
276 - checkconfig || return 1
277 - ebegin "Starting diald"
278 - start-stop-daemon --start --quiet --exec /usr/sbin/diald \
279 - -- -f /etc/diald/diald.conf
280 - eend $?
281 -}
282 -
283 -stop() {
284 - ebegin "Stopping diald"
285 - start-stop-daemon --stop --quiet --pidfile /var/run/diald.pid
286 - eend $?
287 -}
288
289 diff --git a/net-dialup/diald/files/diald.conf b/net-dialup/diald/files/diald.conf
290 deleted file mode 100644
291 index 9bbda2aa59a..00000000000
292 --- a/net-dialup/diald/files/diald.conf
293 +++ /dev/null
294 @@ -1,38 +0,0 @@
295 -# sample diald.conf
296 -
297 -# if Internet Access Type is modem
298 -# ---------begin-section----------
299 -mode ppp
300 -connect "/usr/sbin/chat -v -f /etc/network-scripts/chat-ppp0"
301 -device /dev/modem
302 -speed 115200
303 -modem
304 -lock
305 -crtscts
306 -# ---------end-section------------
307 -#
308 -
309 -# if Internet Access Type is ISDN
310 -# ---------begin-section----------
311 -# mode dev
312 -# connect "/bin/sh /etc/network-scripts/net_cnx_up"
313 -# disconnect "/bin/sh /etc/network-scripts/net_cnx_down"
314 -# device ippp0
315 -# ---------end-section------------
316 -
317 -local 10.0.0.2
318 -remote 10.0.0.3
319 -dynamic
320 -defaultroute
321 -connect-timeout 90
322 -redial-timeout 10
323 -retry-count 3
324 -include /etc/diald/diald.filter
325 -fifo /var/cache/diald/diald.ctl
326 -#
327 -# you can start any script when interface up or down
328 -# sample with bastille
329 -# ---------begin-section----------
330 -#ip-up /sbin/bastille-firewall-reset
331 -#ip-down /sbin/bastille-firewall-reset
332 -# ---------end-section------------
333
334 diff --git a/net-dialup/diald/files/diald.filter b/net-dialup/diald/files/diald.filter
335 deleted file mode 100644
336 index 461e4f7d5be..00000000000
337 --- a/net-dialup/diald/files/diald.filter
338 +++ /dev/null
339 @@ -1,138 +0,0 @@
340 -# sample diald.filter
341 -#
342 -# connect policy during office hours on weekdays
343 -restrict 8:00:00 17:59:59 1-5 * *
344 -
345 -# connect policy outside office hours on weekdays
346 -#restrict * 7:59:59 1-5 * *
347 -#or-restrict 18:00:00 * 1-5 * *
348 -
349 -# connect policy during the weekend
350 -#restrict * * 0,6 * *
351 -
352 -# always connected
353 -up
354 -
355 -# always down
356 -# down
357 -
358 -
359 -#------------------------------------------------------------------------------
360 -# Rules for TCP packets.
361 -#------------------------------------------------------------------------------
362 -
363 -# If we force the line up (for example to trigger fetchmail)
364 -# but no packets are sent, specify how long to hold the line
365 -# up:
366 -# here :everything else gets 30 minutes.
367 -
368 -first-packet-timeout 30
369 -
370 -# The first rule is designed to give the link 30 seconds up time
371 -# when we are initiating a TCP connection. The idea here is to deal
372 -# with possibility that the network on the opposite end of the
373 -# connection is unreachable. In this case you don't really want to
374 -# give the link 10 minutes up time. With the rule below we only give
375 -# the link 30 seconds initially. If the network is reachable then
376 -# we will normally get a response that actually contains some data
377 -# within 30 seconds. If this causes problems because you have a
378 -# slow response time at some site you want to regularly access, you
379 -# can either increase the timeout or remove this rule.
380 -
381 -accept tcp 30 tcp.syn
382 -
383 -# If you are running named, then it will send data across the link
384 -# periodically to synchronize against other domain name servers.
385 -# Since this can happen at any time, it is undesirable to keep the
386 -# link up for it. Therefore, we ignore any tcp traffic from or to a
387 -# domain name server.
388 -
389 -ignore tcp tcp.dest=tcp.domain
390 -ignore tcp tcp.source=tcp.domain
391 -
392 -# Normally the packet that starts a connection is longer that 40
393 -# bytes, since it normally contains TCP options to specify the MSS.
394 -# However, some TCP implementations don't include these options.
395 -# Therefore, we must be careful not to ignore SYN packets that are
396 -# only 40 bytes long.
397 -
398 -accept tcp 30 ip.tot_len=40,tcp.syn
399 -
400 -# Otherwise, we want to ignore any TCP packet that is only 40 bytes
401 -# long, since it is not carrying any data. However, we don't want to
402 -# ignore 40 byte packets that mark the closing of a connection,
403 -# since we use those to cut short the timeout on connections that
404 -# have died. Therefore we must test the tcp.live flag here. If it
405 -# is not set we might want to see this packet later on in the rules.
406 -
407 -ignore tcp ip.tot_len=40,tcp.live
408 -
409 -# Make sure http transfers hold the link up, even after they end.
410 -# This prevents web browsers from bouncing the connection too much.
411 -#
412 -# HTTP transfers get 3 minutes
413 -accept tcp 180 tcp.dest=tcp.www
414 -accept tcp 180 tcp.source=tcp.www
415 -
416 -
417 -# Once the link is no longer live, we try to shut down the
418 -# connection quickly. Note that if the link is already down, the
419 -# closing of the a connection (which will generate traffic) will not
420 -# bring it back up.
421 -
422 -# here :everything else gets 30 minutes.
423 -keepup tcp 30 !tcp.live
424 -ignore tcp !tcp.live
425 -
426 -# Finally, if we don't match the TCP packet somewhere above, then we
427 -# give the link 10 minutes up time. Most TCP packets match this
428 -# rule. Note that as soon as the TCP connection is closed, the keepup
429 -# rule above overwrites the timeout.
430 -
431 -accept tcp 600 any
432 -
433 -#------------------------------------------------------------------------------
434 -# Rules for UDP packets
435 -#------------------------------------------------------------------------------
436 -
437 -# Don't bring the link up for rwho:
438 -
439 -ignore udp udp.dest=udp.who
440 -ignore udp udp.source=udp.who
441 -
442 -# Don't bring the link up for routing packets:
443 -
444 -ignore udp udp.dest=udp.router
445 -ignore udp udp.source=udp.router
446 -
447 -# Don't bring the link up for NTP or timed:
448 -
449 -ignore udp udp.dest=udp.ntp
450 -ignore udp udp.source=udp.ntp
451 -ignore udp udp.dest=udp.timed
452 -ignore udp udp.source=udp.timed
453 -
454 -# Don't bring up on domain name requests between two running copies of named:
455 -
456 -ignore udp udp.dest=udp.domain,udp.source=udp.domain
457 -
458 -# Bring up the network for domain requests:
459 -
460 -accept udp 30 udp.dest=udp.domain
461 -accept udp 30 udp.source=udp.domain
462 -
463 -# Bring up the network for netbios requests, except between netbios servers:
464 -
465 -ignore udp udp.source=udp.netbios-ns,udp.dest=udp.netbios-ns
466 -accept udp 30 udp.dest=udp.netbios-ns
467 -accept udp 30 udp.source=udp.netbios-ns
468 -
469 -# Any other UDP packets:
470 -
471 -# here :everything else gets 30 minutes.
472 -accept udp 30 any
473 -
474 -# Catch any packets that we didn't catch above:
475 -
476 -# here :everything else gets 30 minutes.
477 -accept any 30 any
478
479 diff --git a/net-dialup/diald/metadata.xml b/net-dialup/diald/metadata.xml
480 deleted file mode 100644
481 index 3de69495b62..00000000000
482 --- a/net-dialup/diald/metadata.xml
483 +++ /dev/null
484 @@ -1,10 +0,0 @@
485 -<?xml version="1.0" encoding="UTF-8"?>
486 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
487 -<pkgmetadata>
488 - <!-- maintainer-needed -->
489 - <longdescription>Diald is an intelligent link management tool originally named
490 -for its ability to control dial-on-demand network connections</longdescription>
491 - <upstream>
492 - <remote-id type="sourceforge">diald</remote-id>
493 - </upstream>
494 -</pkgmetadata>
495
496 diff --git a/profiles/package.mask b/profiles/package.mask
497 index a6010b2421e..7d0a7c0dd98 100644
498 --- a/profiles/package.mask
499 +++ b/profiles/package.mask
500 @@ -206,12 +206,6 @@ sci-physics/cernlib
501 sci-physics/cernlib-montecarlo
502 sci-physics/paw
503
504 -# Jakov Smolic <jakov.smolic@×××××××.hr> (2021-01-02)
505 -# Fails to build with gcc-10, no maintainer, upstream gone,
506 -# multiple open bugs.
507 -# Removal in 30 days, bug #677322, bug #707200, bug #716012
508 -net-dialup/diald
509 -
510 # Sam James <sam@g.o> (2021-01-01)
511 # UnrealIRCd 4.x is EOL. Please upgrade to 5.x.
512 # To be removed shortly.