Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/newlib/files/
Date: Fri, 29 Nov 2019 22:08:27
Message-Id: 1575065269.67140bcb09f1f246059417391a6f2a5bd722c04b.bman@gentoo
1 commit: 67140bcb09f1f246059417391a6f2a5bd722c04b
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Nov 25 12:44:24 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 22:07:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67140bcb
7
8 sys-libs/newlib: remove unused patch(es)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/13760
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../newlib/files/newlib-2.1.0-msp430-destdir.patch | 41 ----------------------
15 1 file changed, 41 deletions(-)
16
17 diff --git a/sys-libs/newlib/files/newlib-2.1.0-msp430-destdir.patch b/sys-libs/newlib/files/newlib-2.1.0-msp430-destdir.patch
18 deleted file mode 100644
19 index 38fa2643dce..00000000000
20 --- a/sys-libs/newlib/files/newlib-2.1.0-msp430-destdir.patch
21 +++ /dev/null
22 @@ -1,41 +0,0 @@
23 -From 0a7009c61811b4451ff6cccda24f42ab07142603 Mon Sep 17 00:00:00 2001
24 -From: DJ Delorie <dj@××××××.com>
25 -Date: Thu, 23 Oct 2014 01:49:45 +0000
26 -Subject: [PATCH] 2014-10-22 Tim Harder <radhermit@×××××.com> *
27 - msp430/Makefile.in: respect DESTDIR during install
28 -
29 ----
30 - libgloss/ChangeLog | 4 ++++
31 - libgloss/msp430/Makefile.in | 6 ++++--
32 - 2 files changed, 8 insertions(+), 2 deletions(-)
33 -
34 -2014-10-22 Tim Harder <radhermit@×××××.com>
35 -
36 - * msp430/Makefile.in: respect DESTDIR during install
37 -
38 -diff --git a/libgloss/msp430/Makefile.in b/libgloss/msp430/Makefile.in
39 -index d72051d..b9f5a6a 100644
40 ---- a/libgloss/msp430/Makefile.in
41 -+++ b/libgloss/msp430/Makefile.in
42 -@@ -12,6 +12,7 @@
43 -
44 - # Makefile for libgloss/msp430.
45 -
46 -+DESTDIR =
47 - VPATH = @srcdir@
48 - srcdir = @srcdir@
49 - objdir = .
50 -@@ -138,11 +139,11 @@
51 -
52 - install: $(CRT) $(SIM_BSP) $(LIBNOSYS) $(LIB_CRT) $(SCRIPTS)
53 - for c in $(CRT) $(SIM_BSP) $(LIBNOSYS) $(LIB_CRT); do \
54 -- $(INSTALL_DATA) $$c $(tooldir)/lib${MULTISUBDIR}/$$c ;\
55 -+ $(INSTALL_DATA) $$c $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$$c ;\
56 - done
57 - for c in $(SCRIPTS); do \
58 - b=`basename $$c`; \
59 -- $(INSTALL_DATA) $$c $(tooldir)/lib${MULTISUBDIR}/$$b ;\
60 -+ $(INSTALL_DATA) $$c $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}/$$b ;\
61 - done
62 -
63 - clean mostlyclean: