summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-10-15 13:07:06 +0000
committerJeroen Roovers <jer@gentoo.org>2012-10-15 13:07:06 +0000
commitdad95610c7f31958f9eb4c63be7d16d2d42581ba (patch)
tree4ed81bcb569f884832b0635d11c850a0b332f32c /net-analyzer
parentUnbundle c-client library - bug #391387. Fix building with ssl. Fix Chappa UR... (diff)
downloadgentoo-2-dad95610c7f31958f9eb4c63be7d16d2d42581ba.tar.gz
gentoo-2-dad95610c7f31958f9eb4c63be7d16d2d42581ba.tar.bz2
gentoo-2-dad95610c7f31958f9eb4c63be7d16d2d42581ba.zip
Version bump.
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/argus-clients/ChangeLog10
-rw-r--r--net-analyzer/argus-clients/argus-clients-3.0.3.8.ebuild55
-rw-r--r--net-analyzer/argus-clients/argus-clients-3.0.4.1-r1.ebuild65
-rw-r--r--net-analyzer/argus-clients/argus-clients-3.0.4.1-r2.ebuild62
-rw-r--r--net-analyzer/argus-clients/argus-clients-3.0.6.1.ebuild62
-rw-r--r--net-analyzer/argus-clients/argus-clients-3.0.6.ebuild62
-rw-r--r--net-analyzer/argus-clients/argus-clients-3.0.7.3.ebuild (renamed from net-analyzer/argus-clients/argus-clients-3.0.7.1.ebuild)2
7 files changed, 10 insertions, 308 deletions
diff --git a/net-analyzer/argus-clients/ChangeLog b/net-analyzer/argus-clients/ChangeLog
index efb4943537d2..6044af47fefd 100644
--- a/net-analyzer/argus-clients/ChangeLog
+++ b/net-analyzer/argus-clients/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-analyzer/argus-clients
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.49 2012/09/23 08:55:42 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.50 2012/10/15 13:07:06 jer Exp $
+
+*argus-clients-3.0.7.3 (15 Oct 2012)
+
+ 15 Oct 2012; Jeroen Roovers <jer@gentoo.org> -argus-clients-3.0.3.8.ebuild,
+ -argus-clients-3.0.4.1-r1.ebuild, -argus-clients-3.0.4.1-r2.ebuild,
+ -argus-clients-3.0.6.ebuild, -argus-clients-3.0.6.1.ebuild,
+ -argus-clients-3.0.7.1.ebuild, +argus-clients-3.0.7.3.ebuild:
+ Version bump.
23 Sep 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
argus-clients-3.0.6.2.ebuild:
diff --git a/net-analyzer/argus-clients/argus-clients-3.0.3.8.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.3.8.ebuild
deleted file mode 100644
index 0e61618fde7e..000000000000
--- a/net-analyzer/argus-clients/argus-clients-3.0.3.8.ebuild
+++ /dev/null
@@ -1,55 +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.8.ebuild,v 1.6 2010/10/10 11:05:46 hwoarang 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_prepare() {
- for x in $(find . -name "Makefile.in"); do
- sed -i "s:\$(CFLAGS):& \$(LDFLAGS) :" $x
- done
-}
-
-src_configure() {
- use debug && touch .debug
- # $(use_with sasl) \
- econf \
- $(use_with geoip GeoIP /usr/) \
- $(use_with mysql)
-}
-
-src_compile() {
- emake CCOPT="${CFLAGS} ${LDFLAGS}" || die "emake failed"
-}
-
-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.4.1-r1.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.4.1-r1.ebuild
deleted file mode 100644
index fa65bba335db..000000000000
--- a/net-analyzer/argus-clients/argus-clients-3.0.4.1-r1.ebuild
+++ /dev/null
@@ -1,65 +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/argus-clients/argus-clients-3.0.4.1-r1.ebuild,v 1.5 2012/06/11 07:16:23 xmw Exp $
-
-EAPI="2"
-
-inherit autotools eutils
-
-DESCRIPTION="Clients for net-analyzer/argus"
-HOMEPAGE="http://www.qosient.com/argus/"
-SRC_URI="http://qosient.com/argus/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug geoip mysql tcpd"
-
-#sasl? ( >=dev-libs/cyrus-sasl-1.5.24 )
-MY_CDEPEND="
- net-libs/libpcap
- net-analyzer/rrdtool[perl]
- geoip? ( dev-libs/geoip )
- mysql? ( virtual/mysql )
- sys-libs/ncurses
-"
-
-# >=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_prepare() {
- for x in $(find . -name "Makefile.in"); do
- sed -i "s:\$(CFLAGS):& \$(LDFLAGS) :" $x
- done
- epatch "${FILESDIR}"/${P}-disable-tcp-wrappers-automagic.patch
- eautoreconf
-}
-
-src_configure() {
- use debug && touch .debug
- # $(use_with sasl) \
- econf \
- $(use_with geoip GeoIP /usr/) \
- $(use_with tcpd wrappers) \
- $(use_with mysql)
-}
-
-src_compile() {
- emake CCOPT="${CFLAGS} ${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
- # argus_parse.a and argus_common.a are supplied by net-analyzer/argus
- dobin bin/ra* radium/radium || 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.4.1-r2.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.4.1-r2.ebuild
deleted file mode 100644
index 35a04db46ec8..000000000000
--- a/net-analyzer/argus-clients/argus-clients-3.0.4.1-r2.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2011 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.4.1-r2.ebuild,v 1.1 2011/07/06 15:26:07 jer Exp $
-
-EAPI="2"
-
-inherit autotools eutils
-
-DESCRIPTION="Clients for net-analyzer/argus"
-HOMEPAGE="http://www.qosient.com/argus/"
-SRC_URI="http://qosient.com/argus/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="debug geoip mysql tcpd"
-
-#sasl? ( >=dev-libs/cyrus-sasl-1.5.24 )
-MY_CDEPEND="
- net-libs/libpcap
- net-analyzer/rrdtool[perl]
- geoip? ( dev-libs/geoip )
- mysql? ( virtual/mysql )
- sys-libs/ncurses
-"
-
-# >=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_prepare() {
- epatch "${FILESDIR}"/${P}-disable-tcp-wrappers-automagic.patch
- eautoreconf
-}
-
-src_configure() {
- use debug && touch .debug
- # $(use_with sasl) \
- econf \
- $(use_with geoip GeoIP /usr/) \
- $(use_with tcpd wrappers) \
- $(use_with mysql)
-}
-
-src_compile() {
- emake CCOPT="${CFLAGS} ${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
- # argus_parse.a and argus_common.a are supplied by net-analyzer/argus
- dobin bin/ra* radium/radium || 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.6.1.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.6.1.ebuild
deleted file mode 100644
index 24ffc6437931..000000000000
--- a/net-analyzer/argus-clients/argus-clients-3.0.6.1.ebuild
+++ /dev/null
@@ -1,62 +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/argus-clients/argus-clients-3.0.6.1.ebuild,v 1.4 2012/07/04 07:18:51 jdhore Exp $
-
-EAPI=4
-inherit autotools 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 ft geoip mysql sasl tcpd"
-
-MY_CDEPEND="
- net-analyzer/rrdtool[perl]
- net-libs/libpcap
- sys-libs/ncurses
- sys-libs/readline
- ft? ( net-analyzer/flow-tools )
- geoip? ( dev-libs/geoip )
- mysql? ( virtual/mysql )
- sasl? ( dev-libs/cyrus-sasl )
-"
-
-RDEPEND="
- ${MY_CDEPEND}
-"
-
-DEPEND="
- ${MY_CDEPEND}
- sys-devel/bison
- sys-devel/flex
-"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch
- eautoreconf
-}
-
-src_configure() {
- use debug && touch .debug
- econf \
- $(use_with ft libft) \
- $(use_with geoip GeoIP /usr/) \
- $(use_with sasl) \
- $(use_with tcpd wrappers) \
- $(use_with mysql)
-}
-
-src_compile() {
- emake CCOPT="${CFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
- # argus_parse.a and argus_common.a are supplied by net-analyzer/argus
- dobin bin/ra*
- dodoc ChangeLog CREDITS README CHANGES
- doman man/man{1,5}/*
-}
diff --git a/net-analyzer/argus-clients/argus-clients-3.0.6.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.6.ebuild
deleted file mode 100644
index 991641b70dae..000000000000
--- a/net-analyzer/argus-clients/argus-clients-3.0.6.ebuild
+++ /dev/null
@@ -1,62 +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/argus-clients/argus-clients-3.0.6.ebuild,v 1.1 2012/04/17 16:18:17 jer Exp $
-
-EAPI="4"
-
-inherit autotools 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 tcpd"
-
-#sasl? ( >=dev-libs/cyrus-sasl-1.5.24 )
-MY_CDEPEND="
- net-libs/libpcap
- net-analyzer/rrdtool[perl]
- geoip? ( dev-libs/geoip )
- mysql? ( virtual/mysql )
- sys-libs/ncurses
-"
-
-# >=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_prepare() {
- epatch "${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch
- eautoreconf
-}
-
-src_configure() {
- use debug && touch .debug
- # $(use_with sasl) \
- econf \
- $(use_with geoip GeoIP /usr/) \
- $(use_with tcpd wrappers) \
- $(use_with mysql)
-}
-
-src_compile() {
- emake CCOPT="${CFLAGS} ${LDFLAGS}"
-}
-
-src_install() {
- # argus_parse.a and argus_common.a are supplied by net-analyzer/argus
- dobin bin/ra*
- dodoc ChangeLog CREDITS README CHANGES
- doman man/man{1,5}/*
-}
diff --git a/net-analyzer/argus-clients/argus-clients-3.0.7.1.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.7.3.ebuild
index 88384d83f47c..cdf1e439297c 100644
--- a/net-analyzer/argus-clients/argus-clients-3.0.7.1.ebuild
+++ b/net-analyzer/argus-clients/argus-clients-3.0.7.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.7.1.ebuild,v 1.1 2012/08/22 01:59:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.7.3.ebuild,v 1.1 2012/10/15 13:07:06 jer Exp $
EAPI=4
inherit autotools eutils