summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/sflowtool/ChangeLog6
-rw-r--r--net-analyzer/sflowtool/sflowtool-3.24.ebuild27
-rw-r--r--net-analyzer/sflowtool/sflowtool-3.25.ebuild27
-rw-r--r--net-analyzer/sflowtool/sflowtool-3.26.ebuild27
4 files changed, 5 insertions, 82 deletions
diff --git a/net-analyzer/sflowtool/ChangeLog b/net-analyzer/sflowtool/ChangeLog
index 68913814adf4..56c2708912f0 100644
--- a/net-analyzer/sflowtool/ChangeLog
+++ b/net-analyzer/sflowtool/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/sflowtool
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/ChangeLog,v 1.35 2012/10/17 03:43:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/ChangeLog,v 1.36 2012/10/17 13:27:37 jer Exp $
+
+ 17 Oct 2012; Jeroen Roovers <jer@gentoo.org> -sflowtool-3.24.ebuild,
+ -sflowtool-3.25.ebuild, -sflowtool-3.26.ebuild:
+ Old.
17 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> sflowtool-3.27.ebuild:
x86 stable wrt bug #437606
diff --git a/net-analyzer/sflowtool/sflowtool-3.24.ebuild b/net-analyzer/sflowtool/sflowtool-3.24.ebuild
deleted file mode 100644
index 027af30c3b4c..000000000000
--- a/net-analyzer/sflowtool/sflowtool-3.24.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/sflowtool-3.24.ebuild,v 1.5 2012/06/19 20:27:01 jer Exp $
-
-EAPI=4
-inherit autotools eutils 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=""
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.20-ctype-header.patch
- eautoreconf
-}
-
-src_configure() {
- append-cppflags -DSPOOFSOURCE
- default
-}
diff --git a/net-analyzer/sflowtool/sflowtool-3.25.ebuild b/net-analyzer/sflowtool/sflowtool-3.25.ebuild
deleted file mode 100644
index 558e85b8fcc9..000000000000
--- a/net-analyzer/sflowtool/sflowtool-3.25.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/sflowtool-3.25.ebuild,v 1.3 2012/06/19 20:27:01 jer Exp $
-
-EAPI=4
-inherit autotools eutils 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=""
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.20-ctype-header.patch
- eautoreconf
-}
-
-src_configure() {
- append-cppflags -DSPOOFSOURCE
- default
-}
diff --git a/net-analyzer/sflowtool/sflowtool-3.26.ebuild b/net-analyzer/sflowtool/sflowtool-3.26.ebuild
deleted file mode 100644
index 77d6bfed3aa2..000000000000
--- a/net-analyzer/sflowtool/sflowtool-3.26.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/sflowtool-3.26.ebuild,v 1.1 2012/06/19 20:27:01 jer Exp $
-
-EAPI=4
-inherit autotools eutils 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=""
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.20-ctype-header.patch
- eautoreconf
-}
-
-src_configure() {
- append-cppflags -DSPOOFSOURCE
- default
-}