Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnustep-apps/cenon/files/
Date: Mon, 17 Jul 2017 12:21:33
Message-Id: 1500294057.77c2e26fb416a98f53c63a2db895ea20151e7cb6.voyageur@gentoo
1 commit: 77c2e26fb416a98f53c63a2db895ea20151e7cb6
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 17 10:11:33 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 17 12:20:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c2e26f
7
8 gnustep-apps/cenon: clean filesdir
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 gnustep-apps/cenon/files/cenon-3.9.4-install.patch | 18 ------------------
13 gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch | 11 -----------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/gnustep-apps/cenon/files/cenon-3.9.4-install.patch b/gnustep-apps/cenon/files/cenon-3.9.4-install.patch
17 deleted file mode 100644
18 index 45540fab7b0..00000000000
19 --- a/gnustep-apps/cenon/files/cenon-3.9.4-install.patch
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -diff -Naur Cenon.orig/GNUmakefile.postamble Cenon/GNUmakefile.postamble
23 ---- Cenon.orig/GNUmakefile.postamble 2010-09-01 13:50:38.355743781 +0200
24 -+++ Cenon/GNUmakefile.postamble 2010-09-01 13:51:40.542612032 +0200
25 -@@ -18,13 +18,7 @@
26 - # before-install::
27 -
28 - # Things to do after installing
29 --after-install::
30 -- # copy library
31 -- #rm -R $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
32 -- cp -R Library/$(APP_NAME)/ $(GNUSTEP_LOCAL_LIBRARY)/
33 -- # set permissions (rrr)
34 -- chmod -R ugo+rX $(GNUSTEP_LOCAL_APPS)/$(APP_NAME).*
35 -- #chmod -R ugo+rX $(GNUSTEP_LOCAL_LIBRARY)/$(APP_NAME)
36 -+#after-install::
37 -
38 - # Things to do before uninstalling
39 - # before-uninstall::
40
41 diff --git a/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch b/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch
42 deleted file mode 100644
43 index 662a8ea5ca7..00000000000
44 --- a/gnustep-apps/cenon/files/cenon-3.9.6-gcc47.patch
45 +++ /dev/null
46 @@ -1,11 +0,0 @@
47 ---- cenon.app-3.93.orig/VHFShared/vhfCompatibility.h
48 -+++ cenon.app-3.93/VHFShared/vhfCompatibility.h
49 -@@ -44,7 +44,7 @@
50 - #if defined( GNUSTEP_BASE_VERSION )
51 -
52 - # define VHFIsDrawingToScreen() [[NSGraphicsContext currentContext] isDrawingToScreen]
53 --# define VHFSelectorIsEqual(a, b) sel_eq(a, b)
54 -+# define VHFSelectorIsEqual(a, b) sel_isEqual(a, b)
55 - # define VHFAntialiasing() [[NSGraphicsContext currentContext] shouldAntialias]
56 - # define VHFSetAntialiasing(f) [[NSGraphicsContext currentContext] setShouldAntialias:f]
57 - # define PSWait() [[NSGraphicsContext currentContext] flushGraphics]