Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qemacs/files/
Date: Sun, 02 Feb 2020 23:12:37
Message-Id: 1580685081.57a4ad673e42a78247baa5f5c2668fb496b9e4af.ulm@gentoo
1 commit: 57a4ad673e42a78247baa5f5c2668fb496b9e4af
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 2 16:39:30 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 23:11:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a4ad67
7
8 app-editors/qemacs: remove unused patches
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 .../files/qemacs-0.4.1_pre20150916-Makefile.patch | 38 ----------------------
14 .../files/qemacs-0.4.1_pre20150916-nostrip.patch | 38 ----------------------
15 2 files changed, 76 deletions(-)
16
17 diff --git a/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-Makefile.patch b/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-Makefile.patch
18 deleted file mode 100644
19 index 53c71f21580..00000000000
20 --- a/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-Makefile.patch
21 +++ /dev/null
22 @@ -1,38 +0,0 @@
23 -Removes forced march setting and align-functions on x86, as they would
24 -override user's CFLAGS.
25 -
26 ---- qemacs-orig/Makefile
27 -+++ qemacs/Makefile
28 -@@ -29,32 +29,6 @@
29 - cmd :=
30 - endif
31 -
32 --ifeq ($(CC),gcc)
33 -- CFLAGS += -Wall -g -O2 -funsigned-char
34 -- # do not warn about zero-length formats.
35 -- CFLAGS += -Wno-format-zero-length
36 -- LDFLAGS := -g
37 --endif
38 --
39 --#include local compiler configuration file
40 ---include $(DEPTH)/cflags.mk
41 --
42 --ifdef TARGET_GPROF
43 -- CFLAGS += -p
44 -- LDFLAGS += -p
45 --endif
46 --
47 --TLDFLAGS := $(LDFLAGS)
48 --
49 --ifdef TARGET_ARCH_X86
50 -- #CFLAGS+=-fomit-frame-pointer
51 -- ifeq ($(GCC_MAJOR),2)
52 -- CFLAGS+=-m386 -malign-functions=0
53 -- else
54 -- CFLAGS+=-march=i386 -falign-functions=0
55 -- endif
56 --endif
57 --
58 - DEFINES=-DHAVE_QE_CONFIG_H
59 -
60 - ########################################################
61
62 diff --git a/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-nostrip.patch b/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-nostrip.patch
63 deleted file mode 100644
64 index 2ee40c6d2fd..00000000000
65 --- a/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-nostrip.patch
66 +++ /dev/null
67 @@ -1,38 +0,0 @@
68 -Suppress stripping.
69 -
70 ---- qemacs-orig/Makefile
71 -+++ qemacs/Makefile
72 -@@ -168,7 +168,6 @@
73 - qe$(EXE): qe_g$(EXE) Makefile
74 - @rm -f $@
75 - cp $< $@
76 -- -$(STRIP) $@
77 - @ls -l $@
78 - @echo `size $@` `wc -c $@` qe $(OPTIONS) \
79 - | cut -d ' ' -f 7-10,13,15-40 >> STATS
80 -@@ -183,7 +182,6 @@
81 - tqe$(EXE): tqe_g$(EXE) Makefile
82 - @rm -f $@
83 - cp $< $@
84 -- -$(STRIP) $@
85 - @ls -l $@
86 - @echo `size $@` `wc -c $@` tqe $(OPTIONS) \
87 - | cut -d ' ' -f 7-10,13,15-40 >> STATS
88 -@@ -386,7 +384,7 @@
89 - $(INSTALL) -m 755 -d $(DESTDIR)$(prefix)/bin
90 - $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
91 - $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/qe
92 -- $(INSTALL) -m 755 -s qe$(EXE) $(DESTDIR)$(prefix)/bin/qemacs$(EXE)
93 -+ $(INSTALL) -m 755 qe$(EXE) $(DESTDIR)$(prefix)/bin/qemacs$(EXE)
94 - ln -sf qemacs $(DESTDIR)$(prefix)/bin/qe$(EXE)
95 - ifdef CONFIG_FFMPEG
96 - ln -sf qemacs$(EXE) $(DESTDIR)$(prefix)/bin/ffplay$(EXE)
97 -@@ -394,7 +392,7 @@
98 - $(INSTALL) -m 644 kmaps ligatures $(DESTDIR)$(datadir)/qe
99 - $(INSTALL) -m 644 qe.1 $(DESTDIR)$(mandir)/man1
100 - ifdef CONFIG_HTML
101 -- $(INSTALL) -m 755 -s html2png$(EXE) $(DESTDIR)$(prefix)/bin
102 -+ $(INSTALL) -m 755 html2png$(EXE) $(DESTDIR)$(prefix)/bin
103 - endif
104 -
105 - uninstall: