From 77c2e26fb416a98f53c63a2db895ea20151e7cb6 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Mon, 17 Jul 2017 12:11:33 +0200 Subject: gnustep-apps/cenon: clean filesdir Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- gnustep-apps/cenon/files/cenon-3.9.4-install.patch | 18 ------------------ gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch | 11 ----------- 2 files changed, 29 deletions(-) delete mode 100644 gnustep-apps/cenon/files/cenon-3.9.4-install.patch delete mode 100644 gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch (limited to 'gnustep-apps') diff --git a/gnustep-apps/cenon/files/cenon-3.9.4-install.patch b/gnustep-apps/cenon/files/cenon-3.9.4-install.patch deleted file mode 100644 index 45540fab7b01..000000000000 --- a/gnustep-apps/cenon/files/cenon-3.9.4-install.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble ---- Cenon.orig/GNUmakefile.postamble 2010-09-01 13:50:38.355743781 +0200 -+++ Cenon/GNUmakefile.postamble 2010-09-01 13:51:40.542612032 +0200 -@@ -18,13 +18,7 @@ - # before-install:: - - # Things to do after installing --after-install:: -- # copy library -- #rm -R $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME) -- cp -R Library/$(APP_NAME)/ $(GNUSTEP_LOCAL_LIBRARY)/ -- # set permissions (rrr) -- chmod -R ugo+rX $(GNUSTEP_LOCAL_APPS)/$(APP_NAME).* -- #chmod -R ugo+rX $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME) -+#after-install:: - - # Things to do before uninstalling - # before-uninstall:: diff --git a/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch b/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch deleted file mode 100644 index 662a8ea5ca70..000000000000 --- a/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- cenon.app-3.93.orig/VHFShared/vhfCompatibility.h -+++ cenon.app-3.93/VHFShared/vhfCompatibility.h -@@ -44,7 +44,7 @@ - #if defined( GNUSTEP_BASE_VERSION ) - - # define VHFIsDrawingToScreen() [[NSGraphicsContext currentContext] isDrawingToScreen] --# define VHFSelectorIsEqual(a, b) sel_eq(a, b) -+# define VHFSelectorIsEqual(a, b) sel_isEqual(a, b) - # define VHFAntialiasing() [[NSGraphicsContext currentContext] shouldAntialias] - # define VHFSetAntialiasing(f) [[NSGraphicsContext currentContext] setShouldAntialias:f] - # define PSWait() [[NSGraphicsContext currentContext] flushGraphics] -- cgit v1.2.3-65-gdbad