summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2006-09-23 19:22:54 +0000
committerPeter Volkov <pva@gentoo.org>2006-09-23 19:22:54 +0000
commit68404d5cbb5cd75f41d732951021050a708aaece (patch)
treed0f26b1265a715c389848a81bf61f8c1f9b6aaab /net-analyzer/flow-tools/flow-tools-0.66.ebuild
parentRemove old ebuilds. (diff)
downloadgentoo-2-68404d5cbb5cd75f41d732951021050a708aaece.tar.gz
gentoo-2-68404d5cbb5cd75f41d732951021050a708aaece.tar.bz2
gentoo-2-68404d5cbb5cd75f41d732951021050a708aaece.zip
Remove old ebuilds.
(Portage version: 2.1.1) (Unsigned Manifest commit)
Diffstat (limited to 'net-analyzer/flow-tools/flow-tools-0.66.ebuild')
-rw-r--r--net-analyzer/flow-tools/flow-tools-0.66.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-analyzer/flow-tools/flow-tools-0.66.ebuild b/net-analyzer/flow-tools/flow-tools-0.66.ebuild
deleted file mode 100644
index 15b0b9e0392b..000000000000
--- a/net-analyzer/flow-tools/flow-tools-0.66.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.66.ebuild,v 1.8 2006/02/25 23:59:39 vanquirius Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Flow-tools is a package for collecting and processing NetFlow data"
-HOMEPAGE="http://www.splintered.net/sw/flow-tools/"
-SRC_URI="ftp://ftp.eng.oar.net/pub/flow-tools/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86"
-
-IUSE=""
-
-DEPEND="virtual/libc
- sys-apps/tcp-wrappers
- sys-libs/zlib"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PN}-0.67-gcc34.diff
-}
-
-src_compile() {
- aclocal
- automake
- econf \
- --without-mysql \
- --localstatedir=/etc/flow-tools \
- CC="$(tc-getCC)" CFLAGS="$CFLAGS" || die
- emake CC="$(tc-getCC)" CFLAGS="$CFLAGS" || die
-}
-
-src_install() {
- einstall localstatedir=$D/etc/flow-tools CC="$(tc-getCC)" CFLAGS="$CFLAGS"
- dodoc AUTHORS NEWS ChangeLog README SECURITY TODO
-}