summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-12 02:37:25 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-12 02:37:25 +0000
commitee9a81e4e84bbbcff9a869bf1ac9492dda1b017d (patch)
treebd70c3ce1be52aeecf049613c397e5debd5f76e7 /net-analyzer/nmap
parentppc stable (diff)
downloadhistorical-ee9a81e4e84bbbcff9a869bf1ac9492dda1b017d.tar.gz
historical-ee9a81e4e84bbbcff9a869bf1ac9492dda1b017d.tar.bz2
historical-ee9a81e4e84bbbcff9a869bf1ac9492dda1b017d.zip
old
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r--net-analyzer/nmap/files/digest-nmap-3.20-r12
-rw-r--r--net-analyzer/nmap/files/digest-nmap-3.27-r12
-rw-r--r--net-analyzer/nmap/files/digest-nmap-3.282
-rw-r--r--net-analyzer/nmap/nmap-3.20-r1.ebuild43
-rw-r--r--net-analyzer/nmap/nmap-3.27-r1.ebuild42
-rw-r--r--net-analyzer/nmap/nmap-3.28.ebuild42
6 files changed, 0 insertions, 133 deletions
diff --git a/net-analyzer/nmap/files/digest-nmap-3.20-r1 b/net-analyzer/nmap/files/digest-nmap-3.20-r1
deleted file mode 100644
index 1b3e6c2cab55..000000000000
--- a/net-analyzer/nmap/files/digest-nmap-3.20-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 00f42f5477cc2499f5f68479702dd224 nmap-3.20.tar.bz2 871200
-MD5 8b2d99c9ce76001cd3dcd91ef4bed9b7 nmap-3.20_statistics-1.diff 6323
diff --git a/net-analyzer/nmap/files/digest-nmap-3.27-r1 b/net-analyzer/nmap/files/digest-nmap-3.27-r1
deleted file mode 100644
index fff5c89cd6c3..000000000000
--- a/net-analyzer/nmap/files/digest-nmap-3.27-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 7dd965ee17397cb80775f226b0904010 nmap-3.27.tar.bz2 871619
-MD5 8b2d99c9ce76001cd3dcd91ef4bed9b7 nmap-3.20_statistics-1.diff 6323
diff --git a/net-analyzer/nmap/files/digest-nmap-3.28 b/net-analyzer/nmap/files/digest-nmap-3.28
deleted file mode 100644
index d0389464581e..000000000000
--- a/net-analyzer/nmap/files/digest-nmap-3.28
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 ac46d6d7a5f7eec8d0281f656c23f2b4 nmap-3.28.tar.bz2 880219
-MD5 8b2d99c9ce76001cd3dcd91ef4bed9b7 nmap-3.20_statistics-1.diff 6323
diff --git a/net-analyzer/nmap/nmap-3.20-r1.ebuild b/net-analyzer/nmap/nmap-3.20-r1.ebuild
deleted file mode 100644
index c0309ff27970..000000000000
--- a/net-analyzer/nmap/nmap-3.20-r1.ebuild
+++ /dev/null
@@ -1,43 +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-r1.ebuild,v 1.3 2003/09/05 23:40:10 msterret 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/${P}_statistics-1.diff"
-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() {
- # nmap statistics patch
- epatch ${DISTDIR}/${P}_statistics-1.diff
- # 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-r1.ebuild b/net-analyzer/nmap/nmap-3.27-r1.ebuild
deleted file mode 100644
index 13d30f3456a2..000000000000
--- a/net-analyzer/nmap/nmap-3.27-r1.ebuild
+++ /dev/null
@@ -1,42 +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-r1.ebuild,v 1.2 2003/07/02 20:06:16 gmsoft 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/"
-
-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() {
- epatch ${DISTDIR}/${PN}-3.20_statistics-1.diff
- # 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.28.ebuild b/net-analyzer/nmap/nmap-3.28.ebuild
deleted file mode 100644
index de4ef0413695..000000000000
--- a/net-analyzer/nmap/nmap-3.28.ebuild
+++ /dev/null
@@ -1,42 +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.28.ebuild,v 1.1 2003/06/16 22:17:26 lostlogic 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/"
-
-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() {
- epatch ${DISTDIR}/${PN}-3.20_statistics-1.diff
- # 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
-}