diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2007-03-31 15:58:35 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2007-03-31 15:58:35 +0000 |
commit | e8b6aa262dc4b88251402084b1a9727cdd72eda9 (patch) | |
tree | 491ed05f28dcfb12c0d937619bea625315b5411e /net-analyzer/argus-clients | |
parent | ia64 stable for 0.8.1-r2 and ~ia64 for 0.9.1 wrt bug 169164 (diff) | |
download | gentoo-2-e8b6aa262dc4b88251402084b1a9727cdd72eda9.tar.gz gentoo-2-e8b6aa262dc4b88251402084b1a9727cdd72eda9.tar.bz2 gentoo-2-e8b6aa262dc4b88251402084b1a9727cdd72eda9.zip |
Remove old ebuild, add net-analyzer/rrdtool as a runtime dependency, as it is needed by ragraph.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/argus-clients')
4 files changed, 9 insertions, 38 deletions
diff --git a/net-analyzer/argus-clients/ChangeLog b/net-analyzer/argus-clients/ChangeLog index 1eaade45a7e2..8ba8edcc91f4 100644 --- a/net-analyzer/argus-clients/ChangeLog +++ b/net-analyzer/argus-clients/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/argus-clients # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.5 2007/02/15 21:42:40 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.6 2007/03/31 15:58:35 vanquirius Exp $ + + 31 Mar 2007; Marcelo Goes <vanquirius@gentoo.org> + -argus-clients-2.0.6.ebuild, argus-clients-2.0.6-r1.ebuild: + Remove old ebuild, add net-analyzer/rrdtool as a runtime dependency, as it + is needed by ragraph. *argus-clients-2.0.6-r1 (15 Feb 2007) 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 index 5d41e07b27b9..1d586be49dbc 100644 --- a/net-analyzer/argus-clients/argus-clients-2.0.6-r1.ebuild +++ b/net-analyzer/argus-clients/argus-clients-2.0.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.1 2007/02/15 21:42:40 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-2.0.6-r1.ebuild,v 1.2 2007/03/31 15:58:35 vanquirius Exp $ inherit eutils @@ -15,7 +15,8 @@ IUSE="" RDEPEND="virtual/libc net-libs/libpcap - >=net-analyzer/argus-2.0.6" + >=net-analyzer/argus-2.0.6 + net-analyzer/rrdtool" DEPEND="${RDEPEND} >=sys-devel/bison-1.28 diff --git a/net-analyzer/argus-clients/argus-clients-2.0.6.ebuild b/net-analyzer/argus-clients/argus-clients-2.0.6.ebuild deleted file mode 100644 index 5905284ed93e..000000000000 --- a/net-analyzer/argus-clients/argus-clients-2.0.6.ebuild +++ /dev/null @@ -1,32 +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/argus-clients/argus-clients-2.0.6.ebuild,v 1.4 2006/02/15 21:44:59 jokey Exp $ - -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="virtual/libc - net-libs/libpcap - >=net-analyzer/argus-2.0.6" - -DEPEND="${RDEPEND} - >=sys-devel/bison-1.28 - >=sys-devel/flex-2.4.6" - -src_install() { - # argus_parse.a and argus_common.a are supplied by net-analyzer/argus - dolib lib/argus_client.a - dobin bin/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/files/digest-argus-clients-2.0.6 b/net-analyzer/argus-clients/files/digest-argus-clients-2.0.6 deleted file mode 100644 index b46d01997865..000000000000 --- a/net-analyzer/argus-clients/files/digest-argus-clients-2.0.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6a0b11043e70de20c93f23655a28b80d argus-clients-2.0.6.tar.gz 691629 -RMD160 35b1bd832d38b6818918e3f484bf03229371cb20 argus-clients-2.0.6.tar.gz 691629 -SHA256 490b7b690d134169579a4f4f20038bad1c113e7a30e030c5d632ce917bd5b6ac argus-clients-2.0.6.tar.gz 691629 |