diff options
author | 2014-10-12 09:17:23 +0000 | |
---|---|---|
committer | 2014-10-12 09:17:23 +0000 | |
commit | 7968ce95eb85c5df655a6645bd893f4d9ad11fed (patch) | |
tree | 2aed20413daf79af6f811934ef258407b874877e /net-analyzer/argus | |
parent | Version bump to latest releases. Provide git ebuild for 11 branch. Remove git... (diff) | |
download | gentoo-2-7968ce95eb85c5df655a6645bd893f4d9ad11fed.tar.gz gentoo-2-7968ce95eb85c5df655a6645bd893f4d9ad11fed.tar.bz2 gentoo-2-7968ce95eb85c5df655a6645bd893f4d9ad11fed.zip |
Version bump.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/argus')
-rw-r--r-- | net-analyzer/argus/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/argus/argus-3.0.8.ebuild (renamed from net-analyzer/argus/argus-3.0.8_rc6.ebuild) | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/argus/ChangeLog b/net-analyzer/argus/ChangeLog index daf24cc706d1..db926a875503 100644 --- a/net-analyzer/argus/ChangeLog +++ b/net-analyzer/argus/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/argus # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.63 2014/07/10 19:02:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.64 2014/10/12 09:17:23 jer Exp $ + +*argus-3.0.8 (12 Oct 2014) + + 12 Oct 2014; Jeroen Roovers <jer@gentoo.org> -argus-3.0.8_rc6.ebuild, + +argus-3.0.8.ebuild: + Version bump. *argus-3.0.8_rc6 (10 Jul 2014) diff --git a/net-analyzer/argus/argus-3.0.8_rc6.ebuild b/net-analyzer/argus/argus-3.0.8.ebuild index 1bb879d8ba5a..ab478f5cd92b 100644 --- a/net-analyzer/argus/argus-3.0.8_rc6.ebuild +++ b/net-analyzer/argus/argus-3.0.8.ebuild @@ -1,21 +1,19 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.8_rc6.ebuild,v 1.1 2014/07/10 19:02:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-3.0.8.ebuild,v 1.1 2014/10/12 09:17:23 jer Exp $ EAPI=5 inherit autotools eutils user DESCRIPTION="network Audit Record Generation and Utilization System" HOMEPAGE="http://www.qosient.com/argus/" -SRC_URI="http://qosient.com/argus/dev/${P/_rc*}.rc.${PV/*_rc}.tar.gz" +SRC_URI="http://qosient.com/argus/src/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="debug sasl tcpd" -S=${WORKDIR}/${P/_rc*}.rc.${PV/*_rc} - RDEPEND=" net-libs/libpcap sys-libs/zlib |