Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spectemu/files/
Date: Sat, 02 Mar 2019 00:04:45
Message-Id: 1551484979.487c5ee2861f5404006f798ea726988182e0c950.asturm@gentoo
1 commit: 487c5ee2861f5404006f798ea726988182e0c950
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Mar 1 16:52:34 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 00:02:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487c5ee2
7
8 app-emulation/spectemu: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../spectemu/files/spectemu-0.99.3-qa.patch | 23 ----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch b/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch
17 deleted file mode 100644
18 index 00d13630581..00000000000
19 --- a/app-emulation/spectemu/files/spectemu-0.99.3-qa.patch
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 ---- spectemu-0.99.3/Makefile.in
23 -+++ spectemu-0.99.3/Makefile.in
24 -@@ -45,9 +45,9 @@
25 -
26 - install_prog: $(progs)
27 - if test -f xspect; then \
28 -- $(INSTALL_PROGRAM) -s -m 755 xspect $(i_bindir); fi
29 -+ $(INSTALL_PROGRAM) -m 755 xspect $(i_bindir); fi
30 - if test -f vgaspect; then \
31 -- $(INSTALL_PROGRAM) -s -m 4755 vgaspect $(i_bindir); fi
32 -+ $(INSTALL_PROGRAM) -m 4755 vgaspect $(i_bindir); fi
33 -
34 - install_man:
35 - $(INSTALL_DATA) ./xspect.1 $(i_mandir)
36 -@@ -88,7 +88,7 @@
37 - ./sp_to_s < i386emul.sp > i386emul.s
38 -
39 - i386emul.o: i386emul.s
40 -- $(CC) -c $(CFLAGS) i386emul.s
41 -+ $(CC) -c $(ASFLAGS) -Xassembler --noexecstack i386emul.s
42 -
43 - sp_to_s: sp_to_s.o
44 - $(CC) -o sp_to_s $(LDFLAGS) sp_to_s.o