summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-12-04 10:01:06 +0000
committerJeroen Roovers <jer@gentoo.org>2014-12-04 10:01:06 +0000
commit24ce685d4acce16612de10ce7780feb8e687aafc (patch)
tree432ef5957c0e8ac038042a8067fd4ae22af38f66 /net-analyzer/sflowtool
parentStable for amd64, wrt bug #530302 (diff)
downloadgentoo-2-24ce685d4acce16612de10ce7780feb8e687aafc.tar.gz
gentoo-2-24ce685d4acce16612de10ce7780feb8e687aafc.tar.bz2
gentoo-2-24ce685d4acce16612de10ce7780feb8e687aafc.zip
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/sflowtool')
-rw-r--r--net-analyzer/sflowtool/ChangeLog8
-rw-r--r--net-analyzer/sflowtool/files/sflowtool-3.20-ctype-header.patch10
-rw-r--r--net-analyzer/sflowtool/sflowtool-3.33.ebuild20
3 files changed, 27 insertions, 11 deletions
diff --git a/net-analyzer/sflowtool/ChangeLog b/net-analyzer/sflowtool/ChangeLog
index f989f152acd8..2a011e45209b 100644
--- a/net-analyzer/sflowtool/ChangeLog
+++ b/net-analyzer/sflowtool/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/sflowtool
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/ChangeLog,v 1.48 2014/08/14 20:42:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/ChangeLog,v 1.49 2014/12/04 10:01:06 jer Exp $
+
+*sflowtool-3.33 (04 Dec 2014)
+
+ 04 Dec 2014; Jeroen Roovers <jer@gentoo.org> +sflowtool-3.33.ebuild,
+ -files/sflowtool-3.20-ctype-header.patch:
+ Version bump.
14 Aug 2014; Jeroen Roovers <jer@gentoo.org> -sflowtool-3.30.ebuild:
Old.
diff --git a/net-analyzer/sflowtool/files/sflowtool-3.20-ctype-header.patch b/net-analyzer/sflowtool/files/sflowtool-3.20-ctype-header.patch
deleted file mode 100644
index 2d2c7b1c0eb4..000000000000
--- a/net-analyzer/sflowtool/files/sflowtool-3.20-ctype-header.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/sflowtool.c
-+++ b/src/sflowtool.c
-@@ -20,6 +20,7 @@
- #include <fcntl.h>
- #include <time.h>
- #include <setjmp.h>
-+#include <ctype.h> /* isspace(), isalnum() */
-
- #ifdef WIN32
- #else
diff --git a/net-analyzer/sflowtool/sflowtool-3.33.ebuild b/net-analyzer/sflowtool/sflowtool-3.33.ebuild
new file mode 100644
index 000000000000..e547d7764c57
--- /dev/null
+++ b/net-analyzer/sflowtool/sflowtool-3.33.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/sflowtool-3.33.ebuild,v 1.1 2014/12/04 10:01:06 jer Exp $
+
+EAPI=5
+inherit flag-o-matic
+
+DESCRIPTION="sflowtool is a utility for collecting and processing sFlow data"
+HOMEPAGE="http://www.inmon.com/technology/sflowTools.php"
+SRC_URI="http://www.inmon.com/bin/${P}.tar.gz"
+
+LICENSE="inmon-sflow"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="debug"
+
+src_prepare() {
+ append-cppflags -DSPOOFSOURCE
+ use debug && append-cppflags -DDEBUG
+}