diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-05-27 02:05:52 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-05-27 02:05:52 +0000 |
commit | 1dfe4b01428877f013292045140fa3642d05d8a1 (patch) | |
tree | 984de3df834b35d72f4cd54ee8c43be9f9b6b323 /net-analyzer | |
parent | Version bumps and remove unstables (diff) | |
download | gentoo-2-1dfe4b01428877f013292045140fa3642d05d8a1.tar.gz gentoo-2-1dfe4b01428877f013292045140fa3642d05d8a1.tar.bz2 gentoo-2-1dfe4b01428877f013292045140fa3642d05d8a1.zip |
Version bump.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/argus-clients/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/argus-clients/argus-clients-3.0.7.29.ebuild (renamed from net-analyzer/argus-clients/argus-clients-3.0.7.27.ebuild) | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-analyzer/argus-clients/ChangeLog b/net-analyzer/argus-clients/ChangeLog index b8bb7b1d72e2..d1e096f3272e 100644 --- a/net-analyzer/argus-clients/ChangeLog +++ b/net-analyzer/argus-clients/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/argus-clients # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.64 2014/05/21 14:31:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/ChangeLog,v 1.65 2014/05/27 02:05:52 jer Exp $ + +*argus-clients-3.0.7.29 (27 May 2014) + + 27 May 2014; Jeroen Roovers <jer@gentoo.org> -argus-clients-3.0.7.27.ebuild, + +argus-clients-3.0.7.29.ebuild: + Version bump. *argus-clients-3.0.7.28 (21 May 2014) diff --git a/net-analyzer/argus-clients/argus-clients-3.0.7.27.ebuild b/net-analyzer/argus-clients/argus-clients-3.0.7.29.ebuild index 4f72f93bd792..561d0f624d03 100644 --- a/net-analyzer/argus-clients/argus-clients-3.0.7.27.ebuild +++ b/net-analyzer/argus-clients/argus-clients-3.0.7.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.27.ebuild,v 1.1 2014/05/18 03:21:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus-clients/argus-clients-3.0.7.29.ebuild,v 1.1 2014/05/27 02:05:52 jer Exp $ EAPI=5 inherit autotools eutils toolchain-funcs @@ -40,7 +40,6 @@ DEPEND=" src_prepare() { epatch \ "${FILESDIR}"/${PN}-3.0.4.1-disable-tcp-wrappers-automagic.patch \ - "${FILESDIR}"/${PN}-3.0.7.18-sasl.patch \ "${FILESDIR}"/${PN}-3.0.7.21-curses-readline.patch sed -i -e 's| ar | $(AR) |g' common/Makefile.in || die |