remove old & busted versions
authorMike Frysinger <vapier@gentoo.org>
Sat, 25 Sep 2004 05:02:46 +0000 (05:02 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 25 Sep 2004 05:02:46 +0000 (05:02 +0000)
net-analyzer/amap/Manifest
net-analyzer/amap/amap-2.7.ebuild [deleted file]
net-analyzer/amap/amap-4.3.ebuild [deleted file]
net-analyzer/amap/amap-4.5.ebuild [deleted file]
net-analyzer/amap/files/digest-amap-2.7 [deleted file]
net-analyzer/amap/files/digest-amap-4.3 [deleted file]
net-analyzer/amap/files/digest-amap-4.5 [deleted file]

index 9c312c87d2d61ab65cf1189ea3e0b045f30e5e51..2528d9211bd0e144713d22b2a8c76e5718b43aed 100644 (file)
@@ -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 (file)
index 6cba311..0000000
+++ /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 (file)
index dd1f678..0000000
+++ /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 (file)
index 3ed7755..0000000
+++ /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 (file)
index dfefde6..0000000
+++ /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 (file)
index b78954e..0000000
+++ /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 (file)
index dbab0e8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3c58c31a0e8e264baa06f13e068d3f91 amap-4.5.tar.gz 253075