Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/scanmem/files/
Date: Wed, 05 Oct 2016 07:33:07
Message-Id: 1475652772.18ee8624b0c82261c6e48b944aec9a0b54129af0.monsieurp@gentoo
1 commit: 18ee8624b0c82261c6e48b944aec9a0b54129af0
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Oct 4 15:46:16 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 5 07:32:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ee8624
7
8 dev-util/scanmem: remove unused patches.
9
10 Closes: https://github.com/gentoo/gentoo/pull/2474
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 .../scanmem/files/scanmem-0.13-configure.patch | 31 ----------------------
15 dev-util/scanmem/files/scanmem-0.13-desktop.patch | 11 --------
16 dev-util/scanmem/files/scanmem-0.13-docs.patch | 19 -------------
17 3 files changed, 61 deletions(-)
18
19 diff --git a/dev-util/scanmem/files/scanmem-0.13-configure.patch b/dev-util/scanmem/files/scanmem-0.13-configure.patch
20 deleted file mode 100644
21 index cedc96a..00000000
22 --- a/dev-util/scanmem/files/scanmem-0.13-configure.patch
23 +++ /dev/null
24 @@ -1,31 +0,0 @@
25 ---- scanmem-0.13/configure.ac
26 -+++ scanmem-0.13/configure.ac
27 -@@ -108,16 +108,17 @@
28 - test/Makefile
29 - ])
30 -
31 --AC_ARG_ENABLE(gui, [AS_HELP_STRING([--enable-gui],
32 -- [enable gameconqueror, the gui front-end of scanmem])],
33 -- [enable_gui=true
34 -- AC_CONFIG_FILES([
35 -- gui/Makefile
36 -- gui/consts.py
37 -- gui/gameconqueror
38 -- ])],
39 -- [enable_gui=false]
40 -- )
41 -+AC_ARG_ENABLE([gui],
42 -+ AS_HELP_STRING([--enable-gui],
43 -+ [enable gameconqueror, the gui front-end of scanmem]))
44 -
45 --AM_CONDITIONAL([ENABLE_GUI], [test x$enable_gui = xtrue])
46 -+AS_IF([test "x$enable_gui" = "xyes"], [
47 -+ AC_CONFIG_FILES([
48 -+ gui/Makefile
49 -+ gui/consts.py
50 -+ gui/gameconqueror
51 -+ ])
52 -+])
53 -+
54 -+AM_CONDITIONAL([ENABLE_GUI], [test "x$enable_gui" = "xyes"])
55 - AC_OUTPUT
56
57 diff --git a/dev-util/scanmem/files/scanmem-0.13-desktop.patch b/dev-util/scanmem/files/scanmem-0.13-desktop.patch
58 deleted file mode 100644
59 index 7fabcb3..00000000
60 --- a/dev-util/scanmem/files/scanmem-0.13-desktop.patch
61 +++ /dev/null
62 @@ -1,11 +0,0 @@
63 ---- scanmem-0.13/gui/GameConqueror.desktop
64 -+++ scanmem-0.13/gui/GameConqueror.desktop
65 -@@ -4,6 +4,6 @@
66 - Exec=gameconqueror
67 - Terminal=false
68 - Type=Application
69 --Icon=GameConqueror_128x128.png
70 --Categories=GNOME;Application;Game;
71 -+Icon=GameConqueror_128x128
72 -+Categories=GNOME;GTK;Game;
73 - StartupNotify=true
74
75 diff --git a/dev-util/scanmem/files/scanmem-0.13-docs.patch b/dev-util/scanmem/files/scanmem-0.13-docs.patch
76 deleted file mode 100644
77 index 7969de3..00000000
78 --- a/dev-util/scanmem/files/scanmem-0.13-docs.patch
79 +++ /dev/null
80 @@ -1,19 +0,0 @@
81 ---- scanmem-0.13/gui/Makefile.am
82 -+++ scanmem-0.13/gui/Makefile.am
83 -@@ -4,7 +4,6 @@
84 - dist_icons_DATA = GameConqueror_128x128.png GameConqueror_72x72.png
85 - dist_desktop_DATA = GameConqueror.desktop
86 - dist_man_MANS = gameconqueror.1
87 --dist_doc_DATA = README TODO COPYING
88 - EXTRA_DIST = gameconqueror.in consts.py.in
89 -
90 - gameconquerordir=$(datadir)/gameconqueror
91 ---- scanmem-0.13/Makefile.am
92 -+++ scanmem-0.13/Makefile.am
93 -@@ -12,6 +12,5 @@
94 - scanmem_SOURCES += scanroutines.h scanroutines.c show_message.h show_message.c
95 - scanmem_CFLAGS = -O2 -g -Wall
96 - dist_man_MANS = scanmem.1
97 --dist_doc_DATA = README
98 -
99 - EXTRA_DIST = gpl-2.0.txt gpl-3.0.txt