diff options
author | 2006-09-23 19:22:54 +0000 | |
---|---|---|
committer | 2006-09-23 19:22:54 +0000 | |
commit | 68404d5cbb5cd75f41d732951021050a708aaece (patch) | |
tree | d0f26b1265a715c389848a81bf61f8c1f9b6aaab /net-analyzer/flow-tools/flow-tools-0.66.ebuild | |
parent | Remove old ebuilds. (diff) | |
download | gentoo-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.ebuild | 40 |
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 -} |