From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- .../files/gramps-4.2.8-uncompressed-docs.patch | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 app-misc/gramps/files/gramps-4.2.8-uncompressed-docs.patch (limited to 'app-misc/gramps/files') diff --git a/app-misc/gramps/files/gramps-4.2.8-uncompressed-docs.patch b/app-misc/gramps/files/gramps-4.2.8-uncompressed-docs.patch deleted file mode 100644 index 8d43447027dc..000000000000 --- a/app-misc/gramps/files/gramps-4.2.8-uncompressed-docs.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff --git a/setup.py b/setup.py -index 0177ce7..7aaa681 100644 ---- a/setup.py -+++ b/setup.py -@@ -160,27 +160,8 @@ def build_man(build_cmd): - subst_vars = (('@VERSION@', VERSION), ) - substitute_variables(filename, newfile, subst_vars) - -- import gzip -- man_file_gz = os.path.join(newdir, 'gramps.1.gz') -- if os.path.exists(man_file_gz): -- if newer(filename, man_file_gz): -- os.remove(man_file_gz) -- else: -- filename = False -- os.remove(newfile) -- -- if filename: -- #Binary io, so open is OK -- with open(newfile, 'rb') as f_in,\ -- gzip.open(man_file_gz, 'wb') as f_out: -- f_out.writelines(f_in) -- log.info('Compiling %s >> %s', filename, man_file_gz) -- -- os.remove(newfile) -- filename = False -- - lang = man_dir[8:] -- src = build_cmd.build_base + '/data/man/' + lang + '/gramps.1.gz' -+ src = build_cmd.build_base + '/data/man/' + lang + '/gramps.1' - target = 'share/man/' + lang + '/man1' - data_files.append((target, [src])) - -- cgit v1.2.3