diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-08-16 10:49:34 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-08-16 10:49:34 +0000 |
commit | 82eb902aba658c98e63e3a19d4dd4091f54993cf (patch) | |
tree | a93ce8af27e05764b04e2c5b8ef3e8899e711c3a /net-analyzer/nmap | |
parent | x86 stable (Manifest recommit) (diff) | |
download | gentoo-2-82eb902aba658c98e63e3a19d4dd4091f54993cf.tar.gz gentoo-2-82eb902aba658c98e63e3a19d4dd4091f54993cf.tar.bz2 gentoo-2-82eb902aba658c98e63e3a19d4dd4091f54993cf.zip |
x86 stable
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r-- | net-analyzer/nmap/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nmap/files/digest-nmap-3.30 | 2 | ||||
-rw-r--r-- | net-analyzer/nmap/files/digest-nmap-3.45 | 2 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-3.30.ebuild | 39 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-3.45.ebuild | 37 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-3.55.ebuild | 4 |
6 files changed, 7 insertions, 83 deletions
diff --git a/net-analyzer/nmap/ChangeLog b/net-analyzer/nmap/ChangeLog index 66a812b8c791..4912e65ca260 100644 --- a/net-analyzer/nmap/ChangeLog +++ b/net-analyzer/nmap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nmap # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.60 2004/07/31 21:45:50 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.61 2004/08/16 10:48:28 eldad Exp $ + + 16 Aug 2004; Eldad Zack <eldad@gentoo.org> -nmap-3.30.ebuild, + -nmap-3.45.ebuild, nmap-3.55.ebuild: + x86 stable 31 Jul 2004; Tom Gall <tgall@gentoo.org> nmap-3.55.ebuild: stable on ppc64, bug #57451 diff --git a/net-analyzer/nmap/files/digest-nmap-3.30 b/net-analyzer/nmap/files/digest-nmap-3.30 deleted file mode 100644 index dd1321a58c20..000000000000 --- a/net-analyzer/nmap/files/digest-nmap-3.30 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 639fc1c91f48319eca97401e74f9c90e nmap-3.30.tar.bz2 918954 -MD5 8b2d99c9ce76001cd3dcd91ef4bed9b7 nmap-3.20_statistics-1.diff 6323 diff --git a/net-analyzer/nmap/files/digest-nmap-3.45 b/net-analyzer/nmap/files/digest-nmap-3.45 deleted file mode 100644 index 8f3393e6ff1b..000000000000 --- a/net-analyzer/nmap/files/digest-nmap-3.45 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9219fe0907a83bddbfd1b99a21ba35ac nmap-3.45.tar.bz2 1221032 -MD5 8b2d99c9ce76001cd3dcd91ef4bed9b7 nmap-3.20_statistics-1.diff 6323 diff --git a/net-analyzer/nmap/nmap-3.30.ebuild b/net-analyzer/nmap/nmap-3.30.ebuild deleted file mode 100644 index 16eebcc9160e..000000000000 --- a/net-analyzer/nmap/nmap-3.30.ebuild +++ /dev/null @@ -1,39 +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/nmap/nmap-3.30.ebuild,v 1.12 2004/07/20 14:43:43 spock Exp $ - -inherit gcc eutils - -DESCRIPTION="A 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 amd64" -IUSE="gtk gnome" - -DEPEND="virtual/libc - 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 install nmapdatadir=${D}/usr/share/nmap || 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.45.ebuild b/net-analyzer/nmap/nmap-3.45.ebuild deleted file mode 100644 index c02d4a762fd4..000000000000 --- a/net-analyzer/nmap/nmap-3.45.ebuild +++ /dev/null @@ -1,37 +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/nmap/nmap-3.45.ebuild,v 1.11 2004/07/20 14:43:43 spock Exp $ - -inherit gcc eutils - -DESCRIPTION="A 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/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc sparc ~alpha hppa ~amd64" -IUSE="gtk gnome" - -DEPEND="virtual/libc - gtk? ( =x11-libs/gtk+-1.2* )" - -src_unpack() { - unpack ${P}.tar.bz2 - cd ${S} - epatch ${DISTDIR}/${PN}-3.20_statistics-1.diff -} - -src_compile() { - econf `use_with gtk nmapfe` || die - emake || die -} - -src_install() { - einstall install nmapdatadir=${D}/usr/share/nmap install || die - use gnome || rm -rf ${D}/usr/share/gnome/ - - dodoc CHANGELOG HACKING INSTALL docs/README docs/*.txt - dohtml docs/*.html -} diff --git a/net-analyzer/nmap/nmap-3.55.ebuild b/net-analyzer/nmap/nmap-3.55.ebuild index 83aa3bb2144a..259f38221618 100644 --- a/net-analyzer/nmap/nmap-3.55.ebuild +++ b/net-analyzer/nmap/nmap-3.55.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.55.ebuild,v 1.4 2004/07/31 21:45:50 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.55.ebuild,v 1.5 2004/08/16 10:48:28 eldad Exp $ inherit gcc eutils gnuconfig @@ -11,7 +11,7 @@ SRC_URI="http://www.insecure.org/nmap/dist/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ppc64" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm ~hppa ~amd64 ppc64" IUSE="gtk gnome" DEPEND="virtual/libc |