dev-util/mingw-runtime: Migrate CROSSCOMPILE_OPTS=headers-only -> USE=headers-only
authorSergei Trofimovich <slyfox@gentoo.org>
Sun, 7 Jan 2018 18:47:15 +0000 (18:47 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Sun, 7 Jan 2018 19:39:45 +0000 (19:39 +0000)
CROSSCOMPILE_OPTS is a USE_EXPAND of a single item: headers-only.
Convert it to a global USE flag instead.

Mechanical ebuild rename done as:
    $ sed -e 's@crosscompile_opts_headers-only@headers-only@g' \
        -i $(git grep -l headers-only)

'headers-only' flag is used by crossdev to bootstrap stage1 compiler
before libc is available.

crossdev switched to USE=headers-only in =sys-devel/crossdev-20171230.

Bug: https://bugs.gentoo.org/642712
Package-Manager: Portage-2.3.19, Repoman-2.3.6

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 fb7b3aaaadba8e08f900d703b822f988afa838f4..9a9542756fcbf8fd11335af0a3f7d052fb29b180 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 export CBUILD=${CBUILD:-${CHOST}}
@@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/mingw/${MY_P}-src.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="crosscompile_opts_headers-only"
+IUSE="headers-only"
 RESTRICT="strip"
 
 S=${WORKDIR}/${MY_P}
@@ -28,7 +28,7 @@ is_crosscompile() {
        [[ ${CHOST} != ${CTARGET} ]]
 }
 just_headers() {
-       use crosscompile_opts_headers-only && [[ ${CHOST} != ${CTARGET} ]]
+       use headers-only && [[ ${CHOST} != ${CTARGET} ]]
 }
 
 pkg_setup() {
index 21f0e6d6c3bede38a6506b6b94b57c6c532412c3..42f4f713402df9f93706dc81cca878c68090d2d5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/mingw/${MY_P}-src.tar.lzma"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="crosscompile_opts_headers-only"
+IUSE="headers-only"
 RESTRICT="strip"
 
 DEPEND="app-arch/xz-utils"
@@ -33,7 +33,7 @@ is_crosscompile() {
        [[ ${CHOST} != ${CTARGET} ]]
 }
 just_headers() {
-       use crosscompile_opts_headers-only && [[ ${CHOST} != ${CTARGET} ]]
+       use headers-only && [[ ${CHOST} != ${CTARGET} ]]
 }
 
 pkg_setup() {
index d456e763daa6f34959cddc096bfd4921738756ec..469eac6b9ff497c9bda412d433a5589bed9cfe1a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/mingw/${MY_P}-src.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="crosscompile_opts_headers-only"
+IUSE="headers-only"
 RESTRICT="strip"
 
 S=${WORKDIR}/${MY_P}
@@ -31,7 +31,7 @@ is_crosscompile() {
        [[ ${CHOST} != ${CTARGET} ]]
 }
 just_headers() {
-       use crosscompile_opts_headers-only && [[ ${CHOST} != ${CTARGET} ]]
+       use headers-only && [[ ${CHOST} != ${CTARGET} ]]
 }
 
 pkg_setup() {
index 29cc5a8751938987da816464ae9e9c211122f151..0a13e7773d8686c9f28555b55f8e4949e5c56682 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="4"
@@ -23,7 +23,7 @@ LICENSE="BSD"
 SLOT="0"
 # Collides with w32api-4.x
 #KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="crosscompile_opts_headers-only"
+IUSE="headers-only"
 RESTRICT="strip"
 
 DEPEND="app-arch/xz-utils"
@@ -35,7 +35,7 @@ is_crosscompile() {
        [[ ${CHOST} != ${CTARGET} ]]
 }
 just_headers() {
-       use crosscompile_opts_headers-only && [[ ${CHOST} != ${CTARGET} ]]
+       use headers-only && [[ ${CHOST} != ${CTARGET} ]]
 }
 
 pkg_setup() {