diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-13 12:52:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-13 12:52:04 +0000 |
commit | 7a62ced7cc1a0fc03c50772582b3e437c871a877 (patch) | |
tree | 3b3361af5b40404ffb3f6a2702550909e7c29305 /net-analyzer/sflowtool | |
parent | Depend on net-analyzer/rrdtool[graph] (bug #509682 by Marcin Mirosław). (diff) | |
download | gentoo-2-7a62ced7cc1a0fc03c50772582b3e437c871a877.tar.gz gentoo-2-7a62ced7cc1a0fc03c50772582b3e437c871a877.tar.bz2 gentoo-2-7a62ced7cc1a0fc03c50772582b3e437c871a877.zip |
Old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/sflowtool')
-rw-r--r-- | net-analyzer/sflowtool/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/sflowtool/sflowtool-3.27.ebuild | 27 | ||||
-rw-r--r-- | net-analyzer/sflowtool/sflowtool-3.28.ebuild | 21 | ||||
-rw-r--r-- | net-analyzer/sflowtool/sflowtool-3.29.ebuild | 21 |
4 files changed, 5 insertions, 70 deletions
diff --git a/net-analyzer/sflowtool/ChangeLog b/net-analyzer/sflowtool/ChangeLog index c3a646a94d37..3e2a8fc55524 100644 --- a/net-analyzer/sflowtool/ChangeLog +++ b/net-analyzer/sflowtool/ChangeLog @@ -1,6 +1,10 @@ # 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.43 2014/07/13 10:04:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/ChangeLog,v 1.44 2014/07/13 12:52:04 jer Exp $ + + 13 Jul 2014; Jeroen Roovers <jer@gentoo.org> -sflowtool-3.27.ebuild, + -sflowtool-3.28.ebuild, -sflowtool-3.29.ebuild: + Old. 13 Jul 2014; Agostino Sarubbo <ago@gentoo.org> sflowtool-3.30.ebuild: Stable for ppc, wrt bug #509542 diff --git a/net-analyzer/sflowtool/sflowtool-3.27.ebuild b/net-analyzer/sflowtool/sflowtool-3.27.ebuild deleted file mode 100644 index d54f4eaafb71..000000000000 --- a/net-analyzer/sflowtool/sflowtool-3.27.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.27.ebuild,v 1.4 2012/10/17 03:43:08 phajdan.jr 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.28.ebuild b/net-analyzer/sflowtool/sflowtool-3.28.ebuild deleted file mode 100644 index 7905c4c4865f..000000000000 --- a/net-analyzer/sflowtool/sflowtool-3.28.ebuild +++ /dev/null @@ -1,21 +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.28.ebuild,v 1.2 2012/10/08 11:41:24 jer Exp $ - -EAPI=4 -inherit 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="debug" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.20-ctype-header.patch - append-cppflags -DSPOOFSOURCE - use debug && append-cppflags -DDEBUG -} diff --git a/net-analyzer/sflowtool/sflowtool-3.29.ebuild b/net-analyzer/sflowtool/sflowtool-3.29.ebuild deleted file mode 100644 index 08151dbd31cf..000000000000 --- a/net-analyzer/sflowtool/sflowtool-3.29.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sflowtool/sflowtool-3.29.ebuild,v 1.1 2013/10/22 00:47:04 jer Exp $ - -EAPI=4 -inherit 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="debug" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-3.20-ctype-header.patch - append-cppflags -DSPOOFSOURCE - use debug && append-cppflags -DDEBUG -} |