diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-09-04 14:44:13 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-09-04 14:44:13 +0000 |
commit | 6ec4fa98563fab883582cb19d733533429c02836 (patch) | |
tree | 5c47318ccd9ca4eac60f094d7b74b6fc8875f5aa /net-analyzer | |
parent | Added patch to fix wrong 'make' calls on Gentoo/FreeBSD. (diff) | |
download | gentoo-2-6ec4fa98563fab883582cb19d733533429c02836.tar.gz gentoo-2-6ec4fa98563fab883582cb19d733533429c02836.tar.bz2 gentoo-2-6ec4fa98563fab883582cb19d733533429c02836.zip |
remove broken version (compile fail). stop installing COPYING
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/xprobe/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/xprobe/Manifest | 6 | ||||
-rw-r--r-- | net-analyzer/xprobe/files/digest-xprobe-0.2.1 | 1 | ||||
-rw-r--r-- | net-analyzer/xprobe/xprobe-0.2.1.ebuild | 39 | ||||
-rw-r--r-- | net-analyzer/xprobe/xprobe-0.2.2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/xprobe/xprobe-0.3.ebuild | 4 |
6 files changed, 11 insertions, 49 deletions
diff --git a/net-analyzer/xprobe/ChangeLog b/net-analyzer/xprobe/ChangeLog index ee73a09e4810..a5f9eb7f6ad5 100644 --- a/net-analyzer/xprobe/ChangeLog +++ b/net-analyzer/xprobe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/xprobe # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.18 2005/08/23 00:54:51 hparker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.19 2005/09/04 14:44:13 dragonheart Exp $ + + 04 Sep 2005; Daniel Black <dragonheart@gentoo.org> -xprobe-0.2.1.ebuild, + xprobe-0.2.2.ebuild, xprobe-0.3.ebuild: + remove broken version (compile fail). stop installing COPYING 23 Aug 2005; Homer Parker <hparker@gentoo.org> xprobe-0.3.ebuild: Marked ~amd64. diff --git a/net-analyzer/xprobe/Manifest b/net-analyzer/xprobe/Manifest index 81adfab0116b..ea923eb14002 100644 --- a/net-analyzer/xprobe/Manifest +++ b/net-analyzer/xprobe/Manifest @@ -1,8 +1,6 @@ MD5 72b1807d785dc2d2eb2d6e767bc8e4f5 ChangeLog 2524 +MD5 92ed2586ca8446c5af12cb46d8900d79 xprobe-0.3.ebuild 640 MD5 38db7df6633dc3f15d81ba139207693b metadata.xml 478 -MD5 e7a1806a51548c183bbf6edbf8dbd28e xprobe-0.2.1.ebuild 1121 -MD5 f0433c8943458b7b1021e76faf585fc1 xprobe-0.2.2.ebuild 924 -MD5 1d9ca661a6d2734bc76397a948bb7e62 xprobe-0.3.ebuild 648 +MD5 26d3130ff8d488a1045f55f035f4b9f7 xprobe-0.2.2.ebuild 916 MD5 333d965a82d82d7505e765d8a4418ee9 files/digest-xprobe-0.3 63 -MD5 6b20f3d65e14741fe524b8b88dbdbd73 files/digest-xprobe-0.2.1 65 MD5 deeacb60b94a028e0f05b2c33f504488 files/digest-xprobe-0.2.2 65 diff --git a/net-analyzer/xprobe/files/digest-xprobe-0.2.1 b/net-analyzer/xprobe/files/digest-xprobe-0.2.1 deleted file mode 100644 index c212ab98fa00..000000000000 --- a/net-analyzer/xprobe/files/digest-xprobe-0.2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 aaddb4bf793ef573b7fb43ee91bb2224 xprobe2-0.2.1.tar.gz 481766 diff --git a/net-analyzer/xprobe/xprobe-0.2.1.ebuild b/net-analyzer/xprobe/xprobe-0.2.1.ebuild deleted file mode 100644 index ac47aa00cbbf..000000000000 --- a/net-analyzer/xprobe/xprobe-0.2.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.2.1.ebuild,v 1.5 2005/03/30 03:23:15 ka0ttic Exp $ - -inherit eutils - -# 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="x86 ~sparc" -SLOT="0" -LICENSE="GPL-2" -IUSE="" - -DEPEND="virtual/libpcap" - -src_compile() { - cd "${WORKDIR}/${PN}2-${PV}" - # needed due to broken configure script - unset CFLAGS - unset CXXFLAGS - econf || die "could not configure" - emake || die "could not make" -} - -src_install () { - cd "${WORKDIR}/${PN}2-${PV}" - make DESTDIR=${D} install || die - dodoc AUTHORS CREDITS COPYING - dodoc CHANGELOG TODO README - dodoc docs/* -} - diff --git a/net-analyzer/xprobe/xprobe-0.2.2.ebuild b/net-analyzer/xprobe/xprobe-0.2.2.ebuild index 007aa8f0744e..000f746281da 100644 --- a/net-analyzer/xprobe/xprobe-0.2.2.ebuild +++ b/net-analyzer/xprobe/xprobe-0.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.6 2005/08/02 18:29:30 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.2.2.ebuild,v 1.7 2005/09/04 14:44:13 dragonheart Exp $ # This is new xprobe, so called xprobe2, due to xprobe1 being obsoleted. # xprobe 2 has different approach to operating system fingerprinting. @@ -22,7 +22,7 @@ S="${WORKDIR}/${PN}2-${PV}" src_install () { make DESTDIR=${D} install || die - dodoc AUTHORS CREDITS COPYING + dodoc AUTHORS CREDITS dodoc CHANGELOG TODO README dodoc docs/* } diff --git a/net-analyzer/xprobe/xprobe-0.3.ebuild b/net-analyzer/xprobe/xprobe-0.3.ebuild index 9a6bcbcdc427..1e4476289d0d 100644 --- a/net-analyzer/xprobe/xprobe-0.3.ebuild +++ b/net-analyzer/xprobe/xprobe-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.2 2005/08/23 00:54:51 hparker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.3.ebuild,v 1.3 2005/09/04 14:44:13 dragonheart Exp $ MY_P="${PN}2-${PV}" DESCRIPTION="Active OS fingerprinting tool - this is Xprobe2" @@ -17,5 +17,5 @@ S="${WORKDIR}/${MY_P}" src_install () { make DESTDIR=${D} install || die - dodoc AUTHORS CREDITS COPYING CHANGELOG TODO README docs/* + dodoc AUTHORS CREDITS CHANGELOG TODO README docs/* } |