commit: dd63a7bd3fc5443fbabe6372e06ee69b6c3e4dd6 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Apr 20 08:08:08 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 20 08:08:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd63a7bd
net-analyzer/nodebrain: Remove last-rited pkg Closes: https://bugs.gentoo.org/674796 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-analyzer/nodebrain/Manifest | 1 - .../nodebrain/files/nodebrain-0.8.14-include.patch | 30 ------------ .../nodebrain/files/nodebrain-0.9.04-include.patch | 10 ---- net-analyzer/nodebrain/metadata.xml | 11 ----- net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild | 47 ------------------- net-analyzer/nodebrain/nodebrain-0.9.04.ebuild | 45 ------------------ net-analyzer/nodebrain/nodebrain-9999.ebuild | 53 ---------------------- profiles/package.mask | 2 - profiles/updates/3Q-2015 | 1 - 9 files changed, 200 deletions(-) diff --git a/net-analyzer/nodebrain/Manifest b/net-analyzer/nodebrain/Manifest deleted file mode 100644 index ed0454b00d9..00000000000 --- 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 c34965bfe5e..00000000000 --- 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 61d98a67337..00000000000 --- 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 b1e688b9683..00000000000 --- 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>[email protected]</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 8c76a34f537..00000000000 --- 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 1169e2f7184..00000000000 --- 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 36adf58b091..00000000000 --- 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/ -} diff --git a/profiles/package.mask b/profiles/package.mask index 87a517b9ac6..2c3686a8dae 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -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 <[email protected]> (19 Mar 2019) # Depends on >=virtual/{jdk,jre}-11 which is masked diff --git a/profiles/updates/3Q-2015 b/profiles/updates/3Q-2015 index 8a00564db4a..404e8df9827 100644 --- a/profiles/updates/3Q-2015 +++ b/profiles/updates/3Q-2015 @@ -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
