Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/mingw-runtime/
Date: Sun, 25 Nov 2018 15:20:22
Message-Id: 1543159169.9463f900268f70e5094206801bf218cc617cbb60.slyfox@gentoo
1 commit: 9463f900268f70e5094206801bf218cc617cbb60
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 25 15:19:29 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 25 15:19:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9463f900
7
8 dev-util/mingw-runtime: drop prepstrip(), bug #587300
9
10 This disables all stripping in mingw-runtime. As PMS does
11 not provide an alternative just drop stripping for now.
12
13 Reported-by: Michał Górny
14 Closes: https://bugs.gentoo.org/587300
15 Package-Manager: Portage-2.3.52, Repoman-2.3.12
16 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
17
18 dev-util/mingw-runtime/mingw-runtime-3.18.ebuild | 3 +--
19 dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild | 3 +--
20 dev-util/mingw-runtime/mingw-runtime-3.20.ebuild | 3 +--
21 dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild | 3 +--
22 4 files changed, 4 insertions(+), 8 deletions(-)
23
24 diff --git a/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild
25 index fde71e0d98c..74ba9950cae 100644
26 --- a/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild
27 +++ b/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2018 Gentoo Foundation
30 +# Copyright 1999-2018 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=0
34 @@ -69,7 +69,6 @@ src_install() {
35 && insdir="${D}/usr/${CTARGET}" \
36 || insdir="${D}"
37 emake install DESTDIR="${insdir}" || die
38 - env -uRESTRICT CHOST=${CTARGET} prepallstrip
39 rm -rf "${insdir}"/usr/doc
40 dodoc CONTRIBUTORS ChangeLog README TODO readme.txt
41 fi
42
43 diff --git a/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild
44 index cd21a8f2e9f..f1842bc4116 100644
45 --- a/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild
46 +++ b/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2018 Gentoo Foundation
49 +# Copyright 1999-2018 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI="4"
53 @@ -69,7 +69,6 @@ src_install() {
54 && insdir="${D}/usr/${CTARGET}" \
55 || insdir="${D}"
56 emake install DESTDIR="${insdir}" || die
57 - env -uRESTRICT CHOST=${CTARGET} prepallstrip
58 rm -rf "${insdir}"/usr/doc
59 docinto ${CTARGET} # Avoid collisions with other cross-compilers.
60 dodoc CONTRIBUTORS ChangeLog README TODO readme.txt
61
62 diff --git a/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild
63 index e75340a8d33..ed32fcb768c 100644
64 --- a/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild
65 +++ b/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2018 Gentoo Foundation
68 +# Copyright 1999-2018 Gentoo Authors
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI="4"
72 @@ -67,7 +67,6 @@ src_install() {
73 && insdir="${D}/usr/${CTARGET}" \
74 || insdir="${D}"
75 emake install DESTDIR="${insdir}" || die
76 - env -uRESTRICT CHOST=${CTARGET} prepallstrip
77 rm -rf "${insdir}"/usr/doc
78 docinto ${CTARGET} # Avoid collisions with other cross-compilers.
79 dodoc CONTRIBUTORS ChangeLog README TODO readme.txt
80
81 diff --git a/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild b/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild
82 index 0a13e7773d8..82167469e43 100644
83 --- a/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild
84 +++ b/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild
85 @@ -1,4 +1,4 @@
86 -# Copyright 1999-2018 Gentoo Foundation
87 +# Copyright 1999-2018 Gentoo Authors
88 # Distributed under the terms of the GNU General Public License v2
89
90 EAPI="4"
91 @@ -75,7 +75,6 @@ src_install() {
92 && insdir="${D}/usr/${CTARGET}" \
93 || insdir="${D}"
94 emake -j1 install DESTDIR="${insdir}"
95 - env -uRESTRICT CHOST=${CTARGET} prepallstrip
96 rm -rf "${insdir}"/usr/doc
97 docinto ${CTARGET} # Avoid collisions with other cross-compilers.
98 fi