net-analyzer/nodebrain: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Sat, 20 Apr 2019 08:08:08 +0000 (10:08 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 20 Apr 2019 08:08:39 +0000 (10:08 +0200)
Closes: https://bugs.gentoo.org/674796
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-analyzer/nodebrain/Manifest [deleted file]
net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch [deleted file]
net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch [deleted file]
net-analyzer/nodebrain/metadata.xml [deleted file]
net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild [deleted file]
net-analyzer/nodebrain/nodebrain-0.9.04.ebuild [deleted file]
net-analyzer/nodebrain/nodebrain-9999.ebuild [deleted file]
profiles/package.mask
profiles/updates/3Q-2015

diff --git a/net-analyzer/nodebrain/Manifest b/net-analyzer/nodebrain/Manifest
deleted file mode 100644 (file)
index ed0454b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST nodebrain-0.9.04.tar.gz 2475665 BLAKE2B 04ca839dc862372717530127fc1ec66df2e06bf2bb5b368e5b427d0efc953629b98ef05e3a58ee5e506c1937dcd4e7e676bee32fe841547cbba07063be88e8ef SHA512 a6cbebef09569d2d086954fc06b7a0bbc2828a5041289fdb7b537bd75b354610f3cf28baded5fce9679d89ffea3e245ab59323a00d060e98819d367775fd5226
diff --git a/net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch b/net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch
deleted file mode 100644 (file)
index c34965b..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/lib/nbbfi.c
-+++ b/lib/nbbfi.c
-@@ -197,6 +197,7 @@
- *=============================================================================
- */
- #include <nb/nbi.h>
-+#include <ctype.h> /* isdigit() */
- /**************************************************************************
- * Index Routines
---- a/lib/nbkit.c
-+++ b/lib/nbkit.c
-@@ -51,6 +51,7 @@
- #include <pwd.h>
- #include <errno.h>
- #include <unistd.h>
-+#include <stdlib.h> /* system() */
- static int nbKitUsage(void){
-     printf("Usage:\n");
---- a/module/webster/nb_webster.c
-+++ b/module/webster/nb_webster.c
-@@ -78,6 +78,7 @@
- */
- #include "config.h"
- #include <nb/nb.h>
-+#include <ctype.h> /* isalnum() */
- #if defined(WIN32)
diff --git a/net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch b/net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch
deleted file mode 100644 (file)
index 61d98a6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/lib/nbhash.c
-+++ b/lib/nbhash.c
-@@ -81,6 +81,7 @@
- */
- #include <nb/nbi.h>
- #include <stddef.h>
-+#include <stdint.h>
- struct TYPE *typeHash;
diff --git a/net-analyzer/nodebrain/metadata.xml b/net-analyzer/nodebrain/metadata.xml
deleted file mode 100644 (file)
index b1e688b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>netmon@gentoo.org</email>
-               <name>Gentoo network monitoring and analysis project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">nodebrain</remote-id>
-       </upstream>
-</pkgmetadata>
diff --git a/net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild b/net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild
deleted file mode 100644 (file)
index 8c76a34..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit eutils
-
-DESCRIPTION="Monitor and do event correlation"
-HOMEPAGE="http://nodebrain.sourceforge.net/"
-SRC_URI="mirror://sourceforge/nodebrain/nodebrain-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="static-libs"
-
-CDEPEND="
-       dev-libs/libedit
-"
-DEPEND="
-       ${CDEPEND}
-       dev-lang/perl
-       virtual/pkgconfig
-       sys-apps/texinfo
-"
-RDEPEND="
-       ${CDEPEND}
-       !sys-boot/netboot
-       !www-apps/nanoblogger
-"
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.8.14-include.patch
-       "${FILESDIR}"/${PN}-0.9.04-include.patch
-)
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               --include=/usr/include
-}
-
-src_install() {
-       default
-
-       prune_libtool_files
-
-       dodoc -r AUTHORS ChangeLog NEWS README THANKS sample/ html/
-}
diff --git a/net-analyzer/nodebrain/nodebrain-0.9.04.ebuild b/net-analyzer/nodebrain/nodebrain-0.9.04.ebuild
deleted file mode 100644 (file)
index 1169e2f..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="Monitor and do event correlation"
-HOMEPAGE="http://nodebrain.sourceforge.net/"
-SRC_URI="mirror://sourceforge/nodebrain/nodebrain-${PV}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="static-libs"
-
-CDEPEND="dev-libs/libedit"
-DEPEND="
-       ${CDEPEND}
-       dev-lang/perl
-       virtual/pkgconfig
-       sys-apps/texinfo
-"
-RDEPEND="
-       ${CDEPEND}
-       !sys-boot/netboot
-       !www-apps/nanoblogger
-"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-0.8.14-include.patch
-}
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               --include=/usr/include
-}
-
-src_install() {
-       default
-       use static-libs || prune_libtool_files
-       dodoc AUTHORS NEWS README THANKS sample/*
-       dohtml html/*
-}
diff --git a/net-analyzer/nodebrain/nodebrain-9999.ebuild b/net-analyzer/nodebrain/nodebrain-9999.ebuild
deleted file mode 100644 (file)
index 36adf58..0000000
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils git-r3
-
-DESCRIPTION="Monitor and do event correlation"
-HOMEPAGE="http://nodebrain.sourceforge.net/"
-EGIT_REPO_URI="https://github.com/trettevik/nodebrain-nb"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-IUSE="static-libs"
-
-CDEPEND="
-       dev-libs/libedit
-"
-DEPEND="
-       ${CDEPEND}
-       dev-lang/perl
-       virtual/pkgconfig
-       sys-apps/texinfo
-"
-RDEPEND="
-       ${CDEPEND}
-       !sys-boot/netboot
-       !www-apps/nanoblogger
-"
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.8.14-include.patch
-       "${FILESDIR}"/${PN}-0.9.04-include.patch
-)
-
-src_prepare() {
-       default
-
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable static-libs static) \
-               --include=/usr/include
-}
-
-src_install() {
-       default
-
-       prune_libtool_files
-
-       dodoc -r AUTHORS ChangeLog NEWS README THANKS sample/ html/
-}
index 87a517b9ac67b2ed85c8acb703570d443015cff2..2c3686a8dae84e2603fd5f431c750ec0b2397430 100644 (file)
@@ -614,7 +614,6 @@ x11-libs/hippo-canvas
 # mail-filter/libdkim: #674892, no revdeps, last release in 2010
 # net-analyzer/bro: #675014, needs bump, current version is from 2015
 # net-analyzer/ffp: #674244, dead homepage, current version added 2005
-# net-analyzer/nodebrain: #674796, last commits in 2015
 #
 # Removal in 30 days.
 app-crypt/keynote
@@ -626,7 +625,6 @@ mail-client/nmh
 mail-filter/libdkim
 net-analyzer/bro
 net-analyzer/ffp
-net-analyzer/nodebrain
 
 # Miroslav Šulc <fordfrog@gentoo.org> (19 Mar 2019)
 # Depends on >=virtual/{jdk,jre}-11 which is masked
index 8a00564db4aa35a3d17439df8eb0b57a9d10f89d..404e8df9827eaa40d04abd16bd1cbc2a8bd3d02b 100644 (file)
@@ -19,4 +19,3 @@ slotmove =dev-dotnet/dbus-sharp-0.7* 0 1.0
 slotmove =dev-dotnet/dbus-sharp-0.8* 0 2.0
 slotmove =dev-dotnet/dbus-sharp-glib-0.5* 0 1.0
 slotmove =dev-dotnet/dbus-sharp-glib-0.6* 0 2.0
-move net-analyzer/nb net-analyzer/nodebrain