summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2010-05-20 11:09:43 +0000
committerMichael Januszewski <spock@gentoo.org>2010-05-20 11:09:43 +0000
commitf9a3eeab065a2de7ed7824ac96228e126aaf1329 (patch)
tree95df2b7fbac244411dafaf7fb5a0a494659588ca /net-analyzer/nmap
parentVersion bump. (diff)
downloadgentoo-2-f9a3eeab065a2de7ed7824ac96228e126aaf1329.tar.gz
gentoo-2-f9a3eeab065a2de7ed7824ac96228e126aaf1329.tar.bz2
gentoo-2-f9a3eeab065a2de7ed7824ac96228e126aaf1329.zip
Remove old ebuilds.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r--net-analyzer/nmap/ChangeLog7
-rw-r--r--net-analyzer/nmap/nmap-4.76.ebuild61
-rw-r--r--net-analyzer/nmap/nmap-4.85_beta9.ebuild65
-rw-r--r--net-analyzer/nmap/nmap-4.90_rc1.ebuild63
-rw-r--r--net-analyzer/nmap/nmap-5.00-r2.ebuild53
-rw-r--r--net-analyzer/nmap/nmap-5.00.ebuild63
-rw-r--r--net-analyzer/nmap/nmap-5.10_beta1.ebuild53
-rw-r--r--net-analyzer/nmap/nmap-5.20.ebuild55
8 files changed, 6 insertions, 414 deletions
diff --git a/net-analyzer/nmap/ChangeLog b/net-analyzer/nmap/ChangeLog
index 238a3cbba098..163f7c32af1d 100644
--- a/net-analyzer/nmap/ChangeLog
+++ b/net-analyzer/nmap/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/nmap
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.227 2010/05/18 16:28:29 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.228 2010/05/20 11:09:42 spock Exp $
+
+ 20 May 2010; Michał Januszewski <spock@gentoo.org> -nmap-4.76.ebuild,
+ -nmap-4.85_beta9.ebuild, -nmap-4.90_rc1.ebuild, -nmap-5.00.ebuild,
+ -nmap-5.00-r2.ebuild, -nmap-5.10_beta1.ebuild, -nmap-5.20.ebuild:
+ Remove old ebuilds.
18 May 2010; Jeroen Roovers <jer@gentoo.org> nmap-4.76.ebuild,
nmap-4.85_beta9.ebuild, nmap-4.90_rc1.ebuild, nmap-5.00.ebuild,
diff --git a/net-analyzer/nmap/nmap-4.76.ebuild b/net-analyzer/nmap/nmap-4.76.ebuild
deleted file mode 100644
index a9e93369629f..000000000000
--- a/net-analyzer/nmap/nmap-4.76.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.76.ebuild,v 1.11 2010/05/18 16:28:29 jer Exp $
-
-EAPI="2"
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="A utility for network exploration or security auditing"
-HOMEPAGE="http://nmap.org/"
-SRC_URI="http://nmap.org/dist-old/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE="gtk lua ssl"
-
-DEPEND="dev-libs/libpcre
- net-libs/libpcap
- gtk? ( >=x11-libs/gtk+-2.6
- >=dev-python/pygtk-2.6
- || ( >=dev-lang/python-2.5[sqlite]
- >=dev-python/pysqlite-2 )
- )
- ssl? ( dev-libs/openssl )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-4.75-include.patch"
- epatch "${FILESDIR}/${PN}-4.75-nolua.patch"
- epatch "${FILESDIR}/su-to-zenmap.sh.diff"
-}
-
-src_configure() {
- local myconf=""
-
- if use lua ; then
- if has_version ">=dev-lang/lua-5.1.3-r1" &&
- built_with_use dev-lang/lua deprecated ; then
- myconf="--with-liblua"
- else
- myconf="--with-liblua=included"
- fi
- else
- myconf="--without-liblua"
- fi
-
- econf \
- --with-libdnet=included \
- "${myconf}" \
- $(use_with gtk zenmap) \
- $(use_with ssl openssl) || die
-}
-
-src_install() {
- LC_ALL=C emake DESTDIR="${D}" -j1 nmapdatadir=/usr/share/nmap install || die
- dodoc CHANGELOG HACKING docs/README docs/*.txt || die
-
- use gtk && doicon "${FILESDIR}/nmap-logo-64.png"
-}
diff --git a/net-analyzer/nmap/nmap-4.85_beta9.ebuild b/net-analyzer/nmap/nmap-4.85_beta9.ebuild
deleted file mode 100644
index 4f13c0e3e073..000000000000
--- a/net-analyzer/nmap/nmap-4.85_beta9.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.85_beta9.ebuild,v 1.3 2010/05/18 16:28:29 jer Exp $
-
-EAPI="2"
-
-inherit eutils flag-o-matic
-
-MY_P=${P//_beta/BETA}
-
-DESCRIPTION="A utility for network exploration or security auditing"
-HOMEPAGE="http://nmap.org/"
-SRC_URI="http://nmap.org/dist-old/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="gtk lua ssl"
-
-DEPEND="dev-libs/libpcre
- net-libs/libpcap
- gtk? ( >=x11-libs/gtk+-2.6
- >=dev-python/pygtk-2.6
- || ( >=dev-lang/python-2.5[sqlite]
- >=dev-python/pysqlite-2 )
- )
- ssl? ( dev-libs/openssl )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-4.75-include.patch"
- epatch "${FILESDIR}/${PN}-4.75-nolua.patch"
- sed -i -e 's/-m 755 -s ncat/-m 755 ncat/' ncat/Makefile.in
-}
-
-src_configure() {
- local myconf=""
-
- if use lua ; then
- if has_version ">=dev-lang/lua-5.1.3-r1" &&
- built_with_use dev-lang/lua deprecated ; then
- myconf="--with-liblua"
- else
- myconf="--with-liblua=included"
- fi
- else
- myconf="--without-liblua"
- fi
-
- econf \
- --with-libdnet=included \
- "${myconf}" \
- $(use_with gtk zenmap) \
- $(use_with ssl openssl) || die
-}
-
-src_install() {
- LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir=/usr/share/nmap install || die
- dodoc CHANGELOG HACKING docs/README docs/*.txt || die
-
- use gtk && doicon "${FILESDIR}/nmap-logo-64.png"
-}
diff --git a/net-analyzer/nmap/nmap-4.90_rc1.ebuild b/net-analyzer/nmap/nmap-4.90_rc1.ebuild
deleted file mode 100644
index d0d36001765f..000000000000
--- a/net-analyzer/nmap/nmap-4.90_rc1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-4.90_rc1.ebuild,v 1.2 2010/05/18 16:28:29 jer Exp $
-
-EAPI="2"
-
-inherit eutils flag-o-matic
-
-MY_P=${P//_rc1/RC1}
-
-DESCRIPTION="A utility for network exploration or security auditing"
-HOMEPAGE="http://nmap.org/"
-SRC_URI="http://nmap.org/dist-old/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="gtk lua ssl"
-
-DEPEND="dev-libs/libpcre
- net-libs/libpcap
- gtk? ( >=x11-libs/gtk+-2.6
- >=dev-python/pygtk-2.6
- || ( >=dev-lang/python-2.5[sqlite]
- >=dev-python/pysqlite-2 )
- )
- ssl? ( dev-libs/openssl )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-4.75-include.patch"
- epatch "${FILESDIR}/${PN}-4.75-nolua.patch"
- sed -i -e 's/-m 755 -s ncat/-m 755 ncat/' ncat/Makefile.in
-}
-
-src_configure() {
- local myconf=""
-
- if use lua ; then
- if has_version ">=dev-lang/lua-5.1.3-r1" &&
- built_with_use dev-lang/lua deprecated ; then
- myconf="--with-liblua"
- else
- myconf="--with-liblua=included"
- fi
- else
- myconf="--without-liblua"
- fi
-
- econf \
- --with-libdnet=included \
- "${myconf}" \
- $(use_with gtk zenmap) \
- $(use_with ssl openssl) || die
-}
-
-src_install() {
- LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir=/usr/share/nmap install || die
- dodoc CHANGELOG HACKING docs/README docs/*.txt || die
-
- use gtk && doicon "${FILESDIR}/nmap-logo-64.png"
-}
diff --git a/net-analyzer/nmap/nmap-5.00-r2.ebuild b/net-analyzer/nmap/nmap-5.00-r2.ebuild
deleted file mode 100644
index 48516cf943e1..000000000000
--- a/net-analyzer/nmap/nmap-5.00-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00-r2.ebuild,v 1.11 2010/05/18 16:28:29 jer Exp $
-
-EAPI="2"
-
-inherit eutils flag-o-matic
-
-MY_P=${P//_rc1/RC1}
-
-DESCRIPTION="A utility for network exploration or security auditing"
-HOMEPAGE="http://nmap.org/"
-SRC_URI="http://nmap.org/dist/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
-IUSE="gtk lua ssl"
-
-DEPEND="dev-libs/libpcre
- net-libs/libpcap
- gtk? ( >=x11-libs/gtk+-2.6
- >=dev-python/pygtk-2.6
- || ( >=dev-lang/python-2.5[sqlite]
- >=dev-python/pysqlite-2 )
- )
- lua? ( >=dev-lang/lua-5.1.4-r1[deprecated] )
- ssl? ( dev-libs/openssl )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-4.75-include.patch"
- epatch "${FILESDIR}/${PN}-4.75-nolua.patch"
- epatch "${FILESDIR}/${PN}-5.00-python.patch"
- sed -i -e 's/-m 755 -s ncat/-m 755 ncat/' ncat/Makefile.in
-}
-
-src_configure() {
- # The bundled libdnet is incompatible with the version available in the
- # tree, so we cannot use the system library here.
- econf --with-libdnet=included \
- $(use_with gtk zenmap) \
- $(use_with lua liblua) \
- $(use_with ssl openssl)
-}
-
-src_install() {
- LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir=/usr/share/nmap install || die
- dodoc CHANGELOG HACKING docs/README docs/*.txt || die
-
- use gtk && doicon "${FILESDIR}/nmap-logo-64.png"
-}
diff --git a/net-analyzer/nmap/nmap-5.00.ebuild b/net-analyzer/nmap/nmap-5.00.ebuild
deleted file mode 100644
index 34f603ede4c9..000000000000
--- a/net-analyzer/nmap/nmap-5.00.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.00.ebuild,v 1.2 2010/05/18 16:28:29 jer Exp $
-
-EAPI="2"
-
-inherit eutils flag-o-matic
-
-MY_P=${P//_rc1/RC1}
-
-DESCRIPTION="A utility for network exploration or security auditing"
-HOMEPAGE="http://nmap.org/"
-SRC_URI="http://nmap.org/dist/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="gtk lua ssl"
-
-DEPEND="dev-libs/libpcre
- net-libs/libpcap
- gtk? ( >=x11-libs/gtk+-2.6
- >=dev-python/pygtk-2.6
- || ( >=dev-lang/python-2.5[sqlite]
- >=dev-python/pysqlite-2 )
- )
- ssl? ( dev-libs/openssl )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-4.75-include.patch"
- epatch "${FILESDIR}/${PN}-4.75-nolua.patch"
- sed -i -e 's/-m 755 -s ncat/-m 755 ncat/' ncat/Makefile.in
-}
-
-src_configure() {
- local myconf=""
-
- if use lua ; then
- if has_version ">=dev-lang/lua-5.1.3-r1" &&
- built_with_use dev-lang/lua deprecated ; then
- myconf="--with-liblua"
- else
- myconf="--with-liblua=included"
- fi
- else
- myconf="--without-liblua"
- fi
-
- econf \
- --with-libdnet=included \
- "${myconf}" \
- $(use_with gtk zenmap) \
- $(use_with ssl openssl) || die
-}
-
-src_install() {
- LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir=/usr/share/nmap install || die
- dodoc CHANGELOG HACKING docs/README docs/*.txt || die
-
- use gtk && doicon "${FILESDIR}/nmap-logo-64.png"
-}
diff --git a/net-analyzer/nmap/nmap-5.10_beta1.ebuild b/net-analyzer/nmap/nmap-5.10_beta1.ebuild
deleted file mode 100644
index 9fdb403dc144..000000000000
--- a/net-analyzer/nmap/nmap-5.10_beta1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.10_beta1.ebuild,v 1.2 2010/05/18 16:28:29 jer Exp $
-
-EAPI="2"
-
-inherit eutils flag-o-matic
-
-MY_P=${P/_beta/BETA}
-
-DESCRIPTION="A utility for network exploration or security auditing"
-HOMEPAGE="http://nmap.org/"
-SRC_URI="http://nmap.org/dist/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="gtk lua ssl"
-
-DEPEND="dev-libs/libpcre
- net-libs/libpcap
- gtk? ( >=x11-libs/gtk+-2.6
- >=dev-python/pygtk-2.6
- || ( >=dev-lang/python-2.5[sqlite]
- >=dev-python/pysqlite-2 )
- )
- lua? ( >=dev-lang/lua-5.1.4-r1[deprecated] )
- ssl? ( dev-libs/openssl )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-4.75-include.patch"
- epatch "${FILESDIR}/${PN}-4.75-nolua.patch"
- epatch "${FILESDIR}/${P}-string.patch"
- sed -i -e 's/-m 755 -s ncat/-m 755 ncat/' ncat/Makefile.in
-}
-
-src_configure() {
- # The bundled libdnet is incompatible with the version available in the
- # tree, so we cannot use the system library here.
- econf --with-libdnet=included \
- $(use_with gtk zenmap) \
- $(use_with lua liblua) \
- $(use_with ssl openssl)
-}
-
-src_install() {
- LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir=/usr/share/nmap install || die
- dodoc CHANGELOG HACKING docs/README docs/*.txt || die
-
- use gtk && doicon "${FILESDIR}/nmap-logo-64.png"
-}
diff --git a/net-analyzer/nmap/nmap-5.20.ebuild b/net-analyzer/nmap/nmap-5.20.ebuild
deleted file mode 100644
index 187d52c081fd..000000000000
--- a/net-analyzer/nmap/nmap-5.20.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.20.ebuild,v 1.4 2010/05/18 16:28:29 jer Exp $
-
-EAPI="2"
-
-inherit eutils flag-o-matic
-
-MY_P=${P/_beta/BETA}
-
-DESCRIPTION="A utility for network exploration or security auditing"
-HOMEPAGE="http://nmap.org/"
-SRC_URI="http://nmap.org/dist/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="gtk lua ssl"
-
-DEPEND="dev-libs/libpcre
- net-libs/libpcap
- gtk? ( >=x11-libs/gtk+-2.6
- >=dev-python/pygtk-2.6
- || ( >=dev-lang/python-2.5[sqlite]
- >=dev-python/pysqlite-2 )
- )
- lua? ( >=dev-lang/lua-5.1.4-r1[deprecated] )
- ssl? ( dev-libs/openssl )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-4.75-include.patch"
- epatch "${FILESDIR}/${PN}-4.75-nolua.patch"
- epatch "${FILESDIR}/${PN}-5.10_beta1-string.patch"
- epatch "${FILESDIR}/${PN}-5.20-nolua.patch"
- epatch "${FILESDIR}/${PN}-5.21-python.patch"
- sed -i -e 's/-m 755 -s ncat/-m 755 ncat/' ncat/Makefile.in
-}
-
-src_configure() {
- # The bundled libdnet is incompatible with the version available in the
- # tree, so we cannot use the system library here.
- econf --with-libdnet=included \
- $(use_with gtk zenmap) \
- $(use_with lua liblua) \
- $(use_with ssl openssl)
-}
-
-src_install() {
- LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir=/usr/share/nmap install || die
- dodoc CHANGELOG HACKING docs/README docs/*.txt || die
-
- use gtk && doicon "${FILESDIR}/nmap-logo-64.png"
-}