Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nessus-libraries/files/, net-analyzer/nessus-plugins/files/, ...
Date: Mon, 15 Apr 2019 08:00:47
Message-Id: 1555315219.3e7bbcd42631e7c460f16a182eecabcb4f780e45.zlogene@gentoo
1 commit: 3e7bbcd42631e7c460f16a182eecabcb4f780e45
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 15 08:00:19 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 15 08:00:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7bbcd4
7
8 net-analyzer: remove lastrited nessus and co.
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 net-analyzer/libnasl/Manifest | 1 -
13 .../libnasl/files/libnasl-2.2.9-bison3.patch | 29 ---------
14 .../libnasl/files/libnasl-2.2.9-gentoo.patch | 29 ---------
15 .../libnasl/files/libnasl-2.2.9-openssl-1.patch | 45 -------------
16 net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild | 54 ----------------
17 net-analyzer/libnasl/metadata.xml | 8 ---
18 net-analyzer/nessus-client/Manifest | 2 -
19 .../files/nessus-client-1.0.2-make.patch | 74 ----------------------
20 net-analyzer/nessus-client/metadata.xml | 8 ---
21 .../nessus-client/nessus-client-1.0.2-r2.ebuild | 57 -----------------
22 net-analyzer/nessus-core/Manifest | 1 -
23 net-analyzer/nessus-core/files/2.2.9-crash.patch | 15 -----
24 net-analyzer/nessus-core/files/2.2.9-gentoo.patch | 58 -----------------
25 .../nessus-core/files/nessus-core-2.2.9-open.patch | 11 ----
26 net-analyzer/nessus-core/files/nessusd-r7 | 25 --------
27 net-analyzer/nessus-core/metadata.xml | 9 ---
28 .../nessus-core/nessus-core-2.2.9-r1.ebuild | 65 -------------------
29 net-analyzer/nessus-libraries/Manifest | 1 -
30 .../files/nessus-libraries-2.2.9-linking.patch | 61 ------------------
31 net-analyzer/nessus-libraries/metadata.xml | 9 ---
32 .../nessus-libraries-2.2.9-r1.ebuild | 48 --------------
33 net-analyzer/nessus-plugins/Manifest | 1 -
34 .../nessus-plugins/files/2.2.9-gentoo.patch | 58 -----------------
35 net-analyzer/nessus-plugins/metadata.xml | 9 ---
36 .../nessus-plugins/nessus-plugins-2.2.9-r1.ebuild | 35 ----------
37 net-analyzer/nessus/metadata.xml | 8 ---
38 net-analyzer/nessus/nessus-2.2.9.ebuild | 36 -----------
39 net-analyzer/prelude-nessus/Manifest | 1 -
40 net-analyzer/prelude-nessus/metadata.xml | 5 --
41 .../prelude-nessus/prelude-nessus-20021107.ebuild | 25 --------
42 30 files changed, 788 deletions(-)
43
44 diff --git a/net-analyzer/libnasl/Manifest b/net-analyzer/libnasl/Manifest
45 deleted file mode 100644
46 index 8d0f717bbc8..00000000000
47 --- a/net-analyzer/libnasl/Manifest
48 +++ /dev/null
49 @@ -1 +0,0 @@
50 -DIST libnasl-2.2.9.tar.gz 366960 BLAKE2B 4d5b5259c6bd1184d2bdf8f72a0e1f327666150f7d943c0343560d8ff0596819db10437f714c5fb7440afadf947492112c667bf224248f994be474ceb87243d9 SHA512 74a637d39f0d61c9e0f692d3a6754000ef635690a61b05c88608fd5bbee438ce720597babe25af80bccd4fca52f22531b3fc913820a13147c179f8a16c034e03
51
52 diff --git a/net-analyzer/libnasl/files/libnasl-2.2.9-bison3.patch b/net-analyzer/libnasl/files/libnasl-2.2.9-bison3.patch
53 deleted file mode 100644
54 index 91f91fa38e0..00000000000
55 --- a/net-analyzer/libnasl/files/libnasl-2.2.9-bison3.patch
56 +++ /dev/null
57 @@ -1,29 +0,0 @@
58 ---- a/nasl/nasl_grammar.y
59 -+++ b/nasl/nasl_grammar.y
60 -@@ -1,4 +1,6 @@
61 --%pure_parser
62 -+%pure-parser
63 -+%parse-param {naslctxt * parm}
64 -+%lex-param {naslctxt * parm}
65 - %expect 1
66 - %{
67 - /* Nessus Attack Scripting Language version 2
68 -@@ -31,7 +33,7 @@
69 - #include "nasl_lex_ctxt.h"
70 - #include "nasl_debug.h"
71 -
72 --static void naslerror(const char *);
73 -+static void naslerror(naslctxt *, const char *);
74 - #define YYERROR_VERBOSE
75 - %}
76 -
77 -@@ -465,8 +467,7 @@
78 - #include <stdio.h>
79 - #include <stdlib.h>
80 -
81 --static void
82 --naslerror(const char *s)
83 -+static void naslerror(naslctxt *parm, const char *s)
84 - {
85 - fputs(s, stderr);
86 - }
87
88 diff --git a/net-analyzer/libnasl/files/libnasl-2.2.9-gentoo.patch b/net-analyzer/libnasl/files/libnasl-2.2.9-gentoo.patch
89 deleted file mode 100644
90 index c82f76d6001..00000000000
91 --- a/net-analyzer/libnasl/files/libnasl-2.2.9-gentoo.patch
92 +++ /dev/null
93 @@ -1,29 +0,0 @@
94 -index 860653d..82bdf2f 100644
95 ---- a/Makefile
96 -+++ b/Makefile
97 -@@ -1,7 +1,7 @@
98 - include nasl.tmpl
99 -
100 - all:
101 -- cd nasl && ${MAKE}
102 -+ ${MAKE} -C nasl
103 -
104 - nasl.tmpl: nasl.tmpl.in configure
105 - $(SHELL) configure $(CONFIGURE_ARGS)
106 ---- a/nasl/Makefile
107 -+++ b/nasl/Makefile
108 -@@ -97,11 +97,11 @@ cflags :
109 - @echo "echo \"$(NESSUS_CFLAGS) $(include) $(DEFS) \"" > cflags
110 - @chmod +x cflags
111 -
112 --nasl : cflags $(OBJS) nasl.c
113 -- $(CC) $(CFLAGS) $(NESSUS_INCLUDE) $(include) -o nasl -DVERSION=\"$(VERSION)\" nasl.c $(OBJS) $(NESSUS_LIBS)
114 -+nasl : cflags $(OBJS) nasl.c libnasl.la
115 -+ $(CC) $(CFLAGS) $(LDFLAGS) $(NESSUS_INCLUDE) $(include) -o nasl -DVERSION=\"$(VERSION)\" nasl.c $(OBJS) $(NESSUS_LIBS)
116 -
117 - libnasl.la : cflags $(OBJS)
118 -- $(COMPILE) $(NESSUS_LIBS) -o libnasl.la $(LO_OBJS) -rpath ${libdir} \
119 -+ $(COMPILE) $(NESSUS_LIBS) $(LDFLAGS) -o libnasl.la $(LO_OBJS) -rpath ${libdir} \
120 - -version-info ${PACKAGE_VERSION}
121 -
122 - install : libnasl.la nasl
123
124 diff --git a/net-analyzer/libnasl/files/libnasl-2.2.9-openssl-1.patch b/net-analyzer/libnasl/files/libnasl-2.2.9-openssl-1.patch
125 deleted file mode 100644
126 index fc3b38be4c2..00000000000
127 --- a/net-analyzer/libnasl/files/libnasl-2.2.9-openssl-1.patch
128 +++ /dev/null
129 @@ -1,45 +0,0 @@
130 -http://bugs.gentoo.org/326545
131 -
132 ---- a/nasl/nasl_crypto.c
133 -+++ b/nasl/nasl_crypto.c
134 -@@ -22,7 +22,9 @@
135 - */
136 - #include <includes.h>
137 - #ifdef HAVE_SSL
138 -+#ifdef HAVE_OPENSSL_MD2_H
139 - #include <openssl/md2.h>
140 -+#endif
141 - #include <openssl/md4.h>
142 - #include <openssl/md5.h>
143 - #include <openssl/ripemd.h>
144 -@@ -45,6 +47,7 @@
145 -
146 -
147 - /*-------------------[ Std. HASH ]-------------------------------------*/
148 -+#ifdef HAVE_OPENSSL_MD2_H
149 - tree_cell * nasl_md2(lex_ctxt * lexic)
150 - {
151 - char * data = get_str_var_by_num(lexic, 0);
152 -@@ -63,6 +66,7 @@
153 - retc->size = MD2_DIGEST_LENGTH;
154 - return retc;
155 - }
156 -+#endif
157 -
158 - tree_cell * nasl_md4(lex_ctxt * lexic)
159 - {
160 -@@ -192,12 +196,12 @@
161 - return retc;
162 - }
163 -
164 --
165 -+#ifdef HAVE_OPENSSL_MD2_H
166 - tree_cell * nasl_hmac_md2(lex_ctxt * lexic)
167 - {
168 - return nasl_hmac(lexic, EVP_md2());
169 - }
170 --
171 -+#endif
172 -
173 - tree_cell * nasl_hmac_md5(lex_ctxt * lexic)
174 - {
175
176 diff --git a/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild b/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild
177 deleted file mode 100644
178 index 497332220f4..00000000000
179 --- a/net-analyzer/libnasl/libnasl-2.2.9-r1.ebuild
180 +++ /dev/null
181 @@ -1,54 +0,0 @@
182 -# Copyright 1999-2015 Gentoo Foundation
183 -# Distributed under the terms of the GNU General Public License v2
184 -
185 -EAPI=5
186 -inherit eutils toolchain-funcs
187 -
188 -DESCRIPTION="A remote security scanner for Linux (libnasl)"
189 -HOMEPAGE="http://www.nessus.org/"
190 -SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"
191 -
192 -LICENSE="GPL-2"
193 -SLOT="0"
194 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
195 -IUSE="static-libs"
196 -
197 -RDEPEND="
198 - ~net-analyzer/nessus-libraries-${PV}
199 -"
200 -DEPEND="
201 - ${RDEPEND}
202 - sys-devel/bison
203 -"
204 -
205 -S=${WORKDIR}/${PN}
206 -
207 -src_prepare() {
208 - epatch \
209 - "${FILESDIR}"/${P}-openssl-1.patch \
210 - "${FILESDIR}"/${P}-gentoo.patch \
211 - "${FILESDIR}"/${P}-bison3.patch
212 -
213 - sed \
214 - -e "/^LDFLAGS/s:$:${LDFLAGS}:g" \
215 - -i nasl.tmpl.in || die
216 -
217 - tc-export CC
218 -}
219 -
220 -src_configure() {
221 - econf \
222 - $(use_enable static-libs static) \
223 - --enable-shared
224 -}
225 -
226 -src_compile() {
227 - # emake fails for >= -j2. bug #16471.
228 - emake -C nasl cflags
229 - emake
230 -}
231 -
232 -src_install() {
233 - default
234 - prune_libtool_files
235 -}
236
237 diff --git a/net-analyzer/libnasl/metadata.xml b/net-analyzer/libnasl/metadata.xml
238 deleted file mode 100644
239 index 74c2baebb4e..00000000000
240 --- a/net-analyzer/libnasl/metadata.xml
241 +++ /dev/null
242 @@ -1,8 +0,0 @@
243 -<?xml version="1.0" encoding="UTF-8"?>
244 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
245 -<pkgmetadata>
246 -<maintainer type="project">
247 - <email>netmon@g.o</email>
248 - <name>Gentoo network monitoring and analysis project</name>
249 -</maintainer>
250 -</pkgmetadata>
251
252 diff --git a/net-analyzer/nessus-client/Manifest b/net-analyzer/nessus-client/Manifest
253 deleted file mode 100644
254 index 6878254d4fa..00000000000
255 --- a/net-analyzer/nessus-client/Manifest
256 +++ /dev/null
257 @@ -1,2 +0,0 @@
258 -DIST NessusClient-1.0.2.tar.gz 2058324 BLAKE2B 8e2d27bc2c88d57bb57088d6061119144282db547d3f21bb242c9ba20e7f091fdbae3ee26f21ab4b8c33b8a3ff901c311e77ecb2d28aecf3d066152db2d2efcc SHA512 999e8ba11208351ffc37bad9fabc8c0b01e4abc2a638660818a1877cdb21a5d3b40d330b722debe9833e87db60e4f8aef53044f14fe5eeb8ffe57f3522bfa927
259 -DIST nessus-client.png.bz2 10043 BLAKE2B 471dabb9effab168d6a92595a258679e961e8e1a64c29aa4b0ff0d013b67bf5b417d764390eddfff6bd9bdae0f385d1858890ec97dfbffa2f1d45b26e40c7dc3 SHA512 39e2b41e3b4fcfdace80085c917754fb0a4cfebcf1f684d97e36e5212e8e2e3539f10527909d7e4e350afdc73801ac1fb5bff2bb5c12be4770e2bb27487542af
260
261 diff --git a/net-analyzer/nessus-client/files/nessus-client-1.0.2-make.patch b/net-analyzer/nessus-client/files/nessus-client-1.0.2-make.patch
262 deleted file mode 100644
263 index a233449b14a..00000000000
264 --- a/net-analyzer/nessus-client/files/nessus-client-1.0.2-make.patch
265 +++ /dev/null
266 @@ -1,74 +0,0 @@
267 ---- a/Makefile 2006-12-23 15:27:39.000000000 +0100
268 -+++ b/Makefile 2010-08-23 01:12:51.000000000 +0200
269 -@@ -2,8 +2,10 @@
270 -
271 - ALLDEPS = nessus.tmpl
272 -
273 --all: libnessus-client client sslstuff
274 --
275 -+all:
276 -+ $(MAKE) -C libnessus
277 -+ $(MAKE) -C nessus
278 -+ $(MAKE) -C ssl
279 -
280 - nessus.tmpl: nessus.tmpl.in configure VERSION
281 - $(SHELL) configure $(CONFIGURE_ARGS)
282 -@@ -21,20 +23,17 @@
283 - $(INSTALL) -m $(CLIENTMODE) nessusclient-mkcert $(DESTDIR)${bindir}
284 - $(INSTALL) -m $(CLIENTMODE) ssl/nessusclient-mkrand $(DESTDIR)${bindir}
285 -
286 --sslstuff:
287 -- cd ssl && $(MAKE)
288 --
289 - install-man:
290 - @echo installing man pages ...
291 - @test -d $(DESTDIR)${mandir}/man1 || $(INSTALL_DIR) $(DESTDIR)${mandir}/man1
292 - @test -d $(DESTDIR)${mandir}/man8 || $(INSTALL_DIR) $(DESTDIR)${mandir}/man8
293 - @test -d $(DESTDIR)${datadir}/doc/ || $(INSTALL_DIR) $(DESTDIR)${datadir}/doc/
294 -- @test -d $(DESTDIR)${datadir}/doc/NessusClient || $(INSTALL_DIR) $(DESTDIR)${datadir}/doc/NessusClient
295 -+ @test -d $(NESSUS_DOCDIR) || $(INSTALL_DIR) $(NESSUS_DOCDIR)
296 -
297 - $(INSTALL) -c -m 0444 ${MAN_NESSUS_1} $(DESTDIR)${mandir}/man1/NessusClient.1
298 - $(INSTALL) -c -m 0444 doc/nessusclient-mkcert.1 $(DESTDIR)${mandir}/man1/nessusclient-mkcert.1
299 - $(INSTALL) -c -m 0444 doc/nessusclient-mkrand.1 $(DESTDIR)${mandir}/man1/nessusclient-mkrand.1
300 -- $(INSTALL) -c -m 0444 doc/NessusClient_UserGuide.pdf $(DESTDIR)${datadir}/doc/NessusClient/NessusClient_UserGuide.pdf
301 -+ $(INSTALL) -c -m 0444 doc/NessusClient_UserGuide.pdf $(NESSUS_DOCDIR)/NessusClient_UserGuide.pdf
302 -
303 - win32: ${MAN_NESSUS_1}
304 - $(MANROFF) ${MAN_NESSUS_1} > doc/NessusClient.1.cat
305 -@@ -45,23 +44,15 @@
306 - @echo ' --------------------------------------------------------------'
307 - @echo
308 -
309 --client-install : client
310 -+client-install : nessus
311 - test -d $(DESTDIR)${bindir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${bindir}
312 - $(INSTALL) -m $(CLIENTMODE) ${make_bindir}/NessusClient $(DESTDIR)${bindir}
313 -
314 --client :
315 -- cd nessus && $(MAKE)
316 --
317 --libnessus-client:
318 -- cd libnessus && $(MAKE)
319 --
320 --
321 - doc : $(MAN_NESSUS_1)
322 -
323 - $(MAN_NESSUS_1) : $(MAN_NESSUS_1).in
324 - @sed -e 's?@NESSUSD_CONFDIR@?${NESSUSD_CONFDIR}?g;s?@NESSUSD_DATADIR@?${NESSUSD_DATADIR}?g;s?@NESSUSD_PLUGINS@?${NESSUSD_PLUGINS}?g;' $(MAN_NESSUS_1).in >$(MAN_NESSUS_1)
325 -
326 --
327 - clean:
328 - cd nessus && $(MAKE) clean
329 - cd libnessus && $(MAKE) clean
330 ---- a/ssl/Makefile 2006-09-12 23:41:31.000000000 +0200
331 -+++ b/ssl/Makefile 2010-08-23 01:16:51.000000000 +0200
332 -@@ -6,7 +6,7 @@
333 - all : nessusclient-mkrand
334 -
335 - nessusclient-mkrand: $(OBJS)
336 -- $(CC) $(OBJS) -o nessusclient-mkrand -lm
337 -+ $(CC) $(LDFLAGS) $(OBJS) -o nessusclient-mkrand -lm
338 -
339 - nessusclient-mkrand.o: nessusclient-mkrand.c
340 - $(CC) $(CFLAGS) -c nessusclient-mkrand.c
341
342 diff --git a/net-analyzer/nessus-client/metadata.xml b/net-analyzer/nessus-client/metadata.xml
343 deleted file mode 100644
344 index 74c2baebb4e..00000000000
345 --- a/net-analyzer/nessus-client/metadata.xml
346 +++ /dev/null
347 @@ -1,8 +0,0 @@
348 -<?xml version="1.0" encoding="UTF-8"?>
349 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
350 -<pkgmetadata>
351 -<maintainer type="project">
352 - <email>netmon@g.o</email>
353 - <name>Gentoo network monitoring and analysis project</name>
354 -</maintainer>
355 -</pkgmetadata>
356
357 diff --git a/net-analyzer/nessus-client/nessus-client-1.0.2-r2.ebuild b/net-analyzer/nessus-client/nessus-client-1.0.2-r2.ebuild
358 deleted file mode 100644
359 index f7bdb523405..00000000000
360 --- a/net-analyzer/nessus-client/nessus-client-1.0.2-r2.ebuild
361 +++ /dev/null
362 @@ -1,57 +0,0 @@
363 -# Copyright 1999-2018 Gentoo Foundation
364 -# Distributed under the terms of the GNU General Public License v2
365 -
366 -EAPI=5
367 -inherit eutils toolchain-funcs
368 -
369 -MY_PN=NessusClient
370 -MY_P=${MY_PN}-${PV}
371 -
372 -DESCRIPTION="A client for the Nessus vulnerability scanner"
373 -HOMEPAGE="http://www.nessus.org/"
374 -SRC_URI="mirror://gentoo/${MY_P}.tar.gz
375 - mirror://gentoo/nessus-client.png.bz2"
376 -
377 -LICENSE="GPL-2"
378 -SLOT="0"
379 -KEYWORDS="amd64 x86"
380 -IUSE="libressl doc"
381 -
382 -RDEPEND="!net-analyzer/nessus-core
383 - !libressl? ( dev-libs/openssl:0= )
384 - libressl? ( dev-libs/libressl:0= )
385 - >=x11-libs/gtk+-2.8.8:2"
386 -DEPEND="${RDEPEND}
387 - virtual/pkgconfig
388 - doc? ( app-text/htmldoc )"
389 -
390 -S=${WORKDIR}/${MY_P}
391 -
392 -src_prepare() {
393 - epatch "${FILESDIR}"/${P}-make.patch
394 - sed -i \
395 - -e "/NESSUS_DOCDIR/s|/doc/NessusClient|/doc/${PF}|g" \
396 - nessus.tmpl.in || die
397 -}
398 -
399 -src_configure() {
400 - tc-export CC
401 - econf
402 -}
403 -
404 -src_install() {
405 - emake DESTDIR="${D}" install || die
406 - dodoc CHANGES README_SSL VERSION
407 -
408 - doicon "${WORKDIR}"/${PN}.png
409 - make_desktop_entry NessusClient "Nessus Client" nessus-client "Network"
410 -}
411 -
412 -pkg_postinst() {
413 - if ! use doc; then
414 - elog "If you do not have documentation installed, nessus-client"
415 - elog "will complain. To install documentation, please emerge with"
416 - elog "the doc useflag set. Beware that it will emerge app-text/htmldoc,"
417 - elog "a big package."
418 - fi
419 -}
420
421 diff --git a/net-analyzer/nessus-core/Manifest b/net-analyzer/nessus-core/Manifest
422 deleted file mode 100644
423 index 0d533c0ee7f..00000000000
424 --- a/net-analyzer/nessus-core/Manifest
425 +++ /dev/null
426 @@ -1 +0,0 @@
427 -DIST nessus-core-2.2.9.tar.gz 674390 BLAKE2B 76599f5a6521d7f2a38d75c647eeaa4faa5d5482803ea1cf21ae0ffbe37f7d638f03c1710b65f5a442af55ccf5eea07385393c34761549441afee6e466b4eadd SHA512 7ec7f35a2b407126d174b6015e7d9566535892d64c5ea4d05297fbf93493016a885ca15c9102abfd515422b49fcd23585e7d41537a4f1afc0b6278c28690fcb1
428
429 diff --git a/net-analyzer/nessus-core/files/2.2.9-crash.patch b/net-analyzer/nessus-core/files/2.2.9-crash.patch
430 deleted file mode 100644
431 index d95c28404de..00000000000
432 --- a/net-analyzer/nessus-core/files/2.2.9-crash.patch
433 +++ /dev/null
434 @@ -1,15 +0,0 @@
435 ---- nessus-core/nessus/auth.c 2007-08-31 23:12:36.000000000 +0200
436 -+++ nessus-core/nessus/auth.c 2007-08-31 23:12:52.000000000 +0200
437 -@@ -92,11 +92,11 @@
438 - char * buffer = emalloc(s);
439 - int len, n = 0;
440 - signal(SIGPIPE, sighand_pipe);
441 -- va_start(param, data);
442 -
443 -
444 - for(;;)
445 - {
446 -+ va_start(param, data);
447 - r = vsnprintf(buffer, s - 1, data, param);
448 - if(r >= 0 && r < s)break;
449 - s = r > s ? r + 2 : s * 2;
450
451 diff --git a/net-analyzer/nessus-core/files/2.2.9-gentoo.patch b/net-analyzer/nessus-core/files/2.2.9-gentoo.patch
452 deleted file mode 100644
453 index c97f6979340..00000000000
454 --- a/net-analyzer/nessus-core/files/2.2.9-gentoo.patch
455 +++ /dev/null
456 @@ -1,58 +0,0 @@
457 - Makefile | 10 +++++-----
458 - nessus-fetch/Makefile | 2 +-
459 - ssl/Makefile | 2 +-
460 - 3 files changed, 7 insertions(+), 7 deletions(-)
461 -
462 -diff --git a/Makefile b/Makefile
463 -index b1485b3..382900a 100644
464 ---- a/Makefile
465 -+++ b/Makefile
466 -@@ -86,17 +86,17 @@ client-install : client
467 - $(INSTALL) -m $(CLIENTMODE) ${make_bindir}/nessus $(DESTDIR)${bindir}
468 -
469 - client :
470 -- cd nessus && $(MAKE)
471 -+ $(MAKE) -C nessus
472 -
473 --server :
474 -- cd nessusd && $(MAKE)
475 -+server : client
476 -+ $(MAKE) -C nessusd
477 -
478 - sslstuff :
479 -- cd ssl && $(MAKE)
480 -+ $(MAKE) -C ssl
481 -
482 -
483 - fetchtool:
484 -- cd nessus-fetch && $(MAKE)
485 -+ $(MAKE) -C nessus-fetch
486 -
487 -
488 - doc : $(MAN_NESSUS_1) $(MAN_NESSUSD_8)
489 -diff --git a/nessus-fetch/Makefile b/nessus-fetch/Makefile
490 -index 63439bc..89fd8c9 100644
491 ---- a/nessus-fetch/Makefile
492 -+++ b/nessus-fetch/Makefile
493 -@@ -5,7 +5,7 @@ include ../nessus.tmpl
494 - all: nessus-fetch
495 -
496 - nessus-fetch: nessus-fetch.o
497 -- $(CC) nessus-fetch.o -o nessus-fetch $(LIBS)
498 -+ $(CC) $(LDFLAGS) nessus-fetch.o -o nessus-fetch $(LIBS)
499 -
500 - nessus-fetch.o: nessus-fetch.c
501 - $(CC) $(NESSUS_CFLAGS) ${include} $(DEFS) $(NESSUS_DEFS) -c nessus-fetch.c
502 -diff --git a/ssl/Makefile b/ssl/Makefile
503 -index 738a692..5e51426 100644
504 ---- a/ssl/Makefile
505 -+++ b/ssl/Makefile
506 -@@ -6,7 +6,7 @@ OBJS = nessus-mkrand.o
507 - all : nessus-mkrand
508 -
509 - nessus-mkrand: $(OBJS)
510 -- $(CC) $(OBJS) -o nessus-mkrand -lm
511 -+ $(CC) $(LDFLAGS) $(OBJS) -o nessus-mkrand -lm
512 -
513 - nessus-mkrand.o: nessus-mkrand.c
514 - $(CC) $(CFLAGS) -c nessus-mkrand.c
515
516 diff --git a/net-analyzer/nessus-core/files/nessus-core-2.2.9-open.patch b/net-analyzer/nessus-core/files/nessus-core-2.2.9-open.patch
517 deleted file mode 100644
518 index fe60ede62b2..00000000000
519 --- a/net-analyzer/nessus-core/files/nessus-core-2.2.9-open.patch
520 +++ /dev/null
521 @@ -1,11 +0,0 @@
522 ---- nessus-core/nessusd/detached.c.orig
523 -+++ nessus-core/nessusd/detached.c
524 -@@ -408,7 +408,7 @@
525 - char * target;
526 - {
527 - char * fname = detached_fname(globals);
528 -- int f = open(fname, O_CREAT|O_WRONLY|O_TRUNC);
529 -+ int f = open(fname, O_CREAT|O_WRONLY|O_TRUNC, 0600);
530 - if(f >= 0)
531 - {
532 - write(f, target, strlen(target));
533
534 diff --git a/net-analyzer/nessus-core/files/nessusd-r7 b/net-analyzer/nessus-core/files/nessusd-r7
535 deleted file mode 100644
536 index e19296b01b9..00000000000
537 --- a/net-analyzer/nessus-core/files/nessusd-r7
538 +++ /dev/null
539 @@ -1,25 +0,0 @@
540 -#!/sbin/openrc-run
541 -# Copyright 1999-2004 Gentoo Foundation
542 -# Distributed under the terms of the GNU General Public License v2
543 -
544 -depend() {
545 - need net
546 -}
547 -
548 -start() {
549 - ebegin "Starting nessusd"
550 - start-stop-daemon --start --quiet --exec /usr/sbin/nessusd -- -D
551 - eend $?
552 -}
553 -
554 -stop() {
555 - ebegin "Stop nessusd"
556 - start-stop-daemon --stop --quiet --exec /usr/sbin/nessusd
557 - einfo "Waiting for the environment to be sane"
558 - while [ -n "$RUNNING" ] ; do
559 - sleep 1
560 - RUNNING=$(ps aux | grep -m 1 nessusd: | grep -v grep)
561 - done
562 - sleep 3
563 - eend $?
564 -}
565
566 diff --git a/net-analyzer/nessus-core/metadata.xml b/net-analyzer/nessus-core/metadata.xml
567 deleted file mode 100644
568 index 3907d4a0d0e..00000000000
569 --- a/net-analyzer/nessus-core/metadata.xml
570 +++ /dev/null
571 @@ -1,9 +0,0 @@
572 -<?xml version="1.0" encoding="UTF-8"?>
573 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
574 -<pkgmetadata>
575 -<maintainer type="project">
576 - <email>netmon@g.o</email>
577 - <name>Gentoo network monitoring and analysis project</name>
578 -</maintainer>
579 -<longdescription>A remote security scanner for Linux (nessus-core)</longdescription>
580 -</pkgmetadata>
581
582 diff --git a/net-analyzer/nessus-core/nessus-core-2.2.9-r1.ebuild b/net-analyzer/nessus-core/nessus-core-2.2.9-r1.ebuild
583 deleted file mode 100644
584 index 695ef1f3190..00000000000
585 --- a/net-analyzer/nessus-core/nessus-core-2.2.9-r1.ebuild
586 +++ /dev/null
587 @@ -1,65 +0,0 @@
588 -# Copyright 1999-2013 Gentoo Foundation
589 -# Distributed under the terms of the GNU General Public License v2
590 -
591 -EAPI="4"
592 -
593 -inherit toolchain-funcs eutils autotools
594 -
595 -DESCRIPTION="A remote security scanner for Linux (nessus-core)"
596 -HOMEPAGE="http://www.nessus.org/"
597 -SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"
598 -
599 -LICENSE="GPL-2"
600 -SLOT="0"
601 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
602 -IUSE="debug gtk prelude tcpd"
603 -
604 -RDEPEND="
605 - ~net-analyzer/nessus-libraries-${PV}
606 - ~net-analyzer/libnasl-${PV}
607 - tcpd? ( sys-apps/tcp-wrappers )
608 - gtk? ( x11-libs/gtk+:2 )
609 - prelude? ( dev-libs/libprelude )
610 - !net-analyzer/nessus-client"
611 -DEPEND="${RDEPEND}
612 - virtual/pkgconfig"
613 -
614 -S="${WORKDIR}"/${PN}
615 -
616 -DOCS="README* UPGRADE_README CHANGES doc/*.txt doc/ntp/*"
617 -
618 -src_prepare() {
619 - tc-export CC
620 - epatch \
621 - "${FILESDIR}"/${PV}-gentoo.patch \
622 - "${FILESDIR}"/${PV}-crash.patch \
623 - "${FILESDIR}"/${P}-open.patch
624 -
625 - sed -i -e "/^LDFLAGS/s:$:${LDFLAGS}:g" nessus.tmpl.in || die
626 - sed -i -e 's:CFLAGS="-g"; ::' configure.in || die
627 -
628 - eautoreconf
629 -}
630 -
631 -src_configure() {
632 - econf \
633 - $(use_enable tcpd tcpwrappers) \
634 - $(use_enable debug) \
635 - $(use_enable gtk)
636 -}
637 -
638 -src_compile() {
639 - emake -C nessus cflags
640 - emake -C nessusd cflags
641 - default
642 -}
643 -
644 -src_install() {
645 - default
646 - newinitd "${FILESDIR}"/nessusd-r7 nessusd
647 - keepdir /var/lib/nessus/logs
648 - keepdir /var/lib/nessus/users
649 - # newer version is provided by nessus-libraries
650 - # should be fixed upstream in version 2.2.6
651 - rm "${ED}"/usr/include/nessus/includes.h
652 -}
653
654 diff --git a/net-analyzer/nessus-libraries/Manifest b/net-analyzer/nessus-libraries/Manifest
655 deleted file mode 100644
656 index f3fcb0f9da4..00000000000
657 --- a/net-analyzer/nessus-libraries/Manifest
658 +++ /dev/null
659 @@ -1 +0,0 @@
660 -DIST nessus-libraries-2.2.9.tar.gz 426560 BLAKE2B 0ad26fa0cccbe9229b0f02d9a2d4000895fd04a3f37cbccf9562e7dc852364b5ba71c4f3ab70dae69c6326ef243879ebb771679cc6c7fccf5e500824df32de1f SHA512 4a87ad07cde5ca82d673efbe2b2d951231880533bc30be4b265ea1f81fba39ae90ef150293486e8bba227a1c174e89cde6e8f95b60f2250f7c2c9ae910d52cff
661
662 diff --git a/net-analyzer/nessus-libraries/files/nessus-libraries-2.2.9-linking.patch b/net-analyzer/nessus-libraries/files/nessus-libraries-2.2.9-linking.patch
663 deleted file mode 100644
664 index 41cd2b21c93..00000000000
665 --- a/net-analyzer/nessus-libraries/files/nessus-libraries-2.2.9-linking.patch
666 +++ /dev/null
667 @@ -1,61 +0,0 @@
668 - Makefile | 4 ++--
669 - libhosts_gatherer/Makefile | 2 +-
670 - libnessus/Makefile | 4 ++--
671 - libnessus/kb.c | 1 +
672 - 4 files changed, 6 insertions(+), 5 deletions(-)
673 -
674 -diff --git a/Makefile b/Makefile
675 -index 938d1b2..672d8cf 100644
676 ---- a/Makefile
677 -+++ b/Makefile
678 -@@ -3,8 +3,8 @@ include nessus.tmpl
679 - ALLDEPS = nessus.tmpl nessus-config
680 -
681 - all: $(ALLDEPS) $(PCAP_MAKE)
682 -- cd libnessus && ${MAKE}
683 -- cd libhosts_gatherer && ${MAKE}
684 -+ ${MAKE} -C libnessus
685 -+ ${MAKE} -C libhosts_gatherer
686 -
687 - nessus-config: nessus-config.pre Makefile nessus.tmpl
688 - @echo Creating $@ ...
689 -diff --git a/libhosts_gatherer/Makefile b/libhosts_gatherer/Makefile
690 -index e2a647c..7d628d8 100644
691 ---- a/libhosts_gatherer/Makefile
692 -+++ b/libhosts_gatherer/Makefile
693 -@@ -22,7 +22,7 @@ install : libhosts_gatherer.la
694 - $(LIBTOOL) --finish $(DESTDIR)${libdir}
695 -
696 - libhosts_gatherer.la : $(OBJS)
697 -- $(LIBTOOL) $(CC) -o libhosts_gatherer.la $(LO_OBJS) -rpath ${libdir} \
698 -+ $(LIBTOOL) $(CC) $(LDFLAGS) -o libhosts_gatherer.la $(LO_OBJS) -rpath ${libdir} \
699 - -version-info ${PACKAGE_VERSION}
700 -
701 - hg_utils.o : hg_utils.h hosts_gatherer.h hg_utils.c
702 -diff --git a/libnessus/Makefile b/libnessus/Makefile
703 -index c5a96db..211f57a 100644
704 ---- a/libnessus/Makefile
705 -+++ b/libnessus/Makefile
706 -@@ -100,8 +100,8 @@ kb.o: kb.c
707 - snprintf.o : snprintf.c
708 - $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c snprintf.c
709 - libnessus.la: $(OBJS)
710 -- $(LIBTOOL) $(CC) -o libnessus.la $(LO_OBJS) -rpath ${libdir} \
711 -- -version-info ${PACKAGE_VERSION}
712 -+ $(LIBTOOL) $(CC) $(LDFLAGS) -o libnessus.la $(LO_OBJS) -rpath ${libdir} \
713 -+ -version-info ${PACKAGE_VERSION} `pcap-config --libs` `pkg-config --libs openssl`
714 -
715 - install : libnessus.la
716 - test -d $(DESTDIR)${libdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${libdir}
717 -diff --git a/libnessus/kb.c b/libnessus/kb.c
718 -index 921c1a1..cbfd840 100644
719 ---- a/libnessus/kb.c
720 -+++ b/libnessus/kb.c
721 -@@ -20,6 +20,7 @@
722 - */
723 -
724 - #include <includes.h>
725 -+#include <fnmatch.h>
726 - #define HASH_MAX 65537
727 -
728 -
729
730 diff --git a/net-analyzer/nessus-libraries/metadata.xml b/net-analyzer/nessus-libraries/metadata.xml
731 deleted file mode 100644
732 index 41f809fbde8..00000000000
733 --- a/net-analyzer/nessus-libraries/metadata.xml
734 +++ /dev/null
735 @@ -1,9 +0,0 @@
736 -<?xml version="1.0" encoding="UTF-8"?>
737 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
738 -<pkgmetadata>
739 -<maintainer type="project">
740 - <email>netmon@g.o</email>
741 - <name>Gentoo network monitoring and analysis project</name>
742 -</maintainer>
743 -<longdescription>A remote security scanner for Linux (nessus-libraries)</longdescription>
744 -</pkgmetadata>
745
746 diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild
747 deleted file mode 100644
748 index 5b473474055..00000000000
749 --- a/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild
750 +++ /dev/null
751 @@ -1,48 +0,0 @@
752 -# Copyright 1999-2016 Gentoo Foundation
753 -# Distributed under the terms of the GNU General Public License v2
754 -
755 -EAPI=5
756 -
757 -inherit eutils multilib toolchain-funcs
758 -
759 -DESCRIPTION="A remote security scanner for Linux (nessus-libraries)"
760 -HOMEPAGE="http://www.nessus.org/"
761 -SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz"
762 -
763 -LICENSE="GPL-2"
764 -SLOT="0"
765 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux"
766 -IUSE="crypt debug libressl static-libs"
767 -
768 -# Hard dep on SSL since libnasl won't compile when this package is emerged -ssl.
769 -DEPEND="
770 - !libressl? ( dev-libs/openssl:0= )
771 - libressl? ( dev-libs/libressl:0= )
772 - net-libs/libpcap"
773 -RDEPEND="${DEPEND}"
774 -
775 -S="${WORKDIR}"/${PN}
776 -
777 -src_prepare() {
778 - epatch "${FILESDIR}"/${P}-linking.patch
779 -
780 - sed -i -e "s:^\(LDFLAGS=\):\1 ${LDFLAGS}:g" nessus.tmpl.in || die
781 - sed -i -e '/sbindir/d' Makefile || die
782 -}
783 -
784 -src_configure() {
785 - tc-export CC
786 - econf \
787 - $(use_enable crypt cypher) \
788 - $(use_enable debug) \
789 - $(use_enable debug debug-ssl) \
790 - $(use_enable static-libs static) \
791 - --enable-shared \
792 - --with-ssl="${EPREFIX}/usr/$(get_libdir)" \
793 - --disable-nessuspcap
794 -}
795 -
796 -src_install() {
797 - default
798 - use static-libs || find "${ED}" -name '*.la' -delete
799 -}
800
801 diff --git a/net-analyzer/nessus-plugins/Manifest b/net-analyzer/nessus-plugins/Manifest
802 deleted file mode 100644
803 index e8810678711..00000000000
804 --- a/net-analyzer/nessus-plugins/Manifest
805 +++ /dev/null
806 @@ -1 +0,0 @@
807 -DIST nessus-plugins-GPL-2.2.9.tar.gz 1064740 BLAKE2B 347559036c5054f0b6a890b41f9fba27cb44be5a4885e5d6e3594241006b9723037297d9af82c78844305bc8b46573e81d7bc6bed137ee1044cff47cb877cb37 SHA512 b76a77be29409bca00fb014ae8e35878283e5d8adccef570da08b65df760f46438ef0392c4435366831b4bc456715f7af9c0ad5e20dd5554f1e4b8c9e8791b04
808
809 diff --git a/net-analyzer/nessus-plugins/files/2.2.9-gentoo.patch b/net-analyzer/nessus-plugins/files/2.2.9-gentoo.patch
810 deleted file mode 100644
811 index 39366844382..00000000000
812 --- a/net-analyzer/nessus-plugins/files/2.2.9-gentoo.patch
813 +++ /dev/null
814 @@ -1,58 +0,0 @@
815 - plugins/find_service/Makefile | 2 +-
816 - plugins/nessus_tcp_scanner/Makefile | 2 +-
817 - plugins/ssl_ciphers/Makefile | 2 +-
818 - plugins/synscan/Makefile | 2 +-
819 - 4 files changed, 4 insertions(+), 4 deletions(-)
820 -
821 -diff --git a/plugins/find_service/Makefile b/plugins/find_service/Makefile
822 -index f4fd8e3..12e62a3 100644
823 ---- a/plugins/find_service/Makefile
824 -+++ b/plugins/find_service/Makefile
825 -@@ -5,7 +5,7 @@ PLUGNAME=find_service
826 - all : $(PLUGNAME).nes
827 - $(PLUGNAME).nes : $(PLUGNAME).c
828 - $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
829 -- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
830 -+ $(LIBTOOL) $(CC) $(LDFLAGS) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
831 - -rpath $(rootdir)/bin/plugins
832 - ../install_plug $(PLUGNAME) $(rootdir)
833 - clean :
834 -diff --git a/plugins/nessus_tcp_scanner/Makefile b/plugins/nessus_tcp_scanner/Makefile
835 -index 8cf6c6d..7a27495 100644
836 ---- a/plugins/nessus_tcp_scanner/Makefile
837 -+++ b/plugins/nessus_tcp_scanner/Makefile
838 -@@ -8,7 +8,7 @@ PLUGNAME=nessus_tcp_scanner
839 - all : $(PLUGNAME).nes
840 - $(PLUGNAME).nes : $(PLUGNAME).c
841 - $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
842 -- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \
843 -+ $(LIBTOOL) $(CC) $(LDFLAGS) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) -lm $(LIBUTIL) \
844 - -rpath $(rootdir)/bin/plugins
845 - ../install_plug $(PLUGNAME) $(rootdir)
846 - clean :
847 -diff --git a/plugins/ssl_ciphers/Makefile b/plugins/ssl_ciphers/Makefile
848 -index dc10e64..1747745 100644
849 ---- a/plugins/ssl_ciphers/Makefile
850 -+++ b/plugins/ssl_ciphers/Makefile
851 -@@ -5,7 +5,7 @@ PLUGNAME=ssl_ciphers
852 - all : $(PLUGNAME).nes
853 - $(PLUGNAME).nes : $(PLUGNAME).c
854 - $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
855 -- $(LIBTOOL) $(CC) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
856 -+ $(LIBTOOL) $(CC) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
857 - -rpath $(rootdir)/bin/plugins
858 - ../install_plug $(PLUGNAME) $(rootdir)
859 - clean :
860 -diff --git a/plugins/synscan/Makefile b/plugins/synscan/Makefile
861 -index 16aefa1..c434b92 100644
862 ---- a/plugins/synscan/Makefile
863 -+++ b/plugins/synscan/Makefile
864 -@@ -5,7 +5,7 @@ PLUGNAME=synscan
865 - all : $(PLUGNAME).nes
866 - $(PLUGNAME).nes : $(PLUGNAME).c
867 - $(LIBTOOL) $(CC) $(DEFS) $(include) -c $(PLUGNAME).c
868 -- $(LIBTOOL) $(CC) $(DEFS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
869 -+ $(LIBTOOL) $(CC) $(DEFS) $(LDFLAGS) -o lib$(PLUGNAME).la $(PLUGNAME).lo $(LIBS) \
870 - -rpath $(rootdir)/bin/plugins
871 - ../install_plug $(PLUGNAME) $(rootdir)
872 - clean :
873
874 diff --git a/net-analyzer/nessus-plugins/metadata.xml b/net-analyzer/nessus-plugins/metadata.xml
875 deleted file mode 100644
876 index 3c5a6082eb8..00000000000
877 --- a/net-analyzer/nessus-plugins/metadata.xml
878 +++ /dev/null
879 @@ -1,9 +0,0 @@
880 -<?xml version="1.0" encoding="UTF-8"?>
881 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
882 -<pkgmetadata>
883 -<maintainer type="project">
884 - <email>netmon@g.o</email>
885 - <name>Gentoo network monitoring and analysis project</name>
886 -</maintainer>
887 -<longdescription>A remote security scanner for Linux (nessus-plugins)</longdescription>
888 -</pkgmetadata>
889
890 diff --git a/net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild b/net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild
891 deleted file mode 100644
892 index 1bf4d4933b7..00000000000
893 --- a/net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild
894 +++ /dev/null
895 @@ -1,35 +0,0 @@
896 -# Copyright 1999-2016 Gentoo Foundation
897 -# Distributed under the terms of the GNU General Public License v2
898 -
899 -EAPI=5
900 -
901 -inherit eutils toolchain-funcs
902 -
903 -DESCRIPTION="A remote security scanner for Linux (nessus-plugins)"
904 -HOMEPAGE="http://www.nessus.org/"
905 -SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/nessus-plugins-GPL-${PV}.tar.gz"
906 -
907 -SLOT="0"
908 -LICENSE="GPL-2"
909 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
910 -IUSE="libressl"
911 -
912 -RDEPEND="
913 - !libressl? ( dev-libs/openssl:0= )
914 - libressl? ( dev-libs/libressl:0= )
915 - ~net-analyzer/nessus-core-${PV}
916 - ~net-analyzer/nessus-libraries-${PV}
917 - net-libs/libpcap"
918 -DEPEND="${RDEPEND}"
919 -
920 -S="${WORKDIR}"/${PN}
921 -
922 -src_prepare() {
923 - tc-export CC
924 - epatch "${FILESDIR}"/${PV}-gentoo.patch
925 -}
926 -
927 -src_install() {
928 - default
929 - dodoc docs/*.txt
930 -}
931
932 diff --git a/net-analyzer/nessus/metadata.xml b/net-analyzer/nessus/metadata.xml
933 deleted file mode 100644
934 index 74c2baebb4e..00000000000
935 --- a/net-analyzer/nessus/metadata.xml
936 +++ /dev/null
937 @@ -1,8 +0,0 @@
938 -<?xml version="1.0" encoding="UTF-8"?>
939 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
940 -<pkgmetadata>
941 -<maintainer type="project">
942 - <email>netmon@g.o</email>
943 - <name>Gentoo network monitoring and analysis project</name>
944 -</maintainer>
945 -</pkgmetadata>
946
947 diff --git a/net-analyzer/nessus/nessus-2.2.9.ebuild b/net-analyzer/nessus/nessus-2.2.9.ebuild
948 deleted file mode 100644
949 index eb724b7270e..00000000000
950 --- a/net-analyzer/nessus/nessus-2.2.9.ebuild
951 +++ /dev/null
952 @@ -1,36 +0,0 @@
953 -# Copyright 1999-2018 Gentoo Foundation
954 -# Distributed under the terms of the GNU General Public License v2
955 -
956 -EAPI=0
957 -
958 -DESCRIPTION="A remote security scanner"
959 -HOMEPAGE="http://www.nessus.org/"
960 -SRC_URI=""
961 -
962 -SLOT="0"
963 -LICENSE="GPL-2"
964 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
965 -IUSE=""
966 -
967 -DEPEND=""
968 -RDEPEND="
969 - ~net-analyzer/nessus-libraries-${PV}
970 - ~net-analyzer/libnasl-${PV}
971 - ~net-analyzer/nessus-core-${PV}
972 - ~net-analyzer/nessus-plugins-${PV}"
973 -
974 -pkg_postinst() {
975 - elog "The following article may be useful to get started:"
976 - elog "http://www.securityfocus.com/infocus/1741"
977 -}
978 -
979 -pkg_postrm() {
980 - elog "Note: this is a META ebuild for ${P}."
981 - elog "to remove it completely or before re-emerging"
982 - elog "either use 'depclean', or remove/re-emerge these packages:"
983 - elog
984 - for dep in ${RDEPEND}; do
985 - elog " ${dep}"
986 - done
987 - echo
988 -}
989
990 diff --git a/net-analyzer/prelude-nessus/Manifest b/net-analyzer/prelude-nessus/Manifest
991 deleted file mode 100644
992 index 56b8d053c76..00000000000
993 --- a/net-analyzer/prelude-nessus/Manifest
994 +++ /dev/null
995 @@ -1 +0,0 @@
996 -DIST prelude-correlation-20021107.tar.bz2 7613 BLAKE2B d943bf569af306647a527b40e455813bb13da09c1c2b46006a42c76d05facddd7073e995fda59246d1773f36598acda272cd6c11fe0ee05ac1e0c5f8282c46f5 SHA512 2dcc1d038d9385bef8082476fccce768a47f04eac7c687d684739cd837b9e02f4514bb6296ad98ecc17d0208ec7c39d7401de5abd212ef403b349a76faa0ee79
997
998 diff --git a/net-analyzer/prelude-nessus/metadata.xml b/net-analyzer/prelude-nessus/metadata.xml
999 deleted file mode 100644
1000 index 6f49eba8f49..00000000000
1001 --- a/net-analyzer/prelude-nessus/metadata.xml
1002 +++ /dev/null
1003 @@ -1,5 +0,0 @@
1004 -<?xml version="1.0" encoding="UTF-8"?>
1005 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
1006 -<pkgmetadata>
1007 -<!-- maintainer-needed -->
1008 -</pkgmetadata>
1009
1010 diff --git a/net-analyzer/prelude-nessus/prelude-nessus-20021107.ebuild b/net-analyzer/prelude-nessus/prelude-nessus-20021107.ebuild
1011 deleted file mode 100644
1012 index d16e50a2ba1..00000000000
1013 --- a/net-analyzer/prelude-nessus/prelude-nessus-20021107.ebuild
1014 +++ /dev/null
1015 @@ -1,25 +0,0 @@
1016 -# Copyright 1999-2012 Gentoo Foundation
1017 -# Distributed under the terms of the GNU General Public License v2
1018 -
1019 -EAPI=4
1020 -
1021 -DESCRIPTION="Nessus Correlation support for Prelude-IDS"
1022 -HOMEPAGE="http://www.rstack.org/oudot/prelude/correlation/"
1023 -
1024 -MY_P="${P/nessus/correlation}"
1025 -
1026 -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
1027 -
1028 -LICENSE="GPL-2"
1029 -SLOT="0"
1030 -KEYWORDS="~amd64 ~ppc x86"
1031 -IUSE=""
1032 -
1033 -DEPEND="dev-lang/perl"
1034 -
1035 -S=${WORKDIR}/${MY_P}
1036 -
1037 -src_install() {
1038 - dobin *.pl
1039 - dodoc CORRELATION_README EXAMPLES NEWS vuln.conf_example
1040 -}