Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/terminator/files/
Date: Sat, 26 Dec 2020 21:13:31
Message-Id: 1609017200.ec839b32fcee1c079e5a298aa73551dfc7fff198.asturm@gentoo
1 commit: ec839b32fcee1c079e5a298aa73551dfc7fff198
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Dec 24 08:56:10 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 21:13:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec839b32
7
8 x11-terms/terminator: remove unused patches
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/18804
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 .../files/terminator-1.92-make-tests-fail.patch | 25 -----------------
16 .../files/terminator-1.92-metainfo.patch | 32 ----------------------
17 2 files changed, 57 deletions(-)
18
19 diff --git a/x11-terms/terminator/files/terminator-1.92-make-tests-fail.patch b/x11-terms/terminator/files/terminator-1.92-make-tests-fail.patch
20 deleted file mode 100644
21 index ae722cb1168..00000000000
22 --- a/x11-terms/terminator/files/terminator-1.92-make-tests-fail.patch
23 +++ /dev/null
24 @@ -1,25 +0,0 @@
25 -commit 9f855d41f3e6d610bd01df9688467fdbb341917c
26 -Author: Alexey Sokolov <sokolov@××××××.com>
27 -Date: Fri May 1 08:36:09 2020 +0100
28 -
29 - Make failed tests fail the test
30 -
31 -diff --git a/run_tests b/run_tests
32 -index 3bf51e4a..cc7fb56a 100755
33 ---- a/run_tests
34 -+++ b/run_tests
35 -@@ -4,10 +4,10 @@ for t in tests/test*; do
36 - echo $t
37 - file_type=$(file -b $t)
38 - case ${file_type} in
39 -- *[Pp]ython*) python ${t} ;;
40 -- *Bourne*) bash ${t} ;;
41 -- *bash*) bash ${t} ;;
42 -- *perl*) perl ${t} ;;
43 -+ *[Pp]ython*) python ${t} || exit 1 ;;
44 -+ *Bourne*) bash ${t} || exit 1 ;;
45 -+ *bash*) bash ${t} || exit 1 ;;
46 -+ *perl*) perl ${t} || exit 1 ;;
47 - *) echo "Unknown" ;;
48 - esac
49 - echo
50
51 diff --git a/x11-terms/terminator/files/terminator-1.92-metainfo.patch b/x11-terms/terminator/files/terminator-1.92-metainfo.patch
52 deleted file mode 100644
53 index ae2fed5d48f..00000000000
54 --- a/x11-terms/terminator/files/terminator-1.92-metainfo.patch
55 +++ /dev/null
56 @@ -1,32 +0,0 @@
57 -commit 39fb5fb9586e9974c2bf4772e18c86b07e3a4a41
58 -Author: Alexey Sokolov <sokolov@××××××.com>
59 -Date: Fri May 1 20:38:00 2020 +0100
60 -
61 - Install AppStream data as .metainfo.xml
62 -
63 - Following advice from https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
64 -
65 -diff --git a/setup.py b/setup.py
66 -index 7c54977e..38a819a9 100755
67 ---- a/setup.py
68 -+++ b/setup.py
69 -@@ -72,7 +72,7 @@ class BuildData(build):
70 - [file_data.write(line.lstrip('_')) for line in file_in]
71 -
72 - appdata_in='data/terminator.appdata.xml.in'
73 -- appdata_data='data/terminator.appdata.xml'
74 -+ appdata_data='data/terminator.metainfo.xml'
75 - rc = os.system ("C_ALL=C " + INTLTOOL_MERGE + " -x -u -c " + TOP_BUILDDIR +
76 - "/po/.intltool-merge-cache " + TOP_BUILDDIR + "/po " +
77 - appdata_in + " " + appdata_data)
78 -@@ -205,9 +205,9 @@ setup(name=APP_NAME,
79 - license='GNU GPL v2',
80 - scripts=['terminator', 'remotinator'],
81 - data_files=[
82 - ('bin', ['terminator.wrapper']),
83 -- ('share/appdata', ['data/terminator.appdata.xml']),
84 - ('share/applications', ['data/terminator.desktop']),
85 -+ ('share/metainfo', ['data/terminator.metainfo.xml']),
86 - (os.path.join(man_dir, 'man1'), ['doc/terminator.1']),
87 - (os.path.join(man_dir, 'man5'), ['doc/terminator_config.5']),
88 - ('share/pixmaps', ['data/icons/hicolor/48x48/apps/terminator.png']),