summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/xprobe/xprobe-0.2.2.ebuild')
-rw-r--r--net-analyzer/xprobe/xprobe-0.2.2.ebuild28
1 files changed, 0 insertions, 28 deletions
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/*
-}