diff options
author | Michael Januszewski <spock@gentoo.org> | 2005-02-06 19:14:58 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2005-02-06 19:14:58 +0000 |
commit | f9190c276c06cbc0a61c59cb7aa0568a37498ecd (patch) | |
tree | 03f9edd28b09c1c731f6e9b6685bd301969a1747 /net-analyzer/nmap | |
parent | add patch that KDE_EXPORTs several classes. necessary only for smoke and kdej... (diff) | |
download | gentoo-2-f9190c276c06cbc0a61c59cb7aa0568a37498ecd.tar.gz gentoo-2-f9190c276c06cbc0a61c59cb7aa0568a37498ecd.tar.bz2 gentoo-2-f9190c276c06cbc0a61c59cb7aa0568a37498ecd.zip |
Version bump. Removed old ebuilds.
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r-- | net-analyzer/nmap/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/nmap/files/digest-nmap-3.48 | 2 | ||||
-rw-r--r-- | net-analyzer/nmap/files/digest-nmap-3.50 | 2 | ||||
-rw-r--r-- | net-analyzer/nmap/files/digest-nmap-3.80 | 1 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-3.48.ebuild | 37 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-3.50.ebuild | 37 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-3.80.ebuild | 32 |
7 files changed, 40 insertions, 79 deletions
diff --git a/net-analyzer/nmap/ChangeLog b/net-analyzer/nmap/ChangeLog index 9bf1970831ae..6a065a8ffa88 100644 --- a/net-analyzer/nmap/ChangeLog +++ b/net-analyzer/nmap/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/nmap # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.81 2005/02/05 23:32:36 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.82 2005/02/06 19:14:58 spock Exp $ + +*nmap-3.80 (06 Feb 2005) + + 06 Feb 2005; Michał Januszewski <spock@gentoo.org> -nmap-3.48.ebuild, + -nmap-3.50.ebuild, +nmap-3.80.ebuild: + Version bump. Removed old ebuilds. 06 Feb 2005; Simon Stelling <blubb@gentoo.org> nmap-3.75.ebuild: stable on amd64 diff --git a/net-analyzer/nmap/files/digest-nmap-3.48 b/net-analyzer/nmap/files/digest-nmap-3.48 deleted file mode 100644 index bf01ccb2f996..000000000000 --- a/net-analyzer/nmap/files/digest-nmap-3.48 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 8c38559a863efd476c5b042123f1ee3a nmap-3.48.tar.bz2 1227663 -MD5 8b2d99c9ce76001cd3dcd91ef4bed9b7 nmap-3.20_statistics-1.diff 6323 diff --git a/net-analyzer/nmap/files/digest-nmap-3.50 b/net-analyzer/nmap/files/digest-nmap-3.50 deleted file mode 100644 index 5d7ea2495fa5..000000000000 --- a/net-analyzer/nmap/files/digest-nmap-3.50 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 b4363f445a7c502cf314ae88ab71ec6c nmap-3.50.tar.bz2 1255501 -MD5 8b2d99c9ce76001cd3dcd91ef4bed9b7 nmap-3.20_statistics-1.diff 6323 diff --git a/net-analyzer/nmap/files/digest-nmap-3.80 b/net-analyzer/nmap/files/digest-nmap-3.80 new file mode 100644 index 000000000000..b152e1694bd4 --- /dev/null +++ b/net-analyzer/nmap/files/digest-nmap-3.80 @@ -0,0 +1 @@ +MD5 0b9416bb0ac3dad5716a8879061c8870 nmap-3.80.tar.bz2 1491414 diff --git a/net-analyzer/nmap/nmap-3.48.ebuild b/net-analyzer/nmap/nmap-3.48.ebuild deleted file mode 100644 index 86bb13b16891..000000000000 --- a/net-analyzer/nmap/nmap-3.48.ebuild +++ /dev/null @@ -1,37 +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/nmap/nmap-3.48.ebuild,v 1.12 2005/01/12 00:00:33 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 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.50.ebuild b/net-analyzer/nmap/nmap-3.50.ebuild deleted file mode 100644 index 3f1688089134..000000000000 --- a/net-analyzer/nmap/nmap-3.50.ebuild +++ /dev/null @@ -1,37 +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/nmap/nmap-3.50.ebuild,v 1.9 2005/01/12 00:00:33 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 || 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.80.ebuild b/net-analyzer/nmap/nmap-3.80.ebuild new file mode 100644 index 000000000000..e5d80c02de8e --- /dev/null +++ b/net-analyzer/nmap/nmap-3.80.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.80.ebuild,v 1.1 2005/02/06 19:14:58 spock Exp $ + +inherit eutils + +DESCRIPTION="A utility for network exploration or security auditing" +HOMEPAGE="http://www.insecure.org/nmap/" +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 ~s390 ~ia64 ~ppc-macos" +IUSE="gtk gnome ipv6" + +DEPEND="virtual/libc + dev-libs/libpcre + gtk? ( =x11-libs/gtk+-1.2* )" + +src_compile() { + econf `use_with gtk nmapfe` \ + `use_enable ipv6` || die + emake -j1 || die +} + +src_install() { + einstall -j1 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 +} |