diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-03-17 15:16:03 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-03-17 15:16:03 +0000 |
commit | d5a805cbcf8d5e2f1a6ff5ea52dc02372116e071 (patch) | |
tree | f872f906e56e0bbd27d6aba016e9dc037b3c9d38 /net-analyzer/nmap | |
parent | changed scheme of installation conf-file & rcscript-addon (diff) | |
download | gentoo-2-d5a805cbcf8d5e2f1a6ff5ea52dc02372116e071.tar.gz gentoo-2-d5a805cbcf8d5e2f1a6ff5ea52dc02372116e071.tar.bz2 gentoo-2-d5a805cbcf8d5e2f1a6ff5ea52dc02372116e071.zip |
Removed old ebuilds.
(Portage version: 2.1_pre6-r3)
Diffstat (limited to 'net-analyzer/nmap')
-rw-r--r-- | net-analyzer/nmap/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nmap/files/digest-nmap-3.95 | 1 | ||||
-rw-r--r-- | net-analyzer/nmap/files/digest-nmap-3.9999 | 3 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-3.95.ebuild | 47 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-3.9999.ebuild | 47 |
5 files changed, 5 insertions, 99 deletions
diff --git a/net-analyzer/nmap/ChangeLog b/net-analyzer/nmap/ChangeLog index 5a7331f3789b..0dc957df6387 100644 --- a/net-analyzer/nmap/ChangeLog +++ b/net-analyzer/nmap/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nmap # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.111 2006/03/11 18:36:01 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.112 2006/03/17 15:16:00 spock Exp $ + + 17 Mar 2006; Michał Januszewski <spock@gentoo.org> -nmap-3.95.ebuild, + -nmap-3.9999.ebuild: + Removed old ebuilds. 11 Mar 2006; Michał Januszewski <spock@gentoo.org> +files/nmap-4.01-nostrip.patch, nmap-4.01.ebuild: diff --git a/net-analyzer/nmap/files/digest-nmap-3.95 b/net-analyzer/nmap/files/digest-nmap-3.95 deleted file mode 100644 index dbbbd1d39c25..000000000000 --- a/net-analyzer/nmap/files/digest-nmap-3.95 +++ /dev/null @@ -1 +0,0 @@ -MD5 a16e9d7f7912af7c93faa794bd63b6d1 nmap-3.95.tar.bz2 1923771 diff --git a/net-analyzer/nmap/files/digest-nmap-3.9999 b/net-analyzer/nmap/files/digest-nmap-3.9999 deleted file mode 100644 index d3e60d53724b..000000000000 --- a/net-analyzer/nmap/files/digest-nmap-3.9999 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 feba239675108be5c27c0f6fc76291f7 nmap-3.9999.tar.bz2 1894965 -RMD160 58899ff3e986fdcf6015bc6c779ee7995125c8c8 nmap-3.9999.tar.bz2 1894965 -SHA256 85d7c5dcbe92d7bb93aebb2e33110861e4f18ee91106551ec3e81be3f712d954 nmap-3.9999.tar.bz2 1894965 diff --git a/net-analyzer/nmap/nmap-3.95.ebuild b/net-analyzer/nmap/nmap-3.95.ebuild deleted file mode 100644 index 36f0a512452b..000000000000 --- a/net-analyzer/nmap/nmap-3.95.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.95.ebuild,v 1.2 2006/02/04 10:54:53 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://download.insecure.org/nmap/dist/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="gtk ssl" - -DEPEND="virtual/libc - dev-libs/libpcre - gtk? ( =x11-libs/gtk+-2* ) - ssl? ( dev-libs/openssl )" - -src_unpack() { - unpack ${A} - cd ${S} - sed 's:Icon=icon-network:Icon=nmap-logo-64.png:' -i nmapfe.desktop - echo ";" >> nmapfe.desktop - epatch ${FILESDIR}/nmap-shtool-nls.patch -} - -src_compile() { - use ppc-macos && filter-flags -fstrict-aliasing -O2 - econf \ - $(use_with gtk nmapfe) \ - $(use_with ssl openssl) || die - emake -j1 || die -} - -src_install() { - einstall -j1 nmapdatadir=${D}/usr/share/nmap install || die - dodoc CHANGELOG HACKING INSTALL docs/README docs/*.txt - dohtml docs/*.html - - if use gtk; then - dodir /usr/share/pixmaps - insinto /usr/share/pixmaps - doins ${FILESDIR}/nmap-logo-64.png - fi -} diff --git a/net-analyzer/nmap/nmap-3.9999.ebuild b/net-analyzer/nmap/nmap-3.9999.ebuild deleted file mode 100644 index fe23321628b0..000000000000 --- a/net-analyzer/nmap/nmap-3.9999.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.9999.ebuild,v 1.2 2006/02/04 10:54:53 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://download.insecure.org/nmap/dist/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="gtk ssl" - -DEPEND="virtual/libc - dev-libs/libpcre - gtk? ( =x11-libs/gtk+-2* ) - ssl? ( dev-libs/openssl )" - -src_unpack() { - unpack ${A} - cd ${S} - sed 's:Icon=icon-network:Icon=nmap-logo-64.png:' -i nmapfe.desktop - echo ";" >> nmapfe.desktop - epatch ${FILESDIR}/nmap-shtool-nls.patch -} - -src_compile() { - use ppc-macos && filter-flags -fstrict-aliasing -O2 - econf \ - $(use_with gtk nmapfe) \ - $(use_with ssl openssl) || die - emake -j1 || die -} - -src_install() { - einstall -j1 nmapdatadir=${D}/usr/share/nmap install || die - dodoc CHANGELOG HACKING INSTALL docs/README docs/*.txt - dohtml docs/*.html - - if use gtk; then - dodir /usr/share/pixmaps - insinto /usr/share/pixmaps - doins ${FILESDIR}/nmap-logo-64.png - fi -} |