diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-06-11 17:36:12 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-06-11 17:36:12 +0000 |
commit | 33a9b5188ec914ea2863ea353c88b9bc24b0d6dc (patch) | |
tree | a4109c730b48d082a090e47b73075d360da5177d /net-analyzer | |
parent | Stable on ppc wrt bug 181622 (diff) | |
download | gentoo-2-33a9b5188ec914ea2863ea353c88b9bc24b0d6dc.tar.gz gentoo-2-33a9b5188ec914ea2863ea353c88b9bc24b0d6dc.tar.bz2 gentoo-2-33a9b5188ec914ea2863ea353c88b9bc24b0d6dc.zip |
Stable on ppc wrt bug 181590
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ipaudit/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/ipaudit/ChangeLog b/net-analyzer/ipaudit/ChangeLog index f0aa2301ecae..2406a5fc63c1 100644 --- a/net-analyzer/ipaudit/ChangeLog +++ b/net-analyzer/ipaudit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ipaudit -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipaudit/ChangeLog,v 1.5 2006/11/23 19:48:11 vivo Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipaudit/ChangeLog,v 1.6 2007/06/11 17:36:12 nixnut Exp $ + + 11 Jun 2007; nixnut <nixnut@gentoo.org> ipaudit-1.0_beta2.ebuild: + Stable on ppc wrt bug 181590 23 Nov 2006; Francesco Riosa <vivo@gentoo.org> ipaudit-1.0_beta1.ebuild, ipaudit-1.0_beta2.ebuild: diff --git a/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild b/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild index 6873c1908ffc..2d0fa0a55c93 100644 --- a/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild +++ b/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild,v 1.3 2006/11/23 19:48:11 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipaudit/ipaudit-1.0_beta2.ebuild,v 1.4 2007/06/11 17:36:12 nixnut Exp $ inherit eutils DESCRIPTION="IPAudit monitors network activity on a network by host, protocol and port." @@ -9,7 +9,7 @@ MY_P="${PN}-${PV/_beta/BETA}" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc ~x86" +KEYWORDS="ppc ~x86" IUSE="mysql" DEPEND="virtual/libpcap mysql? ( virtual/mysql )" |