commit:     18ee8624b0c82261c6e48b944aec9a0b54129af0
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail 
<DOT> com>
AuthorDate: Tue Oct  4 15:46:16 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct  5 07:32:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ee8624

dev-util/scanmem: remove unused patches.

Closes: https://github.com/gentoo/gentoo/pull/2474

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../scanmem/files/scanmem-0.13-configure.patch     | 31 ----------------------
 dev-util/scanmem/files/scanmem-0.13-desktop.patch  | 11 --------
 dev-util/scanmem/files/scanmem-0.13-docs.patch     | 19 -------------
 3 files changed, 61 deletions(-)

diff --git a/dev-util/scanmem/files/scanmem-0.13-configure.patch 
b/dev-util/scanmem/files/scanmem-0.13-configure.patch
deleted file mode 100644
index cedc96a..00000000
--- a/dev-util/scanmem/files/scanmem-0.13-configure.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- scanmem-0.13/configure.ac
-+++ scanmem-0.13/configure.ac
-@@ -108,16 +108,17 @@
-                 test/Makefile
-                 ])
- 
--AC_ARG_ENABLE(gui, [AS_HELP_STRING([--enable-gui],
--                            [enable gameconqueror, the gui front-end of 
scanmem])],
--                 [enable_gui=true
--                  AC_CONFIG_FILES([
--                 gui/Makefile
--                 gui/consts.py
--                 gui/gameconqueror
--                 ])],
--                 [enable_gui=false]
--                 )
-+AC_ARG_ENABLE([gui],
-+      AS_HELP_STRING([--enable-gui],
-+              [enable gameconqueror, the gui front-end of scanmem]))
- 
--AM_CONDITIONAL([ENABLE_GUI], [test x$enable_gui = xtrue])
-+AS_IF([test "x$enable_gui" = "xyes"], [
-+      AC_CONFIG_FILES([
-+              gui/Makefile
-+              gui/consts.py
-+              gui/gameconqueror
-+      ])
-+])
-+
-+AM_CONDITIONAL([ENABLE_GUI], [test "x$enable_gui" = "xyes"])
- AC_OUTPUT

diff --git a/dev-util/scanmem/files/scanmem-0.13-desktop.patch 
b/dev-util/scanmem/files/scanmem-0.13-desktop.patch
deleted file mode 100644
index 7fabcb3..00000000
--- a/dev-util/scanmem/files/scanmem-0.13-desktop.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- scanmem-0.13/gui/GameConqueror.desktop
-+++ scanmem-0.13/gui/GameConqueror.desktop
-@@ -4,6 +4,6 @@
- Exec=gameconqueror
- Terminal=false
- Type=Application
--Icon=GameConqueror_128x128.png
--Categories=GNOME;Application;Game;
-+Icon=GameConqueror_128x128
-+Categories=GNOME;GTK;Game;
- StartupNotify=true

diff --git a/dev-util/scanmem/files/scanmem-0.13-docs.patch 
b/dev-util/scanmem/files/scanmem-0.13-docs.patch
deleted file mode 100644
index 7969de3..00000000
--- a/dev-util/scanmem/files/scanmem-0.13-docs.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- scanmem-0.13/gui/Makefile.am
-+++ scanmem-0.13/gui/Makefile.am
-@@ -4,7 +4,6 @@
- dist_icons_DATA = GameConqueror_128x128.png GameConqueror_72x72.png 
- dist_desktop_DATA = GameConqueror.desktop
- dist_man_MANS = gameconqueror.1
--dist_doc_DATA = README TODO COPYING
- EXTRA_DIST = gameconqueror.in consts.py.in
- 
- gameconquerordir=$(datadir)/gameconqueror
---- scanmem-0.13/Makefile.am
-+++ scanmem-0.13/Makefile.am
-@@ -12,6 +12,5 @@
- scanmem_SOURCES += scanroutines.h scanroutines.c show_message.h show_message.c
- scanmem_CFLAGS = -O2 -g -Wall
- dist_man_MANS = scanmem.1
--dist_doc_DATA = README
- 
- EXTRA_DIST = gpl-2.0.txt gpl-3.0.txt

Reply via email to