diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 05:39:18 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 05:39:18 +0000 |
commit | 2f840d951eacb1fa9750d3d5e1d9fc19d110714e (patch) | |
tree | ee3171ac6b1bf2c48cf95709c4149cce69053cd2 /net-analyzer/nmap | |
parent | big IUSE commit (diff) | |
download | historical-2f840d951eacb1fa9750d3d5e1d9fc19d110714e.tar.gz historical-2f840d951eacb1fa9750d3d5e1d9fc19d110714e.tar.bz2 historical-2f840d951eacb1fa9750d3d5e1d9fc19d110714e.zip |
big IUSE commit
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r-- | net-analyzer/nmap/nmap-2.54_beta36.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-2.54_beta37.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-2.99_rc1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-3.00.ebuild | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/net-analyzer/nmap/nmap-2.54_beta36.ebuild b/net-analyzer/nmap/nmap-2.54_beta36.ebuild index d2f4d04ea17b..290a917e6677 100644 --- a/net-analyzer/nmap/nmap-2.54_beta36.ebuild +++ b/net-analyzer/nmap/nmap-2.54_beta36.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta36.ebuild,v 1.6 2002/10/04 05:59:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta36.ebuild,v 1.7 2002/10/05 05:39:17 drobbins Exp $ + +IUSE="gtk" MY_P="${P/_beta/BETA}" S=${WORKDIR}/${MY_P} diff --git a/net-analyzer/nmap/nmap-2.54_beta37.ebuild b/net-analyzer/nmap/nmap-2.54_beta37.ebuild index b01ba96a107a..367392eaccdd 100644 --- a/net-analyzer/nmap/nmap-2.54_beta37.ebuild +++ b/net-analyzer/nmap/nmap-2.54_beta37.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta37.ebuild,v 1.3 2002/10/04 05:59:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.54_beta37.ebuild,v 1.4 2002/10/05 05:39:17 drobbins Exp $ + +IUSE="gtk gnome" MY_P="${P/_beta/BETA}" S=${WORKDIR}/${MY_P} diff --git a/net-analyzer/nmap/nmap-2.99_rc1.ebuild b/net-analyzer/nmap/nmap-2.99_rc1.ebuild index 1cab3ab37d60..2ef806da116a 100644 --- a/net-analyzer/nmap/nmap-2.99_rc1.ebuild +++ b/net-analyzer/nmap/nmap-2.99_rc1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.99_rc1.ebuild,v 1.2 2002/08/14 12:12:28 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-2.99_rc1.ebuild,v 1.3 2002/10/05 05:39:17 drobbins Exp $ + +IUSE="gtk gnome ipv6" MY_P="${P/_rc/RC}" S=${WORKDIR}/${MY_P} diff --git a/net-analyzer/nmap/nmap-3.00.ebuild b/net-analyzer/nmap/nmap-3.00.ebuild index 4bb56c876059..455a32dbfcc2 100644 --- a/net-analyzer/nmap/nmap-3.00.ebuild +++ b/net-analyzer/nmap/nmap-3.00.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.00.ebuild,v 1.2 2002/08/14 12:12:28 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.00.ebuild,v 1.3 2002/10/05 05:39:17 drobbins Exp $ + +IUSE="gtk gnome ipv6" S=${WORKDIR}/${P} DESCRIPTION="Portscanner" |