diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-09-26 07:53:24 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-09-26 07:53:54 +0200 |
commit | 220f0e8daea153d922e407dd9cf9ee086ebddaba (patch) | |
tree | 931f11876f4d32c8f5c97600879f9a016077e032 /net-analyzer | |
parent | profiles/updates: move net-analyzer/nb -> net-analyzer/nodebrain (diff) | |
download | gentoo-220f0e8daea153d922e407dd9cf9ee086ebddaba.tar.gz gentoo-220f0e8daea153d922e407dd9cf9ee086ebddaba.tar.bz2 gentoo-220f0e8daea153d922e407dd9cf9ee086ebddaba.zip |
net-analyzer/nb: Moved to net-analyzer/nodebrain
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nb/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/nb/files/nb-0.8.14-include.patch | 30 | ||||
-rw-r--r-- | net-analyzer/nb/metadata.xml | 8 | ||||
-rw-r--r-- | net-analyzer/nb/nb-0.9.03.ebuild | 47 | ||||
-rw-r--r-- | net-analyzer/nb/nb-0.9.04.ebuild | 47 |
5 files changed, 0 insertions, 134 deletions
diff --git a/net-analyzer/nb/Manifest b/net-analyzer/nb/Manifest deleted file mode 100644 index 09443dde64cf..000000000000 --- a/net-analyzer/nb/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST nodebrain-0.9.03.tar.gz 2485735 SHA256 e9fce23525da8c6b3e553492b724eb2122faf22aed92ed45b15c6018eb643fef SHA512 bf81ef4be1518b72d8ef0cccf42747cfe2926ed6cecfde97c05c161c2f2d00525d07da2e24b1c05debb84fa6f35dca7d7dbbc3292471f41dd322ea80175fb96c WHIRLPOOL 0ae2c4f8085cbc725662ee758768a7684523350ebe59ab6f50f374c6b5d0b55588697f84bb395bf946eaa3546a052f08f4fa067532b42eafcf84a9a84baecd7c -DIST nodebrain-0.9.04.tar.gz 2475665 SHA256 4fd936050fa08d5639312fca32528034b82e2c4caf10c23126db6bb8d0eb0175 SHA512 a6cbebef09569d2d086954fc06b7a0bbc2828a5041289fdb7b537bd75b354610f3cf28baded5fce9679d89ffea3e245ab59323a00d060e98819d367775fd5226 WHIRLPOOL b7bc9f4417ac14574c7a3db8be46a695cbbac66cc9bdc7ceff7346002e7849a919750089e16fc618ad9bde996b69b832ffe48c903b4b41b5ad52948bf3cc09ee diff --git a/net-analyzer/nb/files/nb-0.8.14-include.patch b/net-analyzer/nb/files/nb-0.8.14-include.patch deleted file mode 100644 index c34965bfe5e5..000000000000 --- a/net-analyzer/nb/files/nb-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/nb/metadata.xml b/net-analyzer/nb/metadata.xml deleted file mode 100644 index d646f58f7bdc..000000000000 --- a/net-analyzer/nb/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>netmon</herd> - <upstream> - <remote-id type="sourceforge">nodebrain</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-analyzer/nb/nb-0.9.03.ebuild b/net-analyzer/nb/nb-0.9.03.ebuild deleted file mode 100644 index 6aea0980d6f1..000000000000 --- a/net-analyzer/nb/nb-0.9.03.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils - -DESCRIPTION="Nodebrain is a tool to 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 -" - -S="${WORKDIR}/nodebrain-${PV}" - -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/nb/nb-0.9.04.ebuild b/net-analyzer/nb/nb-0.9.04.ebuild deleted file mode 100644 index 6aea0980d6f1..000000000000 --- a/net-analyzer/nb/nb-0.9.04.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils - -DESCRIPTION="Nodebrain is a tool to 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 -" - -S="${WORKDIR}/nodebrain-${PV}" - -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/* -} |