diff options
author | 2007-03-20 20:37:23 +0000 | |
---|---|---|
committer | 2007-03-20 20:37:23 +0000 | |
commit | ca8745094d3046958b35919db92f5fb76aeef00b (patch) | |
tree | 6470a2bad2eaefb7ac41feddab7efd4287730a37 /net-analyzer/xprobe | |
parent | Version bump. Fix CC by using toolchain-funcs. (diff) | |
download | gentoo-2-ca8745094d3046958b35919db92f5fb76aeef00b.tar.gz gentoo-2-ca8745094d3046958b35919db92f5fb76aeef00b.tar.bz2 gentoo-2-ca8745094d3046958b35919db92f5fb76aeef00b.zip |
x86 stable
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/xprobe')
-rw-r--r-- | net-analyzer/xprobe/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/xprobe/xprobe-0.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/xprobe/ChangeLog b/net-analyzer/xprobe/ChangeLog index bd979d25330d..f05c01bc4a24 100644 --- a/net-analyzer/xprobe/ChangeLog +++ b/net-analyzer/xprobe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/xprobe # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.21 2007/02/20 00:46:48 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.22 2007/03/20 20:37:23 armin76 Exp $ + + 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> xprobe-0.3.ebuild: + x86 stable 20 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/net-analyzer/xprobe/xprobe-0.3.ebuild b/net-analyzer/xprobe/xprobe-0.3.ebuild index 632be7d9175f..42e8e94b8387 100644 --- a/net-analyzer/xprobe/xprobe-0.3.ebuild +++ b/net-analyzer/xprobe/xprobe-0.3.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/xprobe/xprobe-0.3.ebuild,v 1.4 2006/02/20 19:49:24 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.3.ebuild,v 1.5 2007/03/20 20:37:23 armin76 Exp $ MY_P="${PN}2-${PV}" DESCRIPTION="Active OS fingerprinting tool - this is Xprobe2" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.sys-security.com/index.php?page=xprobe" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" DEPEND="net-libs/libpcap" |