summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-09-25 05:02:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-09-25 05:02:46 +0000
commitb6fb35df0a37157c16c04c63dbe58987d968fcfe (patch)
treebb231089bdd85c3ab76ffaf082e7d3b49c055ce3 /net-analyzer/amap
parentver bump #64453 (diff)
downloadhistorical-b6fb35df0a37157c16c04c63dbe58987d968fcfe.tar.gz
historical-b6fb35df0a37157c16c04c63dbe58987d968fcfe.tar.bz2
historical-b6fb35df0a37157c16c04c63dbe58987d968fcfe.zip
remove old & busted versions
Diffstat (limited to 'net-analyzer/amap')
-rw-r--r--net-analyzer/amap/Manifest12
-rw-r--r--net-analyzer/amap/amap-2.7.ebuild42
-rw-r--r--net-analyzer/amap/amap-4.3.ebuild47
-rw-r--r--net-analyzer/amap/amap-4.5.ebuild40
-rw-r--r--net-analyzer/amap/files/digest-amap-2.71
-rw-r--r--net-analyzer/amap/files/digest-amap-4.31
-rw-r--r--net-analyzer/amap/files/digest-amap-4.51
7 files changed, 3 insertions, 141 deletions
diff --git a/net-analyzer/amap/Manifest b/net-analyzer/amap/Manifest
index 9c312c87d2d6..2528d9211bd0 100644
--- a/net-analyzer/amap/Manifest
+++ b/net-analyzer/amap/Manifest
@@ -2,19 +2,13 @@
Hash: SHA1
MD5 afeb7b6084a256c24595976154666174 ChangeLog 1694
-MD5 7fd737b7327157c7f908389c431f4619 amap-2.7.ebuild 1016
-MD5 ec97051a7f45d8a9e89aed869d224133 amap-4.3.ebuild 1242
-MD5 e43631d316941ae64e27fe9b1b0d17c4 amap-4.5.ebuild 1040
MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159
MD5 64198856b7adfc72015b16ebc44a732e amap-4.6.ebuild 1325
-MD5 6ab433a807edba43512f283f9c6c9bbc files/digest-amap-2.7 59
-MD5 6bdf30d6d6aa4b292a997760f68c8cd3 files/digest-amap-4.3 60
-MD5 7c224016f4cdcd954c8ec479473b4e84 files/digest-amap-4.5 60
MD5 a5f16a887d88f7d685dbaed470ee6ec8 files/digest-amap-4.6 60
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.9.10 (GNU/Linux)
-iD8DBQFBVPtvHTu7gpaalycRAv4xAJ9xoGUwsUNAcPhXDPsTan0D29O/QwCg1bSG
-EpYDKADUC32tkjZK3R4/Jz4=
-=hoTn
+iD8DBQFBVPwFHTu7gpaalycRAsQPAKDcohTVJRyVslPIQD+uq1YBOOOmBgCfd7q+
+/YniWjf2oHQ6QH4PYNBc3Ic=
+=lQji
-----END PGP SIGNATURE-----
diff --git a/net-analyzer/amap/amap-2.7.ebuild b/net-analyzer/amap/amap-2.7.ebuild
deleted file mode 100644
index 6cba311f9bfd..000000000000
--- a/net-analyzer/amap/amap-2.7.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-2.7.ebuild,v 1.6 2004/07/01 16:10:31 squinky86 Exp $
-
-DESCRIPTION="A next-generation scanning tool for pentesters"
-HOMEPAGE="http://www.thc.org/releases.php"
-SRC_URI="http://packetstormsecurity.nl/groups/thc/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="ssl"
-DEPEND="virtual/libc
- ssl? ( >=dev-libs/openssl-0.9.6j )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # gentoo standard place for templates/configuration files
- sed -i -e '/archpath/ s:/usr/etc/:/usr/share/amap/:' amap.h
-}
-
-src_compile() {
- make || die
-}
-
-src_install() {
- local files
- files="appdefs.trig appdefs.resp appdefs.rpc"
-
- # the makefile is difficult to patch in a gentoo-sane way
- # easyer to install by hand
- exeinto /usr/bin
- doexe amap
- doexe amapcrap
-
- dodir /usr/share/${PN}
- insinto /usr/share/${PN}
- doins ${files}
-
- doman ${PN}.1
- dodoc README BUGS TODO CHANGES
-}
diff --git a/net-analyzer/amap/amap-4.3.ebuild b/net-analyzer/amap/amap-4.3.ebuild
deleted file mode 100644
index dd1f678f4760..000000000000
--- a/net-analyzer/amap/amap-4.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-4.3.ebuild,v 1.7 2004/07/01 16:10:31 squinky86 Exp $
-
-DESCRIPTION="A network scanning tool for pentesters"
-HOMEPAGE="http://www.thc.org/releases.php"
-SRC_URI="http://packetstormsecurity.nl/groups/thc/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64 ~ia64 sparc ~ppc"
-IUSE="ssl"
-DEPEND="virtual/libc
- ssl? ( >=dev-libs/openssl-0.9.6j )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # gentoo standard place for templates/configuration files
- sed -i -e 's:/usr/local/bin:/usr/share/amap:g' amap.h || die
- sed -i -e 's:#define AMAP_APPDEF_PATH.*$:#define AMAP_APPDEF_PATH "/usr/share/amap":g' amap.h || die
-}
-
-src_compile() {
- ./configure
- #mv Makefile Makefile.orig
- #sed Makefile.orig -e 's:/usr/local/:/usr/:' > Makefile
- make || die
-}
-
-src_install() {
- local files
- files="appdefs.trig appdefs.resp appdefs.rpc"
-
- # the makefile is difficult to patch in a gentoo-sane way
- # easyer to install by hand
- exeinto /usr/bin
- doexe amap
- doexe amapcrap
-
- dodir /usr/share/${PN}
- insinto /usr/share/${PN}
- doins ${files}
-
- doman ${PN}.1
-
- dodoc README VOTE LICENSE TODO CHANGES
-}
diff --git a/net-analyzer/amap/amap-4.5.ebuild b/net-analyzer/amap/amap-4.5.ebuild
deleted file mode 100644
index 3ed7755af27b..000000000000
--- a/net-analyzer/amap/amap-4.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-4.5.ebuild,v 1.6 2004/08/22 22:56:54 weeve Exp $
-
-DESCRIPTION="A network scanning tool for pentesters"
-HOMEPAGE="http://www.thc.org/releases.php"
-SRC_URI="http://packetstormsecurity.nl/groups/thc/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64 ~ia64 sparc ~ppc ppc64"
-IUSE="ssl"
-DEPEND="virtual/libc
- ssl? ( >=openssl-0.9.6j )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i -e "s:/usr/local/bin:/usr/share/amap:g" amap.h || die
- sed -i -e "s:AMAP_PREFIX\":\"/usr:g" amap.h || die
-}
-
-src_compile() {
- ./configure --prefix=/usr
- emake || die
-}
-
-src_install() {
- local files
- files="appdefs.trig appdefs.resp appdefs.rpc"
-
- # the makefile is difficult to patch in a gentoo-sane way
- # easyer to install by hand
- exeinto /usr/bin
- #files must be in exe directory (fix bug 39391)
- doexe amap amapcrap ${files}
-
- doman ${PN}.1
-
- dodoc README VOTE LICENSE TODO CHANGES
-}
diff --git a/net-analyzer/amap/files/digest-amap-2.7 b/net-analyzer/amap/files/digest-amap-2.7
deleted file mode 100644
index dfefde641e01..000000000000
--- a/net-analyzer/amap/files/digest-amap-2.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 742448f85d6abf0897a7d0a703b66328 amap-2.7.tar.gz 41567
diff --git a/net-analyzer/amap/files/digest-amap-4.3 b/net-analyzer/amap/files/digest-amap-4.3
deleted file mode 100644
index b78954ee3c25..000000000000
--- a/net-analyzer/amap/files/digest-amap-4.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 36e59ff9dfc60effde6dab6235d2029f amap-4.3.tar.gz 252744
diff --git a/net-analyzer/amap/files/digest-amap-4.5 b/net-analyzer/amap/files/digest-amap-4.5
deleted file mode 100644
index dbab0e832ca2..000000000000
--- a/net-analyzer/amap/files/digest-amap-4.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3c58c31a0e8e264baa06f13e068d3f91 amap-4.5.tar.gz 253075