summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-07-17 12:11:33 +0200
committerBernard Cafarelli <voyageur@gentoo.org>2017-07-17 14:20:57 +0200
commit77c2e26fb416a98f53c63a2db895ea20151e7cb6 (patch)
tree1ce7baa5b067f56915bb678c4e83ba8a7077e93d /gnustep-apps/cenon/files
parentgnustep-apps/fisicalab: drop old (diff)
downloadgentoo-77c2e26fb416a98f53c63a2db895ea20151e7cb6.tar.gz
gentoo-77c2e26fb416a98f53c63a2db895ea20151e7cb6.tar.bz2
gentoo-77c2e26fb416a98f53c63a2db895ea20151e7cb6.zip
gnustep-apps/cenon: clean filesdir
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'gnustep-apps/cenon/files')
-rw-r--r--gnustep-apps/cenon/files/cenon-3.9.4-install.patch18
-rw-r--r--gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch11
2 files changed, 0 insertions, 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 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]