diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2007-04-01 17:48:50 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2007-04-01 17:48:50 +0000 |
commit | d79165acf14877dcb55dee0e067943e30dfcbc1a (patch) | |
tree | 19d8f33b7547ccc2f3c5da32948102fd07a1c12b /net-analyzer/xprobe | |
parent | Add ~ia64 keyword wrt bug 158687 (diff) | |
download | gentoo-2-d79165acf14877dcb55dee0e067943e30dfcbc1a.tar.gz gentoo-2-d79165acf14877dcb55dee0e067943e30dfcbc1a.tar.bz2 gentoo-2-d79165acf14877dcb55dee0e067943e30dfcbc1a.zip |
Remove old ebuild.
(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/files/digest-xprobe-0.2.2 | 3 | ||||
-rw-r--r-- | net-analyzer/xprobe/xprobe-0.2.2.ebuild | 28 |
3 files changed, 4 insertions, 32 deletions
diff --git a/net-analyzer/xprobe/ChangeLog b/net-analyzer/xprobe/ChangeLog index f05c01bc4a24..55d0aea56bc4 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.22 2007/03/20 20:37:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.23 2007/04/01 17:48:50 vanquirius Exp $ + + 01 Apr 2007; Marcelo Goes <vanquirius@gentoo.org> -xprobe-0.2.2.ebuild: + Remove old ebuild. 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> xprobe-0.3.ebuild: x86 stable diff --git a/net-analyzer/xprobe/files/digest-xprobe-0.2.2 b/net-analyzer/xprobe/files/digest-xprobe-0.2.2 deleted file mode 100644 index d6a3fc830a40..000000000000 --- a/net-analyzer/xprobe/files/digest-xprobe-0.2.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 8eea1406d035827bb8bfeb0536622e1f xprobe2-0.2.2.tar.gz 521785 -RMD160 c0326a74323f97aa5bb886c2dc6300c27ca7b2d7 xprobe2-0.2.2.tar.gz 521785 -SHA256 bfe28acfadb1c41490347ff80010ed5272e944a5815887a49a8c7804009fd2f5 xprobe2-0.2.2.tar.gz 521785 diff --git a/net-analyzer/xprobe/xprobe-0.2.2.ebuild b/net-analyzer/xprobe/xprobe-0.2.2.ebuild deleted file mode 100644 index 99f707ebdc53..000000000000 --- a/net-analyzer/xprobe/xprobe-0.2.2.ebuild +++ /dev/null @@ -1,28 +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/xprobe/xprobe-0.2.2.ebuild,v 1.8 2006/02/20 19:49:24 jokey Exp $ - -# This is new xprobe, so called xprobe2, due to xprobe1 being obsoleted. -# xprobe 2 has different approach to operating system fingerprinting. -# Xprobe2 rely on fuzzy signature matching, probabilistic guesses, multiple -# matches simultaneously, and a signature database. - -DESCRIPTION="Active OS fingerprinting tool - this is Xprobe2" -SRC_URI="mirror://sourceforge/${PN}/${PN}2-${PV}.tar.gz" -HOMEPAGE="http://www.sys-security.com/index.php?page=xprobe" - -KEYWORDS="~amd64 ~ppc ~sparc x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -DEPEND="net-libs/libpcap" - -S="${WORKDIR}/${PN}2-${PV}" - -src_install () { - make DESTDIR=${D} install || die - dodoc AUTHORS CREDITS - dodoc CHANGELOG TODO README - dodoc docs/* -} |