summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-04-19 22:25:51 +0000
committerJeroen Roovers <jer@gentoo.org>2011-04-19 22:25:51 +0000
commit1add6d7eed996d0c209317b7ec34c02c2345ea33 (patch)
tree3ed2dc4287b6f5c2927fe61bdc36adf142225c42 /net-analyzer/argus-clients/argus-clients-2.0.6-r1.ebuild
parentOld. (diff)
downloadgentoo-2-1add6d7eed996d0c209317b7ec34c02c2345ea33.tar.gz
gentoo-2-1add6d7eed996d0c209317b7ec34c02c2345ea33.tar.bz2
gentoo-2-1add6d7eed996d0c209317b7ec34c02c2345ea33.zip
Old.
(Portage version: 2.2.0_alpha30/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/argus-clients/argus-clients-2.0.6-r1.ebuild')
-rw-r--r--net-analyzer/argus-clients/argus-clients-2.0.6-r1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-analyzer/argus-clients/argus-clients-2.0.6-r1.ebuild b/net-analyzer/argus-clients/argus-clients-2.0.6-r1.ebuild
deleted file mode 100644
index 5e8b2cae3ce8..000000000000
--- a/net-analyzer/argus-clients/argus-clients-2.0.6-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-2.0.6-r1.ebuild,v 1.3 2009/09/23 18:16:38 patrick Exp $
-
-inherit eutils
-
-DESCRIPTION="Clients for net-analyzer/argus"
-HOMEPAGE="http://www.qosient.com/argus/"
-SRC_URI="ftp://ftp.qosient.com/pub/argus/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="net-libs/libpcap
- >=net-analyzer/argus-2.0.6
- net-analyzer/rrdtool"
-
-DEPEND="${RDEPEND}
- >=sys-devel/bison-1.28
- >=sys-devel/flex-2.4.6"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Fix from bug #143290
- epatch "${FILESDIR}"/${P}-netmask.patch || die "patch failed"
-}
-
-src_install() {
- # argus_parse.a and argus_common.a are supplied by net-analyzer/argus
- dolib lib/argus_client.a || die "Failed to process argus_client.a"
- dobin bin/ra* || die "Failed to install ra*"
-
- dodoc ChangeLog CREDITS README
-
- #do not install man/man1/tcpdump.1, file collision
- rm man/man1/tcpdump.1
- doman man/man{1,5}/*
-}