summaryrefslogtreecommitdiff
path: root/app-editors/qemacs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
commit29aabba0ea759c6a2864ff5631735b67ee38e5e0 (patch)
treeab466b4dfa7abecb401b2f8039d08af4689306bb /app-editors/qemacs
parentd42200bec37eef2a7478d88988ff00addd0a9202 (diff)
gentoo resync : 05.02.2020
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r--app-editors/qemacs/Manifest2
-rw-r--r--app-editors/qemacs/files/qemacs-0.4.1_pre20150916-Makefile.patch38
-rw-r--r--app-editors/qemacs/files/qemacs-0.4.1_pre20150916-nostrip.patch38
3 files changed, 0 insertions, 78 deletions
diff --git a/app-editors/qemacs/Manifest b/app-editors/qemacs/Manifest
index e2dd17ecfb1e..6737ba51f8f4 100644
--- a/app-editors/qemacs/Manifest
+++ b/app-editors/qemacs/Manifest
@@ -1,5 +1,3 @@
-AUX qemacs-0.4.1_pre20150916-Makefile.patch 799 BLAKE2B 1a75b0b1f6ec433bb130fa3fcd142eacfdd2665117e6efdaa28dee0d2bbf394e5c270241be5719d64f49facb115febb8f99de399b4561e6921bc7f1293ff59a0 SHA512 1bb412ffc530b8d00569618b8a7d87d65b2baa9a3aacf83b377c41ea29b976ea0f84161d979f06d79a27b6b5b1192135917772c3af2bab66fb28a58c3006dd18
-AUX qemacs-0.4.1_pre20150916-nostrip.patch 1162 BLAKE2B a84d798d0a2d97b6413b10c075daa9f28b952ee655192e01cf6fd788e003785c0ad243bacbda16be071ac2e2a3ff38e7e005a008c88e475483e74d67291f8f4f SHA512 9495ea9799a6b728a2f25545dd2216758247b70985bbf8d1d0cccff1d152ee1f14575e4ca02799cfe105ea0ac799c1865414f30270c3f2373601ac02b1e44770
AUX qemacs-0.4.1_pre20170225-Makefile.patch 954 BLAKE2B 16fce167962370753730dbe61ee5cbfa4d1e7b208bd350e433eeeb1bfe9eef2892a4532e83675b6c40344aed04df38c8236a01a7ff3db5fa6ec5592ec1225c18 SHA512 8146d383e53df6a5c540581925d85c2eff3dafe5cd78a23a784f3fc4fd41e23804f1287dc68597b33582f9beacef57df4a80a1930399b66566c77ff5e17eb227
AUX qemacs-0.4.1_pre20170225-manpage.patch 372 BLAKE2B 68e2d415700e576c5706788036665271cffee46a4b896573de3691c3e8cc96db9972fd0f170033b9d85fb048578c8cf3502a53a5c4ad8b7c9858c0771e195a42 SHA512 1c81e3570a2d00df04fa9a4dfae404be2f1c684b9b86ef67aa3f13a4b6f734d99d768350d41c75dc8c2874ccf853d021e497c87c751d86e2df1015f42fe97889
AUX qemacs-0.4.1_pre20170225-nostrip.patch 1771 BLAKE2B af8ad554ea5dbdcd8e7a3df32a4ff5402e84f56642a74f228b0c5be8166895b82b90e291f043a5e18a757b6e6de69ed50af3950c719f2b40be1e3d1e031c2031 SHA512 9ad3c3cd4a7744894718099ff8df2648e11385c6926a137f3f04ed33ef449d658cfb873476276bc52de7a7cee5ed2a2319893d8f47e7a2413d00d61378123656
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
deleted file mode 100644
index 53c71f21580d..000000000000
--- a/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-Makefile.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Removes forced march setting and align-functions on x86, as they would
-override user's CFLAGS.
-
---- qemacs-orig/Makefile
-+++ qemacs/Makefile
-@@ -29,32 +29,6 @@
- cmd :=
- endif
-
--ifeq ($(CC),gcc)
-- CFLAGS += -Wall -g -O2 -funsigned-char
-- # do not warn about zero-length formats.
-- CFLAGS += -Wno-format-zero-length
-- LDFLAGS := -g
--endif
--
--#include local compiler configuration file
---include $(DEPTH)/cflags.mk
--
--ifdef TARGET_GPROF
-- CFLAGS += -p
-- LDFLAGS += -p
--endif
--
--TLDFLAGS := $(LDFLAGS)
--
--ifdef TARGET_ARCH_X86
-- #CFLAGS+=-fomit-frame-pointer
-- ifeq ($(GCC_MAJOR),2)
-- CFLAGS+=-m386 -malign-functions=0
-- else
-- CFLAGS+=-march=i386 -falign-functions=0
-- endif
--endif
--
- DEFINES=-DHAVE_QE_CONFIG_H
-
- ########################################################
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
deleted file mode 100644
index 2ee40c6d2fdb..000000000000
--- a/app-editors/qemacs/files/qemacs-0.4.1_pre20150916-nostrip.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Suppress stripping.
-
---- qemacs-orig/Makefile
-+++ qemacs/Makefile
-@@ -168,7 +168,6 @@
- qe$(EXE): qe_g$(EXE) Makefile
- @rm -f $@
- cp $< $@
-- -$(STRIP) $@
- @ls -l $@
- @echo `size $@` `wc -c $@` qe $(OPTIONS) \
- | cut -d ' ' -f 7-10,13,15-40 >> STATS
-@@ -183,7 +182,6 @@
- tqe$(EXE): tqe_g$(EXE) Makefile
- @rm -f $@
- cp $< $@
-- -$(STRIP) $@
- @ls -l $@
- @echo `size $@` `wc -c $@` tqe $(OPTIONS) \
- | cut -d ' ' -f 7-10,13,15-40 >> STATS
-@@ -386,7 +384,7 @@
- $(INSTALL) -m 755 -d $(DESTDIR)$(prefix)/bin
- $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1
- $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/qe
-- $(INSTALL) -m 755 -s qe$(EXE) $(DESTDIR)$(prefix)/bin/qemacs$(EXE)
-+ $(INSTALL) -m 755 qe$(EXE) $(DESTDIR)$(prefix)/bin/qemacs$(EXE)
- ln -sf qemacs $(DESTDIR)$(prefix)/bin/qe$(EXE)
- ifdef CONFIG_FFMPEG
- ln -sf qemacs$(EXE) $(DESTDIR)$(prefix)/bin/ffplay$(EXE)
-@@ -394,7 +392,7 @@
- $(INSTALL) -m 644 kmaps ligatures $(DESTDIR)$(datadir)/qe
- $(INSTALL) -m 644 qe.1 $(DESTDIR)$(mandir)/man1
- ifdef CONFIG_HTML
-- $(INSTALL) -m 755 -s html2png$(EXE) $(DESTDIR)$(prefix)/bin
-+ $(INSTALL) -m 755 html2png$(EXE) $(DESTDIR)$(prefix)/bin
- endif
-
- uninstall: