From 44b3194cbed13299638aedf4934090f2a9c8bf7e Mon Sep 17 00:00:00 2001
From: Michael Januszewski <spock@gentoo.org>
Date: Tue, 20 Jan 2004 19:52:13 +0000
Subject: Bumped to 3.50, added metadata.xml, fixed dates in headers of nmap
 ebuilds, removed ~mips from KEYWORDS from ebuilds for nmap 3.50 and 3.48 as
 the dependency on x11-libs/gtk+-1.2* cannot be satisfied on mips.

---
 net-analyzer/nmap/ChangeLog              | 13 +++++++++--
 net-analyzer/nmap/files/digest-nmap-3.50 |  2 ++
 net-analyzer/nmap/metadata.xml           | 13 +++++++++++
 net-analyzer/nmap/nmap-3.00.ebuild       |  4 ++--
 net-analyzer/nmap/nmap-3.30.ebuild       |  4 ++--
 net-analyzer/nmap/nmap-3.45.ebuild       |  4 ++--
 net-analyzer/nmap/nmap-3.48.ebuild       |  6 ++---
 net-analyzer/nmap/nmap-3.50.ebuild       | 40 ++++++++++++++++++++++++++++++++
 8 files changed, 75 insertions(+), 11 deletions(-)
 create mode 100644 net-analyzer/nmap/files/digest-nmap-3.50
 create mode 100644 net-analyzer/nmap/metadata.xml
 create mode 100644 net-analyzer/nmap/nmap-3.50.ebuild

diff --git a/net-analyzer/nmap/ChangeLog b/net-analyzer/nmap/ChangeLog
index 77c0ec1d718f..930ee901c512 100644
--- a/net-analyzer/nmap/ChangeLog
+++ b/net-analyzer/nmap/ChangeLog
@@ -1,6 +1,15 @@
 # ChangeLog for net-analyzer/nmap
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.45 2003/12/24 19:06:26 bazik Exp $
+# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.46 2004/01/20 19:52:13 spock Exp $
+
+*nmap-3.50 (20 Jan 2004)
+
+  20 Jan 2004; Michal 'Spock' Januszewski <spock@gentoo.org> metadata.xml,
+  nmap-3.00.ebuild, nmap-3.30.ebuild, nmap-3.45.ebuild, nmap-3.48.ebuild,
+  nmap-3.50.ebuild:
+  Bumped to 3.50, added metadata.xml, fixed dates in headers of nmap ebuilds,
+  removed ~mips from KEYWORDS from ebuilds for nmap 3.50 and 3.48 as the
+  dependency on x11-libs/gtk+-1.2* cannot be satisfied on mips.
 
   24 Dec 2003; Sven Blumenstein <bazik@gentoo.org> nmap-3.48.ebuild:
   Bumped to stable on sparc.
diff --git a/net-analyzer/nmap/files/digest-nmap-3.50 b/net-analyzer/nmap/files/digest-nmap-3.50
new file mode 100644
index 000000000000..5d7ea2495fa5
--- /dev/null
+++ b/net-analyzer/nmap/files/digest-nmap-3.50
@@ -0,0 +1,2 @@
+MD5 b4363f445a7c502cf314ae88ab71ec6c nmap-3.50.tar.bz2 1255501
+MD5 8b2d99c9ce76001cd3dcd91ef4bed9b7 nmap-3.20_statistics-1.diff 6323
diff --git a/net-analyzer/nmap/metadata.xml b/net-analyzer/nmap/metadata.xml
new file mode 100644
index 000000000000..4b742be0dcff
--- /dev/null
+++ b/net-analyzer/nmap/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+  <email>spock@gentoo.org</email>
+  <name>Michal 'Spock' Januszewski</name>
+  <description>
+There was no metadata.xml file for nmap, and from what I saw in the Changelog - no single
+person was maintaining it, so I thought I could take care about it.
+  </description>
+</maintainer>
+</pkgmetadata>
diff --git a/net-analyzer/nmap/nmap-3.00.ebuild b/net-analyzer/nmap/nmap-3.00.ebuild
index cef709389c95..a9fc841a20a6 100644
--- a/net-analyzer/nmap/nmap-3.00.ebuild
+++ b/net-analyzer/nmap/nmap-3.00.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.00.ebuild,v 1.7 2003/09/05 23:40:10 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.00.ebuild,v 1.8 2004/01/20 19:52:13 spock Exp $
 
 IUSE="gtk gnome ipv6"
 
diff --git a/net-analyzer/nmap/nmap-3.30.ebuild b/net-analyzer/nmap/nmap-3.30.ebuild
index 930d5eca5f3f..4f3891fdceb7 100644
--- a/net-analyzer/nmap/nmap-3.30.ebuild
+++ b/net-analyzer/nmap/nmap-3.30.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.30.ebuild,v 1.7 2003/09/16 11:21:02 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.30.ebuild,v 1.8 2004/01/20 19:52:13 spock Exp $
 
 inherit gcc eutils
 
diff --git a/net-analyzer/nmap/nmap-3.45.ebuild b/net-analyzer/nmap/nmap-3.45.ebuild
index c87c7af370bd..01c5f0c8afef 100644
--- a/net-analyzer/nmap/nmap-3.45.ebuild
+++ b/net-analyzer/nmap/nmap-3.45.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.45.ebuild,v 1.6 2003/12/14 02:54:36 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.45.ebuild,v 1.7 2004/01/20 19:52:13 spock Exp $
 
 inherit gcc eutils
 
diff --git a/net-analyzer/nmap/nmap-3.48.ebuild b/net-analyzer/nmap/nmap-3.48.ebuild
index 81b496569f74..341ac170223f 100644
--- a/net-analyzer/nmap/nmap-3.48.ebuild
+++ b/net-analyzer/nmap/nmap-3.48.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.48.ebuild,v 1.3 2003/12/24 19:06:26 bazik Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.48.ebuild,v 1.4 2004/01/20 19:52:13 spock Exp $
 
 inherit gcc eutils
 
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.insecure.org/nmap/"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86 ~ppc sparc ~alpha ~hppa ~mips ~amd64"
+KEYWORDS="~x86 ~ppc sparc ~alpha ~hppa ~amd64"
 IUSE="gtk gnome"
 
 DEPEND="virtual/glibc
diff --git a/net-analyzer/nmap/nmap-3.50.ebuild b/net-analyzer/nmap/nmap-3.50.ebuild
new file mode 100644
index 000000000000..dfb0489d03b8
--- /dev/null
+++ b/net-analyzer/nmap/nmap-3.50.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.50.ebuild,v 1.1 2004/01/20 19:52:13 spock Exp $
+
+inherit gcc eutils
+
+DESCRIPTION="utility for network exploration or security auditing"
+SRC_URI="http://www.insecure.org/nmap/dist/${P}.tar.bz2
+	http://www.packetstormsecurity.nl/UNIX/nmap/${PN}-3.20_statistics-1.diff"
+HOMEPAGE="http://www.insecure.org/nmap/"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc sparc ~alpha ~hppa ~amd64"
+IUSE="gtk gnome"
+
+DEPEND="virtual/glibc
+	gtk? ( =x11-libs/gtk+-1.2* )"
+
+src_unpack() {
+	unpack ${P}.tar.bz2
+	cd ${S}
+	epatch ${DISTDIR}/${PN}-3.20_statistics-1.diff
+}
+
+src_compile() {
+	econf `use_with gtk nmapfe` || die
+	emake || die
+}
+
+src_install() {
+	einstall \
+		nmapdatadir=${D}/usr/share/nmap \
+		install \
+		|| die
+	use gnome || rm -rf ${D}/usr/share/gnome/
+
+	dodoc CHANGELOG HACKING INSTALL docs/README docs/*.txt
+	dohtml docs/*.html
+}
-- 
cgit v1.2.3-65-gdbad