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/w32api/
Date: Sun, 25 Nov 2018 15:27:16
Message-Id: 1543159596.b8167b610b88cda6366b3d1e19bfc398cc34abfb.slyfox@gentoo
1 commit: b8167b610b88cda6366b3d1e19bfc398cc34abfb
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 25 15:26:36 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 25 15:26:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8167b61
7
8 dev-util/w32api: drop prepstrip(), bug #587294
9
10 This disables all stripping in w32api. 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/587294
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/w32api/w32api-3.17.2.ebuild | 3 +--
19 dev-util/w32api/w32api-4.0.3.1.ebuild | 3 +--
20 2 files changed, 2 insertions(+), 4 deletions(-)
21
22 diff --git a/dev-util/w32api/w32api-3.17.2.ebuild b/dev-util/w32api/w32api-3.17.2.ebuild
23 index 02fce8e4df7..61232887fb7 100644
24 --- a/dev-util/w32api/w32api-3.17.2.ebuild
25 +++ b/dev-util/w32api/w32api-3.17.2.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2018 Gentoo Foundation
28 +# Copyright 1999-2018 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=0
32 @@ -56,7 +56,6 @@ src_install() {
33 doins -r include/* || die
34 else
35 emake install DESTDIR="${D}" || die
36 - env -uRESTRICT CHOST=${CTARGET} prepallstrip
37 dodoc CONTRIBUTIONS ChangeLog README.w32api TODO
38
39 # Make sure diff cross-compilers don't collide #414075
40
41 diff --git a/dev-util/w32api/w32api-4.0.3.1.ebuild b/dev-util/w32api/w32api-4.0.3.1.ebuild
42 index 26a1f1cb5bf..b3d1c3c93af 100644
43 --- a/dev-util/w32api/w32api-4.0.3.1.ebuild
44 +++ b/dev-util/w32api/w32api-4.0.3.1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2018 Gentoo Foundation
47 +# Copyright 1999-2018 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI="4"
51 @@ -59,7 +59,6 @@ src_install() {
52 doins -r include/*
53 else
54 emake -j1 install DESTDIR="${D}"
55 - env -uRESTRICT CHOST=${CTARGET} prepallstrip
56
57 # Make sure diff cross-compilers don't collide #414075
58 mv "${D}"/usr/share/doc/{${PF},${CTARGET}-${PF}} || die