diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-10 10:11:26 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-10 10:11:26 +0000 |
commit | de3a1701779e6e37e344c9ccdcca131b8da2a4d6 (patch) | |
tree | d0bebc75006fab0910f49b376ec9d8d0441166c8 /net-analyzer | |
parent | Stable on ppc. (Manifest recommit) (diff) | |
download | gentoo-2-de3a1701779e6e37e344c9ccdcca131b8da2a4d6.tar.gz gentoo-2-de3a1701779e6e37e344c9ccdcca131b8da2a4d6.tar.bz2 gentoo-2-de3a1701779e6e37e344c9ccdcca131b8da2a4d6.zip |
tidy
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/xprobe/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/xprobe/metadata.xml | 6 | ||||
-rw-r--r-- | net-analyzer/xprobe/xprobe-0.0.2.ebuild | 9 |
3 files changed, 17 insertions, 4 deletions
diff --git a/net-analyzer/xprobe/ChangeLog b/net-analyzer/xprobe/ChangeLog index b8449a0e2a47..e5a7cdfe5958 100644 --- a/net-analyzer/xprobe/ChangeLog +++ b/net-analyzer/xprobe/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/xprobe # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.5 2004/06/24 22:23:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/ChangeLog,v 1.6 2004/07/10 10:11:26 eldad Exp $ + + 10 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml, + xprobe-0.0.2.ebuild: + Tidy up. 12 Jun 2003; <msterret@gentoo.org> xprobe-0.0.2.ebuild: fix Header diff --git a/net-analyzer/xprobe/metadata.xml b/net-analyzer/xprobe/metadata.xml new file mode 100644 index 000000000000..4e880c7a3470 --- /dev/null +++ b/net-analyzer/xprobe/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<longdescription>Active OS fingerprinting tool</longdescription> +</pkgmetadata> diff --git a/net-analyzer/xprobe/xprobe-0.0.2.ebuild b/net-analyzer/xprobe/xprobe-0.0.2.ebuild index d7b97511c92a..cf7d1ff31307 100644 --- a/net-analyzer/xprobe/xprobe-0.0.2.ebuild +++ b/net-analyzer/xprobe/xprobe-0.0.2.ebuild @@ -1,22 +1,25 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.0.2.ebuild,v 1.6 2004/06/24 22:23:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xprobe/xprobe-0.0.2.ebuild,v 1.7 2004/07/10 10:11:26 eldad Exp $ + +inherit eutils -S=${WORKDIR}/${P} DESCRIPTION="Active OS fingerprinting tool" SRC_URI="http://www.sys-security.com/archive/tools/X/${P}.tar.gz" HOMEPAGE="http://www.sys-security.com/html/projects/X.html" + KEYWORDS="x86 ~sparc" SLOT="0" LICENSE="GPL-2" DEPEND=">=net-libs/libpcap-0.6.1" +IUSE="" src_unpack() { unpack ${A} cd ${S} - patch -p0 < ${FILESDIR}/${P}-gentoo.patch || die + epatch ${FILESDIR}/${P}-gentoo.patch || die "epatch failed" } src_compile() { |