diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-12-03 19:52:32 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-12-03 19:52:32 +0000 |
commit | b2ce06979926bb16513ad8186bfac6b91dc26e0b (patch) | |
tree | f0590e924cededf658af318f8bd2c2d641476fdf /net-analyzer | |
parent | Initial commit wrt bug #444976. Ebuild by Matthew Schultz and Mikle Kolyada. ... (diff) | |
download | gentoo-2-b2ce06979926bb16513ad8186bfac6b91dc26e0b.tar.gz gentoo-2-b2ce06979926bb16513ad8186bfac6b91dc26e0b.tar.bz2 gentoo-2-b2ce06979926bb16513ad8186bfac6b91dc26e0b.zip |
Add even more LINGUAs by Alphat-PC (bug #445752).
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nmap/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nmap/nmap-6.25.ebuild | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-analyzer/nmap/ChangeLog b/net-analyzer/nmap/ChangeLog index 88ee5cfbc25e..de973bb9c5c1 100644 --- a/net-analyzer/nmap/ChangeLog +++ b/net-analyzer/nmap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nmap # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.267 2012/12/03 13:30:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.268 2012/12/03 19:52:32 jer Exp $ + + 03 Dec 2012; Jeroen Roovers <jer@gentoo.org> nmap-6.25.ebuild: + Add even more LINGUAs by Alphat-PC (bug #445752). 03 Dec 2012; Anthony G. Basile <blueness@gentoo.org> nmap-6.01.ebuild: stable ppc ppc64, bug #445500 diff --git a/net-analyzer/nmap/nmap-6.25.ebuild b/net-analyzer/nmap/nmap-6.25.ebuild index 91db0a5092ae..1e74a4ae736e 100644 --- a/net-analyzer/nmap/nmap-6.25.ebuild +++ b/net-analyzer/nmap/nmap-6.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.25.ebuild,v 1.4 2012/12/03 13:07:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-6.25.ebuild,v 1.5 2012/12/03 19:52:32 jer Exp $ EAPI="4" PYTHON_DEPEND="2" @@ -21,7 +21,7 @@ SLOT="0" 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 ipv6 +lua ncat ndiff nls nmap-update nping ssl" -NMAP_LINGUAS="de fr hr it ja pt_BR ru" +NMAP_LINGUAS="de es fr hr hu id it ja pl pt_BR pt_PT ro ru sk zh" for lingua in ${NMAP_LINGUAS}; do IUSE+=" linguas_${lingua}" done @@ -76,6 +76,7 @@ src_prepare() { -e 's/-m 755 -s ncat/-m 755 ncat/' \ ncat/Makefile.in || die + mv docs/man-xlate/${PN}-j{p,a}.1 || die if use nls; then local lingua='' for lingua in ${NMAP_LINGUAS}; do @@ -92,6 +93,10 @@ src_prepare() { done fi + sed -i \ + -e '/^ALL_LINGUAS =/{s|$| id|g;s|jp|ja|g}' \ + Makefile.in || die + # Fix desktop files wrt bug #432714 sed -i \ -e '/^Encoding/d' \ |