summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2005-09-09 11:14:42 +0000
committerMichael Januszewski <spock@gentoo.org>2005-09-09 11:14:42 +0000
commit653c7b4e6d7aa9eb5867b1034145c6c4cfbc464e (patch)
treeee990df1c736cba448d63cefecc00d06a43f7987
parentAdded check for non-portable modules in pamd files, so that pamd files that g... (diff)
downloadgentoo-2-653c7b4e6d7aa9eb5867b1034145c6c4cfbc464e.tar.gz
gentoo-2-653c7b4e6d7aa9eb5867b1034145c6c4cfbc464e.tar.bz2
gentoo-2-653c7b4e6d7aa9eb5867b1034145c6c4cfbc464e.zip
Version bump (bug #105294). Removed old ebuilds.
(Portage version: 1.589-cvs)
-rw-r--r--net-analyzer/nmap/ChangeLog8
-rw-r--r--net-analyzer/nmap/files/digest-nmap-3.751
-rw-r--r--net-analyzer/nmap/files/digest-nmap-3.801
-rw-r--r--net-analyzer/nmap/files/digest-nmap-3.901
-rw-r--r--net-analyzer/nmap/nmap-3.80.ebuild33
-rw-r--r--net-analyzer/nmap/nmap-3.90.ebuild (renamed from net-analyzer/nmap/nmap-3.75.ebuild)18
6 files changed, 17 insertions, 45 deletions
diff --git a/net-analyzer/nmap/ChangeLog b/net-analyzer/nmap/ChangeLog
index aa1b27c8d3e1..52a2b04a18e1 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.94 2005/08/09 22:21:41 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.95 2005/09/09 11:14:41 spock Exp $
+
+*nmap-3.90 (09 Sep 2005)
+
+ 09 Sep 2005; Michał Januszewski <spock@gentoo.org> -nmap-3.75.ebuild,
+ -nmap-3.80.ebuild, +nmap-3.90.ebuild:
+ Version bump (bug #105294). Removed old ebuilds.
*nmap-3.83 (09 Aug 2005)
diff --git a/net-analyzer/nmap/files/digest-nmap-3.75 b/net-analyzer/nmap/files/digest-nmap-3.75
deleted file mode 100644
index e83768bc074b..000000000000
--- a/net-analyzer/nmap/files/digest-nmap-3.75
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1b54c0608b36f6b3ac92d7d1b910738f nmap-3.75.tar.bz2 1439720
diff --git a/net-analyzer/nmap/files/digest-nmap-3.80 b/net-analyzer/nmap/files/digest-nmap-3.80
deleted file mode 100644
index b152e1694bd4..000000000000
--- a/net-analyzer/nmap/files/digest-nmap-3.80
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0b9416bb0ac3dad5716a8879061c8870 nmap-3.80.tar.bz2 1491414
diff --git a/net-analyzer/nmap/files/digest-nmap-3.90 b/net-analyzer/nmap/files/digest-nmap-3.90
new file mode 100644
index 000000000000..6985f991737f
--- /dev/null
+++ b/net-analyzer/nmap/files/digest-nmap-3.90
@@ -0,0 +1 @@
+MD5 0288e464b5de54c5f8cea265474c0f72 nmap-3.90.tar.bz2 1973930
diff --git a/net-analyzer/nmap/nmap-3.80.ebuild b/net-analyzer/nmap/nmap-3.80.ebuild
deleted file mode 100644
index 5dcb4d31f66c..000000000000
--- a/net-analyzer/nmap/nmap-3.80.ebuild
+++ /dev/null
@@ -1,33 +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.80.ebuild,v 1.4 2005/06/26 18:15:29 j4rg0n Exp $
-
-inherit eutils flag-o-matic
-
-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() {
- use ppc-macos && filter-flags -fstrict-aliasing -O2
- 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
-}
diff --git a/net-analyzer/nmap/nmap-3.75.ebuild b/net-analyzer/nmap/nmap-3.90.ebuild
index 0afa92d3a187..940883410e17 100644
--- a/net-analyzer/nmap/nmap-3.75.ebuild
+++ b/net-analyzer/nmap/nmap-3.90.ebuild
@@ -1,33 +1,33 @@
# 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.75.ebuild,v 1.14 2005/06/26 18:15:29 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.90.ebuild,v 1.1 2005/09/09 11:14:41 spock Exp $
inherit eutils flag-o-matic
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"
+SRC_URI="http://download.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"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86"
+IUSE="gtk ssl"
DEPEND="virtual/libc
dev-libs/libpcre
- gtk? ( =x11-libs/gtk+-1.2* )"
+ gtk? ( =x11-libs/gtk+-1.2* )
+ ssl? ( dev-libs/openssl )"
src_compile() {
use ppc-macos && filter-flags -fstrict-aliasing -O2
- econf `use_with gtk nmapfe` \
- `use_enable ipv6` || die
+ econf \
+ $(use_with gtk nmapfe) \
+ $(use_with ssl openssl) || 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
}