summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-23 20:50:57 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-23 20:50:57 +0000
commit1b31cbb8de4cb5a86daf8bc4d31cb6d82f890253 (patch)
treec71694fd277cda8365f46e674728a7b83b615300
parentVersion bump. The 0.2.x code is no longer maintained. This ebuild (diff)
downloadgentoo-2-1b31cbb8de4cb5a86daf8bc4d31cb6d82f890253.tar.gz
gentoo-2-1b31cbb8de4cb5a86daf8bc4d31cb6d82f890253.tar.bz2
gentoo-2-1b31cbb8de4cb5a86daf8bc4d31cb6d82f890253.zip
Removed old nmap ebuilds
-rw-r--r--net-analyzer/nmap/files/digest-nmap-2.54_beta361
-rw-r--r--net-analyzer/nmap/files/digest-nmap-2.54_beta371
-rw-r--r--net-analyzer/nmap/files/digest-nmap-2.99_rc11
-rw-r--r--net-analyzer/nmap/nmap-2.54_beta36.ebuild42
-rw-r--r--net-analyzer/nmap/nmap-2.54_beta37.ebuild48
-rw-r--r--net-analyzer/nmap/nmap-2.99_rc1.ebuild51
6 files changed, 0 insertions, 144 deletions
diff --git a/net-analyzer/nmap/files/digest-nmap-2.54_beta36 b/net-analyzer/nmap/files/digest-nmap-2.54_beta36
deleted file mode 100644
index 82c6319cd370..000000000000
--- a/net-analyzer/nmap/files/digest-nmap-2.54_beta36
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1d9c4fe1cd0ed52b170e0a24906da23f nmap-2.54BETA36.tgz 862597
diff --git a/net-analyzer/nmap/files/digest-nmap-2.54_beta37 b/net-analyzer/nmap/files/digest-nmap-2.54_beta37
deleted file mode 100644
index bd57f4101298..000000000000
--- a/net-analyzer/nmap/files/digest-nmap-2.54_beta37
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a42c89d42facfc52266cdda3a7f1b9e2 nmap-2.54BETA37.tgz 866726
diff --git a/net-analyzer/nmap/files/digest-nmap-2.99_rc1 b/net-analyzer/nmap/files/digest-nmap-2.99_rc1
deleted file mode 100644
index 9a78a28aac5c..000000000000
--- a/net-analyzer/nmap/files/digest-nmap-2.99_rc1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ea5dd423ccbd3a8ae54eb60c80d52fa0 nmap-2.99RC1.tgz 922315
diff --git a/net-analyzer/nmap/nmap-2.54_beta36.ebuild b/net-analyzer/nmap/nmap-2.54_beta36.ebuild
deleted file mode 100644
index 290a917e6677..000000000000
--- a/net-analyzer/nmap/nmap-2.54_beta36.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta36.ebuild,v 1.7 2002/10/05 05:39:17 drobbins Exp $
-
-IUSE="gtk"
-
-MY_P="${P/_beta/BETA}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Portscanner"
-SRC_URI="http://www.insecure.org/nmap/dist/${MY_P}.tgz"
-HOMEPAGE="http://www.insecure.org/nmap/"
-DEPEND="virtual/glibc
- gtk? ( =x11-libs/gtk+-1.2* )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
-
-src_compile() {
-
- econf --enable-ipv6 || die
-
- use gtk && ( \
- make || die
- ) || (
- make nmap || die
- )
-}
-
-src_install() {
-
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- nmapdatadir=${D}/usr/share/nmap \
- install || die
-
- dodoc CHANGELOG COPYING HACKING README*
- cd docs
- dodoc *.txt
- dohtml *.html
-}
diff --git a/net-analyzer/nmap/nmap-2.54_beta37.ebuild b/net-analyzer/nmap/nmap-2.54_beta37.ebuild
deleted file mode 100644
index 367392eaccdd..000000000000
--- a/net-analyzer/nmap/nmap-2.54_beta37.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta37.ebuild,v 1.4 2002/10/05 05:39:17 drobbins Exp $
-
-IUSE="gtk gnome"
-
-MY_P="${P/_beta/BETA}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Portscanner"
-SRC_URI="http://www.insecure.org/nmap/dist/${MY_P}.tgz"
-HOMEPAGE="http://www.insecure.org/nmap/"
-DEPEND="virtual/glibc
- gtk? ( =x11-libs/gtk+-1.2* )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
-
-src_compile() {
-
- econf --enable-ipv6 || die
-
- use gtk && ( \
- make || die
- ) || (
- make nmap || die
- )
-}
-
-src_install() {
-
- local myinst
-
- # If gnome does not exist on the system, there is no need for the gnome
- # menu item.
- use gnome || myinst="${myinst} deskdir=${S}"
-
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- nmapdatadir=${D}/usr/share/nmap \
- install || die
-
- dodoc CHANGELOG COPYING HACKING README*
- cd docs
- dodoc *.txt
- dohtml *.html
-}
diff --git a/net-analyzer/nmap/nmap-2.99_rc1.ebuild b/net-analyzer/nmap/nmap-2.99_rc1.ebuild
deleted file mode 100644
index 2ef806da116a..000000000000
--- a/net-analyzer/nmap/nmap-2.99_rc1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.99_rc1.ebuild,v 1.3 2002/10/05 05:39:17 drobbins Exp $
-
-IUSE="gtk gnome ipv6"
-
-MY_P="${P/_rc/RC}"
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Portscanner"
-SRC_URI="http://www.insecure.org/nmap/dist/${MY_P}.tgz"
-HOMEPAGE="http://www.insecure.org/nmap/"
-DEPEND="virtual/glibc
- gtk? ( =x11-libs/gtk+-1.2* )"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc sparc64"
-
-src_compile() {
- if [ `use ipv6` ]; then
- econf --enable-ipv6 || die
- else
- econf || die
- fi
-
- use gtk && ( \
- make || die
- ) || (
- make nmap || die
- )
-}
-
-src_install() {
- local myinst
-
- # If gnome does not exist on the system, there is no need for the gnome
- # menu item.
- use gnome || myinst="${myinst} deskdir=${S}"
-
- make \
- prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- nmapdatadir=${D}/usr/share/nmap \
- install || die
-
- dodoc CHANGELOG COPYING HACKING README*
- cd docs
- dodoc *.txt
- dohtml *.html
-}
-