Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nmap/files: nmap-6.40-uninstaller.patch
Date: Thu, 01 Aug 2013 16:50:12
Message-Id: 20130801165009.32B6E20081@flycatcher.gentoo.org
1 jer 13/08/01 16:50:09
2
3 Added: nmap-6.40-uninstaller.patch
4 Log:
5 Do not install uninstall_zenmap.
6
7 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 net-analyzer/nmap/files/nmap-6.40-uninstaller.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/files/nmap-6.40-uninstaller.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nmap/files/nmap-6.40-uninstaller.patch?rev=1.1&content-type=text/plain
14
15 Index: nmap-6.40-uninstaller.patch
16 ===================================================================
17 --- a/zenmap/setup.py
18 +++ b/zenmap/setup.py
19 @@ -238,7 +238,6 @@
20 self.set_perms()
21 self.set_modules_path()
22 self.fix_paths()
23 - self.create_uninstaller()
24 self.write_installed_files()
25
26 def get_installed_files(self):
27 @@ -255,7 +254,6 @@
28 for dirpath, dirs, files in os.walk(os.path.join(self.install_data, data_dir)):
29 for dir in dirs:
30 installed_files.append(os.path.join(dirpath, dir))
31 - installed_files.append(os.path.join(self.install_scripts, "uninstall_" + APP_NAME))
32 return installed_files
33
34 def create_uninstaller(self):