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-analyzer/nodebrain/files/, profiles/, profiles/updates/, ...
Date: Sat, 20 Apr 2019 23:24:32
Message-Id: 1555747719.dd63a7bd3fc5443fbabe6372e06ee69b6c3e4dd6.mgorny@gentoo
1 commit: dd63a7bd3fc5443fbabe6372e06ee69b6c3e4dd6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 08:08:08 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 08:08:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd63a7bd
7
8 net-analyzer/nodebrain: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/674796
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 net-analyzer/nodebrain/Manifest | 1 -
14 .../nodebrain/files/nodebrain-0.8.14-include.patch | 30 ------------
15 .../nodebrain/files/nodebrain-0.9.04-include.patch | 10 ----
16 net-analyzer/nodebrain/metadata.xml | 11 -----
17 net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild | 47 -------------------
18 net-analyzer/nodebrain/nodebrain-0.9.04.ebuild | 45 ------------------
19 net-analyzer/nodebrain/nodebrain-9999.ebuild | 53 ----------------------
20 profiles/package.mask | 2 -
21 profiles/updates/3Q-2015 | 1 -
22 9 files changed, 200 deletions(-)
23
24 diff --git a/net-analyzer/nodebrain/Manifest b/net-analyzer/nodebrain/Manifest
25 deleted file mode 100644
26 index ed0454b00d9..00000000000
27 --- a/net-analyzer/nodebrain/Manifest
28 +++ /dev/null
29 @@ -1 +0,0 @@
30 -DIST nodebrain-0.9.04.tar.gz 2475665 BLAKE2B 04ca839dc862372717530127fc1ec66df2e06bf2bb5b368e5b427d0efc953629b98ef05e3a58ee5e506c1937dcd4e7e676bee32fe841547cbba07063be88e8ef SHA512 a6cbebef09569d2d086954fc06b7a0bbc2828a5041289fdb7b537bd75b354610f3cf28baded5fce9679d89ffea3e245ab59323a00d060e98819d367775fd5226
31
32 diff --git a/net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch b/net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch
33 deleted file mode 100644
34 index c34965bfe5e..00000000000
35 --- a/net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch
36 +++ /dev/null
37 @@ -1,30 +0,0 @@
38 ---- a/lib/nbbfi.c
39 -+++ b/lib/nbbfi.c
40 -@@ -197,6 +197,7 @@
41 - *=============================================================================
42 - */
43 - #include <nb/nbi.h>
44 -+#include <ctype.h> /* isdigit() */
45 -
46 - /**************************************************************************
47 - * Index Routines
48 ---- a/lib/nbkit.c
49 -+++ b/lib/nbkit.c
50 -@@ -51,6 +51,7 @@
51 - #include <pwd.h>
52 - #include <errno.h>
53 - #include <unistd.h>
54 -+#include <stdlib.h> /* system() */
55 -
56 - static int nbKitUsage(void){
57 - printf("Usage:\n");
58 ---- a/module/webster/nb_webster.c
59 -+++ b/module/webster/nb_webster.c
60 -@@ -78,6 +78,7 @@
61 - */
62 - #include "config.h"
63 - #include <nb/nb.h>
64 -+#include <ctype.h> /* isalnum() */
65 -
66 - #if defined(WIN32)
67 -
68
69 diff --git a/net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch b/net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch
70 deleted file mode 100644
71 index 61d98a67337..00000000000
72 --- a/net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch
73 +++ /dev/null
74 @@ -1,10 +0,0 @@
75 ---- a/lib/nbhash.c
76 -+++ b/lib/nbhash.c
77 -@@ -81,6 +81,7 @@
78 - */
79 - #include <nb/nbi.h>
80 - #include <stddef.h>
81 -+#include <stdint.h>
82 -
83 - struct TYPE *typeHash;
84 -
85
86 diff --git a/net-analyzer/nodebrain/metadata.xml b/net-analyzer/nodebrain/metadata.xml
87 deleted file mode 100644
88 index b1e688b9683..00000000000
89 --- a/net-analyzer/nodebrain/metadata.xml
90 +++ /dev/null
91 @@ -1,11 +0,0 @@
92 -<?xml version="1.0" encoding="UTF-8"?>
93 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
94 -<pkgmetadata>
95 - <maintainer type="project">
96 - <email>netmon@g.o</email>
97 - <name>Gentoo network monitoring and analysis project</name>
98 - </maintainer>
99 - <upstream>
100 - <remote-id type="sourceforge">nodebrain</remote-id>
101 - </upstream>
102 -</pkgmetadata>
103
104 diff --git a/net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild b/net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild
105 deleted file mode 100644
106 index 8c76a34f537..00000000000
107 --- a/net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild
108 +++ /dev/null
109 @@ -1,47 +0,0 @@
110 -# Copyright 1999-2017 Gentoo Foundation
111 -# Distributed under the terms of the GNU General Public License v2
112 -
113 -EAPI=6
114 -inherit eutils
115 -
116 -DESCRIPTION="Monitor and do event correlation"
117 -HOMEPAGE="http://nodebrain.sourceforge.net/"
118 -SRC_URI="mirror://sourceforge/nodebrain/nodebrain-${PV}.tar.gz"
119 -
120 -LICENSE="MIT"
121 -SLOT="0"
122 -KEYWORDS="~amd64 ~ppc ~x86"
123 -IUSE="static-libs"
124 -
125 -CDEPEND="
126 - dev-libs/libedit
127 -"
128 -DEPEND="
129 - ${CDEPEND}
130 - dev-lang/perl
131 - virtual/pkgconfig
132 - sys-apps/texinfo
133 -"
134 -RDEPEND="
135 - ${CDEPEND}
136 - !sys-boot/netboot
137 - !www-apps/nanoblogger
138 -"
139 -PATCHES=(
140 - "${FILESDIR}"/${PN}-0.8.14-include.patch
141 - "${FILESDIR}"/${PN}-0.9.04-include.patch
142 -)
143 -
144 -src_configure() {
145 - econf \
146 - $(use_enable static-libs static) \
147 - --include=/usr/include
148 -}
149 -
150 -src_install() {
151 - default
152 -
153 - prune_libtool_files
154 -
155 - dodoc -r AUTHORS ChangeLog NEWS README THANKS sample/ html/
156 -}
157
158 diff --git a/net-analyzer/nodebrain/nodebrain-0.9.04.ebuild b/net-analyzer/nodebrain/nodebrain-0.9.04.ebuild
159 deleted file mode 100644
160 index 1169e2f7184..00000000000
161 --- a/net-analyzer/nodebrain/nodebrain-0.9.04.ebuild
162 +++ /dev/null
163 @@ -1,45 +0,0 @@
164 -# Copyright 1999-2015 Gentoo Foundation
165 -# Distributed under the terms of the GNU General Public License v2
166 -
167 -EAPI=5
168 -
169 -inherit eutils
170 -
171 -DESCRIPTION="Monitor and do event correlation"
172 -HOMEPAGE="http://nodebrain.sourceforge.net/"
173 -SRC_URI="mirror://sourceforge/nodebrain/nodebrain-${PV}.tar.gz"
174 -
175 -LICENSE="MIT"
176 -SLOT="0"
177 -KEYWORDS="~amd64 ~ppc ~x86"
178 -IUSE="static-libs"
179 -
180 -CDEPEND="dev-libs/libedit"
181 -DEPEND="
182 - ${CDEPEND}
183 - dev-lang/perl
184 - virtual/pkgconfig
185 - sys-apps/texinfo
186 -"
187 -RDEPEND="
188 - ${CDEPEND}
189 - !sys-boot/netboot
190 - !www-apps/nanoblogger
191 -"
192 -
193 -src_prepare() {
194 - epatch "${FILESDIR}"/${PN}-0.8.14-include.patch
195 -}
196 -
197 -src_configure() {
198 - econf \
199 - $(use_enable static-libs static) \
200 - --include=/usr/include
201 -}
202 -
203 -src_install() {
204 - default
205 - use static-libs || prune_libtool_files
206 - dodoc AUTHORS NEWS README THANKS sample/*
207 - dohtml html/*
208 -}
209
210 diff --git a/net-analyzer/nodebrain/nodebrain-9999.ebuild b/net-analyzer/nodebrain/nodebrain-9999.ebuild
211 deleted file mode 100644
212 index 36adf58b091..00000000000
213 --- a/net-analyzer/nodebrain/nodebrain-9999.ebuild
214 +++ /dev/null
215 @@ -1,53 +0,0 @@
216 -# Copyright 1999-2017 Gentoo Foundation
217 -# Distributed under the terms of the GNU General Public License v2
218 -
219 -EAPI=6
220 -inherit autotools eutils git-r3
221 -
222 -DESCRIPTION="Monitor and do event correlation"
223 -HOMEPAGE="http://nodebrain.sourceforge.net/"
224 -EGIT_REPO_URI="https://github.com/trettevik/nodebrain-nb"
225 -
226 -LICENSE="MIT"
227 -SLOT="0"
228 -KEYWORDS=""
229 -IUSE="static-libs"
230 -
231 -CDEPEND="
232 - dev-libs/libedit
233 -"
234 -DEPEND="
235 - ${CDEPEND}
236 - dev-lang/perl
237 - virtual/pkgconfig
238 - sys-apps/texinfo
239 -"
240 -RDEPEND="
241 - ${CDEPEND}
242 - !sys-boot/netboot
243 - !www-apps/nanoblogger
244 -"
245 -PATCHES=(
246 - "${FILESDIR}"/${PN}-0.8.14-include.patch
247 - "${FILESDIR}"/${PN}-0.9.04-include.patch
248 -)
249 -
250 -src_prepare() {
251 - default
252 -
253 - eautoreconf
254 -}
255 -
256 -src_configure() {
257 - econf \
258 - $(use_enable static-libs static) \
259 - --include=/usr/include
260 -}
261 -
262 -src_install() {
263 - default
264 -
265 - prune_libtool_files
266 -
267 - dodoc -r AUTHORS ChangeLog NEWS README THANKS sample/ html/
268 -}
269
270 diff --git a/profiles/package.mask b/profiles/package.mask
271 index 87a517b9ac6..2c3686a8dae 100644
272 --- a/profiles/package.mask
273 +++ b/profiles/package.mask
274 @@ -614,7 +614,6 @@ x11-libs/hippo-canvas
275 # mail-filter/libdkim: #674892, no revdeps, last release in 2010
276 # net-analyzer/bro: #675014, needs bump, current version is from 2015
277 # net-analyzer/ffp: #674244, dead homepage, current version added 2005
278 -# net-analyzer/nodebrain: #674796, last commits in 2015
279 #
280 # Removal in 30 days.
281 app-crypt/keynote
282 @@ -626,7 +625,6 @@ mail-client/nmh
283 mail-filter/libdkim
284 net-analyzer/bro
285 net-analyzer/ffp
286 -net-analyzer/nodebrain
287
288 # Miroslav Šulc <fordfrog@g.o> (19 Mar 2019)
289 # Depends on >=virtual/{jdk,jre}-11 which is masked
290
291 diff --git a/profiles/updates/3Q-2015 b/profiles/updates/3Q-2015
292 index 8a00564db4a..404e8df9827 100644
293 --- a/profiles/updates/3Q-2015
294 +++ b/profiles/updates/3Q-2015
295 @@ -19,4 +19,3 @@ slotmove =dev-dotnet/dbus-sharp-0.7* 0 1.0
296 slotmove =dev-dotnet/dbus-sharp-0.8* 0 2.0
297 slotmove =dev-dotnet/dbus-sharp-glib-0.5* 0 1.0
298 slotmove =dev-dotnet/dbus-sharp-glib-0.6* 0 2.0
299 -move net-analyzer/nb net-analyzer/nodebrain