diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-10 03:01:44 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-10 03:02:04 -0500 |
commit | c41c56e371b9d37548ad78b7a4127c668971c2b3 (patch) | |
tree | 8fe619d7fac49738fe293ddcec58f31d0a575060 /app-emulation/vice/files | |
parent | dev-python/pydecomp: polish ebuild a bit in prep for release (diff) | |
download | gentoo-c41c56e371b9d37548ad78b7a4127c668971c2b3.tar.gz gentoo-c41c56e371b9d37548ad78b7a4127c668971c2b3.tar.bz2 gentoo-c41c56e371b9d37548ad78b7a4127c668971c2b3.zip |
version bump; clean old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-emulation/vice/files')
-rw-r--r-- | app-emulation/vice/files/vice-2.4.20-format.patch | 20 | ||||
-rw-r--r-- | app-emulation/vice/files/vice-2.4.20-xf86extensions.patch | 15 | ||||
-rw-r--r-- | app-emulation/vice/files/vice-2.4.22-autotools.patch (renamed from app-emulation/vice/files/vice-2.4.20-autotools.patch) | 0 |
3 files changed, 0 insertions, 35 deletions
diff --git a/app-emulation/vice/files/vice-2.4.20-format.patch b/app-emulation/vice/files/vice-2.4.20-format.patch deleted file mode 100644 index 1c782fd61e5d..000000000000 --- a/app-emulation/vice/files/vice-2.4.20-format.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/main.c.old 2015-10-19 17:25:07.549164652 +0200 -+++ src/main.c 2015-10-19 17:25:33.106694706 +0200 -@@ -227,7 +227,7 @@ - for (i = 0; core_team[i].name; i++) {
- n += strlen(core_team[i].name);
- if (n > 74) {
-- log_message(LOG_DEFAULT, tmp);
-+ log_message(LOG_DEFAULT, "%s", tmp);
- n = 0; *tmp = 0;
- }
- strcat(tmp, core_team[i].name);
-@@ -235,7 +235,7 @@ - strcat(tmp, ", ");
- } else {
- strcat(tmp, ".");
-- log_message(LOG_DEFAULT, tmp);
-+ log_message(LOG_DEFAULT, "%s", tmp);
- }
- }
- lib_free(tmp);
diff --git a/app-emulation/vice/files/vice-2.4.20-xf86extensions.patch b/app-emulation/vice/files/vice-2.4.20-xf86extensions.patch deleted file mode 100644 index 357d68666511..000000000000 --- a/app-emulation/vice/files/vice-2.4.20-xf86extensions.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/trunk/vice/src/arch/unix/x11/gnome/x11ui.c -+++ b/trunk/vice/src/arch/unix/x11/gnome/x11ui.c -@@ -102,9 +102,10 @@ - #include "ui-threads.h" - #endif - --#ifdef USE_XF86_EXTENSIONS -+#if defined(USE_XF86_EXTENSIONS) || !defined(HAVE_VTE) - #include <gdk/gdkx.h> - #endif -+ - #include "x11ui.h" - - #ifdef DEBUG_X11UI - diff --git a/app-emulation/vice/files/vice-2.4.20-autotools.patch b/app-emulation/vice/files/vice-2.4.22-autotools.patch index 7bebd2800ef6..7bebd2800ef6 100644 --- a/app-emulation/vice/files/vice-2.4.20-autotools.patch +++ b/app-emulation/vice/files/vice-2.4.22-autotools.patch |