dev-util/mingw-runtime: drop prepstrip(), bug #587300
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 25 Nov 2018 15:19:29 +0000 (15:19 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 25 Nov 2018 15:19:29 +0000 (15:19 +0000)
This disables all stripping in mingw-runtime. As PMS does
not provide an alternative just drop stripping for now.

Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/587300
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-util/mingw-runtime/mingw-runtime-3.18.ebuild
dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild
dev-util/mingw-runtime/mingw-runtime-3.20.ebuild
dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild

index fde71e0d98cbbcdee2756c03a18d7053950c45df..74ba9950cae3a3706bfdf366fe725e30b32c7e34 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=0
@@ -69,7 +69,6 @@ src_install() {
                        && insdir="${D}/usr/${CTARGET}" \
                        || insdir="${D}"
                emake install DESTDIR="${insdir}" || die
-               env -uRESTRICT CHOST=${CTARGET} prepallstrip
                rm -rf "${insdir}"/usr/doc
                dodoc CONTRIBUTORS ChangeLog README TODO readme.txt
        fi
index cd21a8f2e9f8040a0bdea108fc4e84bb98fe3900..f1842bc4116579fcee08c9bb171dd497bff582a8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -69,7 +69,6 @@ src_install() {
                        && insdir="${D}/usr/${CTARGET}" \
                        || insdir="${D}"
                emake install DESTDIR="${insdir}" || die
-               env -uRESTRICT CHOST=${CTARGET} prepallstrip
                rm -rf "${insdir}"/usr/doc
                docinto ${CTARGET} # Avoid collisions with other cross-compilers.
                dodoc CONTRIBUTORS ChangeLog README TODO readme.txt
index e75340a8d33dea2a11c4243d293522aa3346cc22..ed32fcb768c71391c917ce57aca31c1973ea6099 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -67,7 +67,6 @@ src_install() {
                        && insdir="${D}/usr/${CTARGET}" \
                        || insdir="${D}"
                emake install DESTDIR="${insdir}" || die
-               env -uRESTRICT CHOST=${CTARGET} prepallstrip
                rm -rf "${insdir}"/usr/doc
                docinto ${CTARGET} # Avoid collisions with other cross-compilers.
                dodoc CONTRIBUTORS ChangeLog README TODO readme.txt
index 0a13e7773d8686c9f28555b55f8e4949e5c56682..82167469e43884bdfc34a6ad12221ed39b5d000c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -75,7 +75,6 @@ src_install() {
                        && insdir="${D}/usr/${CTARGET}" \
                        || insdir="${D}"
                emake -j1 install DESTDIR="${insdir}"
-               env -uRESTRICT CHOST=${CTARGET} prepallstrip
                rm -rf "${insdir}"/usr/doc
                docinto ${CTARGET} # Avoid collisions with other cross-compilers.
        fi