summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2004-09-03 13:32:14 +0000
committerMichael Januszewski <spock@gentoo.org>2004-09-03 13:32:14 +0000
commit6f1858b7e81009cae017c848257f2a97fc190f12 (patch)
treeaa7621db9f306cbc85b595872485e0076d286baf /net-analyzer
parentMore dependency fixing (Manifest recommit) (diff)
downloadgentoo-2-6f1858b7e81009cae017c848257f2a97fc190f12.tar.gz
gentoo-2-6f1858b7e81009cae017c848257f2a97fc190f12.tar.bz2
gentoo-2-6f1858b7e81009cae017c848257f2a97fc190f12.zip
Added a fix for bug #62531
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nmap/ChangeLog5
-rw-r--r--net-analyzer/nmap/nmap-3.70.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/net-analyzer/nmap/ChangeLog b/net-analyzer/nmap/ChangeLog
index 01884f110956..6477c268729f 100644
--- a/net-analyzer/nmap/ChangeLog
+++ b/net-analyzer/nmap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nmap
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.64 2004/09/01 11:37:07 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/ChangeLog,v 1.65 2004/09/03 13:32:14 spock Exp $
+
+ 03 Sep 2004; Michal Januszewski <spock@gentoo.org> nmap-3.70.ebuild:
+ Added a fix for the .desktop file for nmapfe. Closes bug #62531.
*nmap-3.70 (01 Sep 2004)
diff --git a/net-analyzer/nmap/nmap-3.70.ebuild b/net-analyzer/nmap/nmap-3.70.ebuild
index 83b639d29560..3f3c7c70ccfa 100644
--- a/net-analyzer/nmap/nmap-3.70.ebuild
+++ b/net-analyzer/nmap/nmap-3.70.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.70.ebuild,v 1.1 2004/09/01 11:37:07 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nmap/nmap-3.70.ebuild,v 1.2 2004/09/03 13:32:14 spock Exp $
inherit eutils
@@ -26,6 +26,9 @@ src_install() {
einstall nmapdatadir=${D}/usr/share/nmap install || die
use gnome || rm -rf ${D}/usr/share/gnome/
+ sed -i ${D}/usr/share/gnome/apps/Utilities/nmapfe.desktop \
+ -re 's/(Categories.*)/\1;/' -e 's/TryExec/Exec/'
+
dodoc CHANGELOG HACKING INSTALL docs/README docs/*.txt
dohtml docs/*.html
}