diff options
-rw-r--r-- | net-analyzer/nmap/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-5.21.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/nmap/ChangeLog b/net-analyzer/nmap/ChangeLog index 163f7c32af1d..fc08074122b4 100644 --- a/net-analyzer/nmap/ChangeLog +++ b/net-analyzer/nmap/ChangeLog @@ -1,6 +1,9 @@ # 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.228 2010/05/20 11:09:42 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.229 2010/05/26 16:41:20 abcd Exp $ + + 26 May 2010; Jonathan Callen <abcd@gentoo.org> nmap-5.21.ebuild: + Bump to EAPI=3, add prefix keywords 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, diff --git a/net-analyzer/nmap/nmap-5.21.ebuild b/net-analyzer/nmap/nmap-5.21.ebuild index 5bf3ea0ea21d..dfd97f0c5d54 100644 --- a/net-analyzer/nmap/nmap-5.21.ebuild +++ b/net-analyzer/nmap/nmap-5.21.ebuild @@ -1,8 +1,8 @@ # 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.21.ebuild,v 1.10 2010/05/18 16:28:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-5.21.ebuild,v 1.11 2010/05/26 16:41:20 abcd Exp $ -EAPI="2" +EAPI="3" PYTHON_DEPEND="2" inherit eutils flag-o-matic python @@ -15,7 +15,7 @@ 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" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="gtk lua ssl" DEPEND="dev-libs/libpcre @@ -52,7 +52,7 @@ src_configure() { } src_install() { - LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir=/usr/share/nmap install || die + LC_ALL=C emake DESTDIR="${D}" -j1 STRIP=: nmapdatadir="${EPREFIX}"/usr/share/nmap install || die dodoc CHANGELOG HACKING docs/README docs/*.txt || die use gtk && doicon "${FILESDIR}/nmap-logo-64.png" |