commit:     77c2e26fb416a98f53c63a2db895ea20151e7cb6
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 17 10:11:33 2017 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Jul 17 12:20:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c2e26f

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(-)

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 45540fab7b0..00000000000
--- 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 662a8ea5ca7..00000000000
--- 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]

Reply via email to