diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-10-04 17:46:16 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-05 09:32:52 +0200 |
commit | 18ee8624b0c82261c6e48b944aec9a0b54129af0 (patch) | |
tree | bb447bc155949359c67d2bd68ccf8b9a6264c2f2 /dev-util/scanmem | |
parent | dev-util/insight: remove unused file. (diff) | |
download | gentoo-18ee8624b0c82261c6e48b944aec9a0b54129af0.tar.gz gentoo-18ee8624b0c82261c6e48b944aec9a0b54129af0.tar.bz2 gentoo-18ee8624b0c82261c6e48b944aec9a0b54129af0.zip |
dev-util/scanmem: remove unused patches.
Closes: https://github.com/gentoo/gentoo/pull/2474
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-util/scanmem')
-rw-r--r-- | dev-util/scanmem/files/scanmem-0.13-configure.patch | 31 | ||||
-rw-r--r-- | dev-util/scanmem/files/scanmem-0.13-desktop.patch | 11 | ||||
-rw-r--r-- | dev-util/scanmem/files/scanmem-0.13-docs.patch | 19 |
3 files changed, 0 insertions, 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 cedc96a07098..000000000000 --- 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 7fabcb3f2860..000000000000 --- 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 7969de3ec0e8..000000000000 --- 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 |