diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-04-19 22:25:51 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-04-19 22:25:51 +0000 |
commit | 1add6d7eed996d0c209317b7ec34c02c2345ea33 (patch) | |
tree | 3ed2dc4287b6f5c2927fe61bdc36adf142225c42 /net-analyzer/argus-clients | |
parent | Old. (diff) | |
download | gentoo-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')
4 files changed, 0 insertions, 144 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}/* -} diff --git a/net-analyzer/argus-clients/argus-clients-3.0.2.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.2.ebuild deleted file mode 100644 index a661043bd343..000000000000 --- a/net-analyzer/argus-clients/argus-clients-3.0.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.2.ebuild,v 1.2 2010/05/31 17:31:11 phajdan.jr Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="Clients for net-analyzer/argus" -HOMEPAGE="http://www.qosient.com/argus/" -SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="debug geoip mysql" - -#sasl? ( >=dev-libs/cyrus-sasl-1.5.24 ) -MY_CDEPEND="net-libs/libpcap - net-analyzer/rrdtool[perl] - geoip? ( dev-libs/geoip ) - mysql? ( virtual/mysql )" - -# >=net-analyzer/argus-2.0.6[sasl?]" -RDEPEND="${MY_CDEPEND} - >=net-analyzer/argus-3.0.2" - -DEPEND="${MY_CDEPEND} - >=sys-devel/bison-1.28 - >=sys-devel/flex-2.4.6" - -src_configure() { - use debug && touch .debug - # $(use_with sasl) \ - econf \ - $(use_with geoip GeoIP /usr/) \ - $(use_with mysql) -} - -src_install() { - # argus_parse.a and argus_common.a are supplied by net-analyzer/argus - dobin bin/ra* || die "Failed to install ra*" - dodoc ChangeLog CREDITS README doc/{CHANGES,FAQ,HOW-TO} || die - doman man/man{1,5}/* -} diff --git a/net-analyzer/argus-clients/argus-clients-3.0.3.7.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.3.7.ebuild deleted file mode 100644 index 874dc3375498..000000000000 --- a/net-analyzer/argus-clients/argus-clients-3.0.3.7.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.3.7.ebuild,v 1.1 2010/05/02 15:53:07 pva Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="Clients for net-analyzer/argus" -HOMEPAGE="http://www.qosient.com/argus/" -SRC_URI="http://qosient.com/argus/dev/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug geoip mysql" - -#sasl? ( >=dev-libs/cyrus-sasl-1.5.24 ) -MY_CDEPEND="net-libs/libpcap - net-analyzer/rrdtool[perl] - geoip? ( dev-libs/geoip ) - mysql? ( virtual/mysql )" - -# >=net-analyzer/argus-2.0.6[sasl?]" -RDEPEND="${MY_CDEPEND} - >=net-analyzer/argus-3.0.2" - -DEPEND="${MY_CDEPEND} - >=sys-devel/bison-1.28 - >=sys-devel/flex-2.4.6" - -src_configure() { - use debug && touch .debug - # $(use_with sasl) \ - econf \ - $(use_with geoip GeoIP /usr/) \ - $(use_with mysql) -} - -src_install() { - # argus_parse.a and argus_common.a are supplied by net-analyzer/argus - dobin bin/ra* || die "Failed to install ra*" - dodoc ChangeLog CREDITS README doc/{CHANGES,FAQ,HOW-TO} || die - doman man/man{1,5}/* -} diff --git a/net-analyzer/argus-clients/files/argus-clients-2.0.6-netmask.patch b/net-analyzer/argus-clients/files/argus-clients-2.0.6-netmask.patch deleted file mode 100644 index d5680404ef8e..000000000000 --- a/net-analyzer/argus-clients/files/argus-clients-2.0.6-netmask.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN argus-clients-2.0.6.orig/common/gencode.c argus-clients-2.0.6/common/gencode.c ---- argus-clients-2.0.6.orig/common/gencode.c 2004-04-26 09:30:23.000000000 -0700 -+++ argus-clients-2.0.6/common/gencode.c 2007-01-10 10:30:03.000000000 -0800 -@@ -232,7 +232,7 @@ - #include <signal.h> - #include <sys/wait.h> - --static u_int ArgusNetMask; -+u_int ArgusNetMask; /* AMD64 build fix */ - static int snaplen; - - int |