summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-05-07 16:12:32 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-05-07 16:12:32 +0000
commit0090cb6d1b6ba73aa7ac413504e120df799c3fc1 (patch)
tree7eac8d3d9b669c08f4d2a67187a2eea558eb96bc /net-analyzer/amap
parentStable on ppc64 wrt #90541 (diff)
downloadhistorical-0090cb6d1b6ba73aa7ac413504e120df799c3fc1.tar.gz
historical-0090cb6d1b6ba73aa7ac413504e120df799c3fc1.tar.bz2
historical-0090cb6d1b6ba73aa7ac413504e120df799c3fc1.zip
removing old ebuilds, marking 4.8-r1 x86 stable
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'net-analyzer/amap')
-rw-r--r--net-analyzer/amap/ChangeLog7
-rw-r--r--net-analyzer/amap/amap-4.6.ebuild57
-rw-r--r--net-analyzer/amap/amap-4.8-r1.ebuild4
-rw-r--r--net-analyzer/amap/amap-4.8.ebuild58
-rw-r--r--net-analyzer/amap/files/4.6-system-pcre.patch42
-rw-r--r--net-analyzer/amap/files/digest-amap-4.61
-rw-r--r--net-analyzer/amap/files/digest-amap-4.81
7 files changed, 8 insertions, 162 deletions
diff --git a/net-analyzer/amap/ChangeLog b/net-analyzer/amap/ChangeLog
index 96840bfdc4f5..156aa609e130 100644
--- a/net-analyzer/amap/ChangeLog
+++ b/net-analyzer/amap/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/amap
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/ChangeLog,v 1.27 2005/05/05 09:22:16 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/ChangeLog,v 1.28 2005/05/07 16:12:32 vanquirius Exp $
+
+ 07 May 2005; Marcelo Goes <vanquirius@gentoo.org>
+ -files/4.6-system-pcre.patch, -amap-4.6.ebuild, amap-4.8-r1.ebuild,
+ -amap-4.8.ebuild:
+ Removing old ebuilds, marking 4.8-r1 x86 stable.
05 May 2005; Daniel Black <dragonheart@gentoo.org> amap-5.0.ebuild:
now compiles with FEATURES=userpriv
diff --git a/net-analyzer/amap/amap-4.6.ebuild b/net-analyzer/amap/amap-4.6.ebuild
deleted file mode 100644
index d6f034c5e3de..000000000000
--- a/net-analyzer/amap/amap-4.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-4.6.ebuild,v 1.3 2005/01/25 10:30:14 ka0ttic Exp $
-
-inherit eutils
-
-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="amd64 ia64 ppc ppc64 sparc x86"
-IUSE="ssl"
-
-DEPEND="virtual/libc
- dev-libs/libpcre
- ssl? ( >=dev-libs/openssl-0.9.6j )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e 's:/usr/local:/usr:' \
- -e '/AMAP_APPDEF_PATH/s:/bin:/share/amap:' \
- amap.h || die "sed amap.h failed"
-
- rm -rf pcre-3.9
- epatch ${FILESDIR}/${PV}-system-pcre.patch
-}
-
-src_compile() {
- # has it's own stupid custom configure script
- ./configure || die "configure failed"
- sed -i \
- -e '/^XDEFINES=/s:=.*:=:' \
- -e '/^XLIBS=/s:=.*:=:' \
- -e '/^XLIBPATHS/s:=.*:=:' \
- -e '/^XIPATHS=/s:=.*:=:' \
- Makefile || die "pruning vars"
- if use ssl ; then
- sed -i \
- -e '/^XDEFINES=/s:=:=-DOPENSSL:' \
- -e '/^XLIBS=/s:=:=-lcrypto -lssl:' \
- Makefile || die "adding ssl"
- fi
- emake OPT="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin amap amapcrap || die "dobin failed"
- insinto /usr/share/amap
- doins appdefs.* || die "doins failed"
-
- doman ${PN}.1
- dodoc README TODO CHANGES
-}
diff --git a/net-analyzer/amap/amap-4.8-r1.ebuild b/net-analyzer/amap/amap-4.8-r1.ebuild
index 524e6aef7666..4429c9f27f67 100644
--- a/net-analyzer/amap/amap-4.8-r1.ebuild
+++ b/net-analyzer/amap/amap-4.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-4.8-r1.ebuild,v 1.1 2005/04/10 17:37:02 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-4.8-r1.ebuild,v 1.2 2005/05/07 16:12:32 vanquirius Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.thc.org/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="ssl"
DEPEND="virtual/libc
diff --git a/net-analyzer/amap/amap-4.8.ebuild b/net-analyzer/amap/amap-4.8.ebuild
deleted file mode 100644
index 3af3e06d5d71..000000000000
--- a/net-analyzer/amap/amap-4.8.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/amap/amap-4.8.ebuild,v 1.2 2005/04/07 20:54:35 vanquirius Exp $
-
-inherit eutils
-
-DESCRIPTION="A network scanning tool for pentesters"
-HOMEPAGE="http://www.thc.org/thc-amap/"
-SRC_URI="http://www.thc.org/releases/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="ssl"
-
-DEPEND="virtual/libc
- dev-libs/libpcre
- ssl? ( >=dev-libs/openssl-0.9.6j )"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- sed -i \
- -e 's:/usr/local:/usr:' \
- -e '/AMAP_APPDEF_PATH/s:/etc:/share/amap:' \
- amap.h || die "sed amap.h failed"
-
- rm -rf pcre-3.9
- epatch ${FILESDIR}/${PV}-system-pcre.patch
- epatch ${FILESDIR}/${P}-fix-icky-lvalue-casts.diff
-}
-
-src_compile() {
- # has it's own stupid custom configure script
- ./configure || die "configure failed"
- sed -i \
- -e '/^XDEFINES=/s:=.*:=:' \
- -e '/^XLIBS=/s:=.*:=:' \
- -e '/^XLIBPATHS/s:=.*:=:' \
- -e '/^XIPATHS=/s:=.*:=:' \
- Makefile || die "pruning vars"
- if use ssl ; then
- sed -i \
- -e '/^XDEFINES=/s:=:=-DOPENSSL:' \
- -e '/^XLIBS=/s:=:=-lcrypto -lssl:' \
- Makefile || die "adding ssl"
- fi
- emake OPT="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
- dobin amap amapcrap || die "dobin failed"
- insinto /usr/share/amap
- doins appdefs.* || die "doins failed"
-
- doman ${PN}.1
- dodoc README TODO CHANGES
-}
diff --git a/net-analyzer/amap/files/4.6-system-pcre.patch b/net-analyzer/amap/files/4.6-system-pcre.patch
deleted file mode 100644
index 95e1c8b14fc0..000000000000
--- a/net-analyzer/amap/files/4.6-system-pcre.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -ur amap-4.6.orig/Makefile.am amap-4.6/Makefile.am
---- amap-4.6.orig/Makefile.am 2004-09-27 09:36:40.792243656 -0400
-+++ amap-4.6/Makefile.am 2004-09-27 09:36:40.928222984 -0400
-@@ -1,11 +1,11 @@
- CC=gcc
--LIB=-lpcre -L./pcre-3.9/ -I./pcre-3.9/
-+LIB=-lpcre
- OPT=-O2
- OPT_DEBUG=-ggdb -Wall -lefence
- DIR=/bin
- SCRIPTS=appdefs.trig appdefs.resp appdefs.rpc
- MANPAGE=amap.1
--all: pcre strip
-+all: amap amapcrap
-
- pcre:
- cd pcre-3.9 && make
-diff -ur amap-4.6.orig/amap-inc.h amap-4.6/amap-inc.h
---- amap-4.6.orig/amap-inc.h 2004-09-27 09:36:40.789244112 -0400
-+++ amap-4.6/amap-inc.h 2004-09-27 09:36:40.930222680 -0400
-@@ -20,7 +20,7 @@
- #include <errno.h>
- #include <sys/resource.h>
- #include <sys/wait.h>
--#include "pcre-3.9/pcre.h"
-+#include <pcre.h>
- #ifdef OPENSSL
- #include <openssl/ssl.h>
- #include <openssl/err.h>
-diff -ur amap-4.6.orig/configure amap-4.6/configure
---- amap-4.6.orig/configure 2004-09-27 09:36:40.795243200 -0400
-+++ amap-4.6/configure 2004-09-27 09:36:53.814264008 -0400
-@@ -13,9 +13,6 @@
- exit 0
- fi
-
--cd pcre-3.9 || exit 1
--./configure || exit 1
--cd ..
-
- echo
- echo
diff --git a/net-analyzer/amap/files/digest-amap-4.6 b/net-analyzer/amap/files/digest-amap-4.6
deleted file mode 100644
index 773e2e3e73f3..000000000000
--- a/net-analyzer/amap/files/digest-amap-4.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5af4b9342eb78c5d5db2492aab9a37a7 amap-4.6.tar.gz 252938
diff --git a/net-analyzer/amap/files/digest-amap-4.8 b/net-analyzer/amap/files/digest-amap-4.8
deleted file mode 100644
index 81a50fc78fa3..000000000000
--- a/net-analyzer/amap/files/digest-amap-4.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 db6f6aa06afc6aeea7c7e0c594c73b69 amap-4.8.tar.gz 258019