Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nb/files/, net-analyzer/nb/
Date: Sat, 26 Sep 2015 05:54:17
Message-Id: 1443246834.220f0e8daea153d922e407dd9cf9ee086ebddaba.jer@gentoo
1 commit: 220f0e8daea153d922e407dd9cf9ee086ebddaba
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 05:53:24 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 05:53:54 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=220f0e8d
7
8 net-analyzer/nb: Moved to net-analyzer/nodebrain
9
10 net-analyzer/nb/Manifest | 2 --
11 net-analyzer/nb/files/nb-0.8.14-include.patch | 30 -----------------
12 net-analyzer/nb/metadata.xml | 8 -----
13 net-analyzer/nb/nb-0.9.03.ebuild | 47 ---------------------------
14 net-analyzer/nb/nb-0.9.04.ebuild | 47 ---------------------------
15 5 files changed, 134 deletions(-)
16
17 diff --git a/net-analyzer/nb/Manifest b/net-analyzer/nb/Manifest
18 deleted file mode 100644
19 index 09443dd..0000000
20 --- a/net-analyzer/nb/Manifest
21 +++ /dev/null
22 @@ -1,2 +0,0 @@
23 -DIST nodebrain-0.9.03.tar.gz 2485735 SHA256 e9fce23525da8c6b3e553492b724eb2122faf22aed92ed45b15c6018eb643fef SHA512 bf81ef4be1518b72d8ef0cccf42747cfe2926ed6cecfde97c05c161c2f2d00525d07da2e24b1c05debb84fa6f35dca7d7dbbc3292471f41dd322ea80175fb96c WHIRLPOOL 0ae2c4f8085cbc725662ee758768a7684523350ebe59ab6f50f374c6b5d0b55588697f84bb395bf946eaa3546a052f08f4fa067532b42eafcf84a9a84baecd7c
24 -DIST nodebrain-0.9.04.tar.gz 2475665 SHA256 4fd936050fa08d5639312fca32528034b82e2c4caf10c23126db6bb8d0eb0175 SHA512 a6cbebef09569d2d086954fc06b7a0bbc2828a5041289fdb7b537bd75b354610f3cf28baded5fce9679d89ffea3e245ab59323a00d060e98819d367775fd5226 WHIRLPOOL b7bc9f4417ac14574c7a3db8be46a695cbbac66cc9bdc7ceff7346002e7849a919750089e16fc618ad9bde996b69b832ffe48c903b4b41b5ad52948bf3cc09ee
25
26 diff --git a/net-analyzer/nb/files/nb-0.8.14-include.patch b/net-analyzer/nb/files/nb-0.8.14-include.patch
27 deleted file mode 100644
28 index c34965b..0000000
29 --- a/net-analyzer/nb/files/nb-0.8.14-include.patch
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 ---- a/lib/nbbfi.c
33 -+++ b/lib/nbbfi.c
34 -@@ -197,6 +197,7 @@
35 - *=============================================================================
36 - */
37 - #include <nb/nbi.h>
38 -+#include <ctype.h> /* isdigit() */
39 -
40 - /**************************************************************************
41 - * Index Routines
42 ---- a/lib/nbkit.c
43 -+++ b/lib/nbkit.c
44 -@@ -51,6 +51,7 @@
45 - #include <pwd.h>
46 - #include <errno.h>
47 - #include <unistd.h>
48 -+#include <stdlib.h> /* system() */
49 -
50 - static int nbKitUsage(void){
51 - printf("Usage:\n");
52 ---- a/module/webster/nb_webster.c
53 -+++ b/module/webster/nb_webster.c
54 -@@ -78,6 +78,7 @@
55 - */
56 - #include "config.h"
57 - #include <nb/nb.h>
58 -+#include <ctype.h> /* isalnum() */
59 -
60 - #if defined(WIN32)
61 -
62
63 diff --git a/net-analyzer/nb/metadata.xml b/net-analyzer/nb/metadata.xml
64 deleted file mode 100644
65 index d646f58..0000000
66 --- a/net-analyzer/nb/metadata.xml
67 +++ /dev/null
68 @@ -1,8 +0,0 @@
69 -<?xml version="1.0" encoding="UTF-8"?>
70 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 -<pkgmetadata>
72 - <herd>netmon</herd>
73 - <upstream>
74 - <remote-id type="sourceforge">nodebrain</remote-id>
75 - </upstream>
76 -</pkgmetadata>
77
78 diff --git a/net-analyzer/nb/nb-0.9.03.ebuild b/net-analyzer/nb/nb-0.9.03.ebuild
79 deleted file mode 100644
80 index 6aea098..0000000
81 --- a/net-analyzer/nb/nb-0.9.03.ebuild
82 +++ /dev/null
83 @@ -1,47 +0,0 @@
84 -# Copyright 1999-2014 Gentoo Foundation
85 -# Distributed under the terms of the GNU General Public License v2
86 -# $Id$
87 -
88 -EAPI=5
89 -inherit eutils
90 -
91 -DESCRIPTION="Nodebrain is a tool to monitor and do event correlation"
92 -HOMEPAGE="http://nodebrain.sourceforge.net/"
93 -SRC_URI="mirror://sourceforge/nodebrain/nodebrain-${PV}.tar.gz"
94 -
95 -LICENSE="MIT"
96 -SLOT="0"
97 -KEYWORDS="~amd64 ~ppc ~x86"
98 -IUSE="static-libs"
99 -
100 -CDEPEND="dev-libs/libedit"
101 -DEPEND="
102 - ${CDEPEND}
103 - dev-lang/perl
104 - virtual/pkgconfig
105 - sys-apps/texinfo
106 -"
107 -RDEPEND="
108 - ${CDEPEND}
109 - !sys-boot/netboot
110 - !www-apps/nanoblogger
111 -"
112 -
113 -S="${WORKDIR}/nodebrain-${PV}"
114 -
115 -src_prepare() {
116 - epatch "${FILESDIR}"/${PN}-0.8.14-include.patch
117 -}
118 -
119 -src_configure() {
120 - econf \
121 - $(use_enable static-libs static) \
122 - --include=/usr/include
123 -}
124 -
125 -src_install() {
126 - default
127 - use static-libs || prune_libtool_files
128 - dodoc AUTHORS NEWS README THANKS sample/*
129 - dohtml html/*
130 -}
131
132 diff --git a/net-analyzer/nb/nb-0.9.04.ebuild b/net-analyzer/nb/nb-0.9.04.ebuild
133 deleted file mode 100644
134 index 6aea098..0000000
135 --- a/net-analyzer/nb/nb-0.9.04.ebuild
136 +++ /dev/null
137 @@ -1,47 +0,0 @@
138 -# Copyright 1999-2014 Gentoo Foundation
139 -# Distributed under the terms of the GNU General Public License v2
140 -# $Id$
141 -
142 -EAPI=5
143 -inherit eutils
144 -
145 -DESCRIPTION="Nodebrain is a tool to monitor and do event correlation"
146 -HOMEPAGE="http://nodebrain.sourceforge.net/"
147 -SRC_URI="mirror://sourceforge/nodebrain/nodebrain-${PV}.tar.gz"
148 -
149 -LICENSE="MIT"
150 -SLOT="0"
151 -KEYWORDS="~amd64 ~ppc ~x86"
152 -IUSE="static-libs"
153 -
154 -CDEPEND="dev-libs/libedit"
155 -DEPEND="
156 - ${CDEPEND}
157 - dev-lang/perl
158 - virtual/pkgconfig
159 - sys-apps/texinfo
160 -"
161 -RDEPEND="
162 - ${CDEPEND}
163 - !sys-boot/netboot
164 - !www-apps/nanoblogger
165 -"
166 -
167 -S="${WORKDIR}/nodebrain-${PV}"
168 -
169 -src_prepare() {
170 - epatch "${FILESDIR}"/${PN}-0.8.14-include.patch
171 -}
172 -
173 -src_configure() {
174 - econf \
175 - $(use_enable static-libs static) \
176 - --include=/usr/include
177 -}
178 -
179 -src_install() {
180 - default
181 - use static-libs || prune_libtool_files
182 - dodoc AUTHORS NEWS README THANKS sample/*
183 - dohtml html/*
184 -}