summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-09-23 11:19:40 +0000
committerMike Frysinger <vapier@gentoo.org>2006-09-23 11:19:40 +0000
commit76f58be5482bd2425a714c119ed2689bd9ef77d2 (patch)
tree8764f9496c97ff145e83fae065edb707e8250883 /dev-util/mingw-runtime
parentupdate manifest (diff)
downloadhistorical-76f58be5482bd2425a714c119ed2689bd9ef77d2.tar.gz
historical-76f58be5482bd2425a714c119ed2689bd9ef77d2.tar.bz2
historical-76f58be5482bd2425a714c119ed2689bd9ef77d2.zip
Make sure we strip with the target toolchain #148437.
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'dev-util/mingw-runtime')
-rw-r--r--dev-util/mingw-runtime/ChangeLog6
-rw-r--r--dev-util/mingw-runtime/mingw-runtime-3.10.ebuild4
-rw-r--r--dev-util/mingw-runtime/mingw-runtime-3.9.ebuild4
3 files changed, 11 insertions, 3 deletions
diff --git a/dev-util/mingw-runtime/ChangeLog b/dev-util/mingw-runtime/ChangeLog
index e0adade6488c..0b34d1b53bc1 100644
--- a/dev-util/mingw-runtime/ChangeLog
+++ b/dev-util/mingw-runtime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/mingw-runtime
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.1 2006/09/17 07:03:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.2 2006/09/23 11:18:55 vapier Exp $
+
+ 23 Sep 2006; Mike Frysinger <vapier@gentoo.org> mingw-runtime-3.9.ebuild,
+ mingw-runtime-3.10.ebuild:
+ Make sure we strip with the target toolchain #148437.
*mingw-runtime-3.10 (17 Sep 2006)
diff --git a/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild
index edce0cc437cf..ebb3c76d6d9e 100644
--- a/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild
+++ b/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild,v 1.1 2006/09/17 07:03:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.10.ebuild,v 1.2 2006/09/23 11:18:55 vapier Exp $
# This version does not work as the configure script expects the installed
# cross-compiler to be able to link binaries ... except we haven't provided
@@ -26,6 +26,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="-*"
IUSE=""
+RESTRICT="strip"
DEPEND=""
@@ -65,6 +66,7 @@ src_install() {
doins -r include/* || die
else
emake install DESTDIR="${D}" || die
+ env -uRESTRICT CHOST=${CTARGET} prepallstrip
rm -rf "${D}"/usr/${CTARGET}/doc
dodoc CONTRIBUTORS ChangeLog README TODO readme.txt
fi
diff --git a/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild
index 63ab78fe0b54..a85789ec1879 100644
--- a/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild
+++ b/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild,v 1.1 2006/09/17 07:03:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.9.ebuild,v 1.2 2006/09/23 11:18:55 vapier Exp $
export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
@@ -20,6 +20,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
+RESTRICT="strip"
DEPEND=""
@@ -63,6 +64,7 @@ src_install() {
doins -r include/* || die
else
emake install DESTDIR="${D}" || die
+ env -uRESTRICT CHOST=${CTARGET} prepallstrip
rm -rf "${D}"/usr/${CTARGET}/doc
dodoc CONTRIBUTORS ChangeLog README TODO readme.txt
fi