summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-06-30 21:08:22 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-06-30 21:08:22 +0000
commit0d17d67b6cfe42457ab2dedd495fb102c7cc6e70 (patch)
tree8dfa594b96161c21aa69c7e8cf2e7efd7866d058 /net-analyzer/nmap
parentVersion bumped. Closes #23760 (diff)
downloadgentoo-2-0d17d67b6cfe42457ab2dedd495fb102c7cc6e70.tar.gz
gentoo-2-0d17d67b6cfe42457ab2dedd495fb102c7cc6e70.tar.bz2
gentoo-2-0d17d67b6cfe42457ab2dedd495fb102c7cc6e70.zip
cleanup
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r--net-analyzer/nmap/Manifest4
-rw-r--r--net-analyzer/nmap/files/digest-nmap-3.201
-rw-r--r--net-analyzer/nmap/files/digest-nmap-3.271
-rw-r--r--net-analyzer/nmap/nmap-3.20.ebuild40
-rw-r--r--net-analyzer/nmap/nmap-3.27.ebuild40
5 files changed, 0 insertions, 86 deletions
diff --git a/net-analyzer/nmap/Manifest b/net-analyzer/nmap/Manifest
index e10ec554f7f4..da542f80e82f 100644
--- a/net-analyzer/nmap/Manifest
+++ b/net-analyzer/nmap/Manifest
@@ -2,14 +2,10 @@ MD5 632ec067aca1047431c5440ff9dc4ee6 ChangeLog 4764
MD5 3cde9656f604318552895f65e4e5ab15 nmap-3.00.ebuild 1031
MD5 88598dcb6b57cb9313298443d491567f nmap-3.20-r1.ebuild 1150
MD5 8b02041b9127497fb30b1c35c4fed497 nmap-3.27-r1.ebuild 1136
-MD5 dd0c1e5855906f5a8a0150cd770075c4 nmap-3.20.ebuild 1003
MD5 75a11a849046adede004349317791ade nmap-3.30.ebuild 1136
-MD5 a8e66e3331103e04ccf2ead3ad3ce2b6 nmap-3.27.ebuild 1002
MD5 e1d860218d05d365c28276fd74b6b5f3 nmap-3.28.ebuild 1138
MD5 71e95ca8be6f8faf7acb7b35658c2d03 files/digest-nmap-3.30 132
MD5 b974965bf7f0a11a9bbd7829b3f81e42 files/digest-nmap-3.00 58
-MD5 a708f7f4c522d8a8115977eccfb6c9ef files/digest-nmap-3.20 62
MD5 9096d9cff4b12d6233d5d14a9e196f5a files/digest-nmap-3.20-r1 132
-MD5 4cc81212eef69222cc548cdea77aed43 files/digest-nmap-3.27 62
MD5 8343dfba880c13a8e69bb079bde92995 files/digest-nmap-3.27-r1 132
MD5 501a0ea68ad1859a1991e351de162f29 files/digest-nmap-3.28 132
diff --git a/net-analyzer/nmap/files/digest-nmap-3.20 b/net-analyzer/nmap/files/digest-nmap-3.20
deleted file mode 100644
index 86e5d731b1a1..000000000000
--- a/net-analyzer/nmap/files/digest-nmap-3.20
+++ /dev/null
@@ -1 +0,0 @@
-MD5 00f42f5477cc2499f5f68479702dd224 nmap-3.20.tar.bz2 871200
diff --git a/net-analyzer/nmap/files/digest-nmap-3.27 b/net-analyzer/nmap/files/digest-nmap-3.27
deleted file mode 100644
index 4d5574a9453d..000000000000
--- a/net-analyzer/nmap/files/digest-nmap-3.27
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7dd965ee17397cb80775f226b0904010 nmap-3.27.tar.bz2 871619
diff --git a/net-analyzer/nmap/nmap-3.20.ebuild b/net-analyzer/nmap/nmap-3.20.ebuild
deleted file mode 100644
index 447e4f3179b0..000000000000
--- a/net-analyzer/nmap/nmap-3.20.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.20.ebuild,v 1.4 2003/04/02 15:19:02 gmsoft Exp $
-
-inherit gcc
-
-DESCRIPTION="utility for network exploration or security auditing"
-SRC_URI="http://www.insecure.org/nmap/dist/${P}.tar.bz2"
-HOMEPAGE="http://www.insecure.org/nmap/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc sparc ~alpha hppa"
-IUSE="gtk gnome"
-
-DEPEND="virtual/glibc
- gtk? ( =x11-libs/gtk+-1.2* )"
-
-src_compile() {
- # fix header
- if [ `gcc-major-version` -eq 3 ] ; then
- cp nbase/nbase.h nbase/nbase.h.old
- sed -e 's:char \*strcasestr://:' \
- nbase/nbase.h.old > nbase/nbase.h
- fi
-
- 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 COPYING HACKING INSTALL README* docs/README docs/*.txt
- dohtml docs/*.html
-}
diff --git a/net-analyzer/nmap/nmap-3.27.ebuild b/net-analyzer/nmap/nmap-3.27.ebuild
deleted file mode 100644
index def372808652..000000000000
--- a/net-analyzer/nmap/nmap-3.27.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.27.ebuild,v 1.3 2003/06/04 21:22:43 joker Exp $
-
-inherit gcc
-
-DESCRIPTION="utility for network exploration or security auditing"
-SRC_URI="http://www.insecure.org/nmap/dist/${P}.tar.bz2"
-HOMEPAGE="http://www.insecure.org/nmap/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc ~alpha ~hppa"
-IUSE="gtk gnome"
-
-DEPEND="virtual/glibc
- gtk? ( =x11-libs/gtk+-1.2* )"
-
-src_compile() {
- # fix header
- if [ `gcc-major-version` -eq 3 ] ; then
- cp nbase/nbase.h nbase/nbase.h.old
- sed -e 's:char \*strcasestr://:' \
- nbase/nbase.h.old > nbase/nbase.h
- fi
-
- 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 COPYING HACKING INSTALL README* docs/README docs/*.txt
- dohtml docs/*.html
-}