summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-04-20 10:08:08 +0200
committerMichał Górny <mgorny@gentoo.org>2019-04-20 10:08:39 +0200
commitdd63a7bd3fc5443fbabe6372e06ee69b6c3e4dd6 (patch)
treec4e76021565c5adec8c0bf53132d12ea893214e5 /net-analyzer
parentnet-analyzer/postal: Remove last-rited pkg (diff)
downloadgentoo-dd63a7bd3fc5443fbabe6372e06ee69b6c3e4dd6.tar.gz
gentoo-dd63a7bd3fc5443fbabe6372e06ee69b6c3e4dd6.tar.bz2
gentoo-dd63a7bd3fc5443fbabe6372e06ee69b6c3e4dd6.zip
net-analyzer/nodebrain: Remove last-rited pkg
Closes: https://bugs.gentoo.org/674796 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nodebrain/Manifest1
-rw-r--r--net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch30
-rw-r--r--net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch10
-rw-r--r--net-analyzer/nodebrain/metadata.xml11
-rw-r--r--net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild47
-rw-r--r--net-analyzer/nodebrain/nodebrain-0.9.04.ebuild45
-rw-r--r--net-analyzer/nodebrain/nodebrain-9999.ebuild53
7 files changed, 0 insertions, 197 deletions
diff --git a/net-analyzer/nodebrain/Manifest b/net-analyzer/nodebrain/Manifest
deleted file mode 100644
index ed0454b00d95..000000000000
--- a/net-analyzer/nodebrain/Manifest
+++ /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
index c34965bfe5e5..000000000000
--- a/net-analyzer/nodebrain/files/nodebrain-0.8.14-include.patch
+++ /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
index 61d98a673375..000000000000
--- a/net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch
+++ /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
index b1e688b96833..000000000000
--- a/net-analyzer/nodebrain/metadata.xml
+++ /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
index 8c76a34f5374..000000000000
--- a/net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild
+++ /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
index 1169e2f71849..000000000000
--- a/net-analyzer/nodebrain/nodebrain-0.9.04.ebuild
+++ /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
index 36adf58b091f..000000000000
--- a/net-analyzer/nodebrain/nodebrain-9999.ebuild
+++ /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/
-}