vapier 15/02/27 08:10:52
Modified: mingw-runtime-4.0.3.1.ebuild
mingw-runtime-3.20.ebuild mingw-runtime-3.18.ebuild
mingw-runtime-3.16.ebuild
mingw-runtime-3.20.2.ebuild ChangeLog
Log:
Use more readable CTARGET setup logic.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.2 dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild?r1=1.1&r2=1.2
Index: mingw-runtime-4.0.3.1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mingw-runtime-4.0.3.1.ebuild 2 Jun 2014 04:36:03 -0000 1.1
+++ mingw-runtime-4.0.3.1.ebuild 27 Feb 2015 08:10:52 -0000 1.2
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild,v
1.1 2014/06/02 04:36:03 vapier Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-4.0.3.1.ebuild,v
1.2 2015/02/27 08:10:52 vapier Exp $
EAPI="4"
export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
- if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
- export CTARGET=${CATEGORY/cross-}
+ if [[ ${CATEGORY} == cross-* ]] ; then
+ export CTARGET=${CATEGORY#cross-}
fi
fi
1.6 dev-util/mingw-runtime/mingw-runtime-3.20.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild?r1=1.5&r2=1.6
Index: mingw-runtime-3.20.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mingw-runtime-3.20.ebuild 10 May 2013 09:38:39 -0000 1.5
+++ mingw-runtime-3.20.ebuild 27 Feb 2015 08:10:52 -0000 1.6
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.20.ebuild,v 1.5
2013/05/10 09:38:39 patrick Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.ebuild,v 1.6
2015/02/27 08:10:52 vapier Exp $
EAPI="4"
export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
- if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
- export CTARGET=${CATEGORY/cross-}
+ if [[ ${CATEGORY} == cross-* ]] ; then
+ export CTARGET=${CATEGORY#cross-}
fi
fi
1.5 dev-util/mingw-runtime/mingw-runtime-3.18.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild?r1=1.4&r2=1.5
Index: mingw-runtime-3.18.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mingw-runtime-3.18.ebuild 10 May 2013 09:38:39 -0000 1.4
+++ mingw-runtime-3.18.ebuild 27 Feb 2015 08:10:52 -0000 1.5
@@ -1,12 +1,12 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.18.ebuild,v 1.4
2013/05/10 09:38:39 patrick Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.18.ebuild,v 1.5
2015/02/27 08:10:52 vapier Exp $
export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
- if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
- export CTARGET=${CATEGORY/cross-}
+ if [[ ${CATEGORY} == cross-* ]] ; then
+ export CTARGET=${CATEGORY#cross-}
fi
fi
1.3 dev-util/mingw-runtime/mingw-runtime-3.16.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.16.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.16.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.16.ebuild?r1=1.2&r2=1.3
Index: mingw-runtime-3.16.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mingw-runtime-3.16.ebuild 20 Jun 2010 04:27:24 -0000 1.2
+++ mingw-runtime-3.16.ebuild 27 Feb 2015 08:10:52 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 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.16.ebuild,v 1.2
2010/06/20 04:27:24 vapier Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.16.ebuild,v 1.3
2015/02/27 08:10:52 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
@@ -11,8 +11,8 @@
export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
- if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
- export CTARGET=${CATEGORY/cross-}
+ if [[ ${CATEGORY} == cross-* ]] ; then
+ export CTARGET=${CATEGORY#cross-}
fi
fi
1.3 dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild?r1=1.2&r2=1.3
Index: mingw-runtime-3.20.2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mingw-runtime-3.20.2.ebuild 10 May 2013 09:38:39 -0000 1.2
+++ mingw-runtime-3.20.2.ebuild 27 Feb 2015 08:10:52 -0000 1.3
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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.20.2.ebuild,v
1.2 2013/05/10 09:38:39 patrick Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.20.2.ebuild,v
1.3 2015/02/27 08:10:52 vapier Exp $
EAPI="4"
export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
if [[ ${CTARGET} == ${CHOST} ]] ; then
- if [[ ${CATEGORY/cross-} != ${CATEGORY} ]] ; then
- export CTARGET=${CATEGORY/cross-}
+ if [[ ${CATEGORY} == cross-* ]] ; then
+ export CTARGET=${CATEGORY#cross-}
fi
fi
1.30 dev-util/mingw-runtime/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/ChangeLog?rev=1.30&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/ChangeLog?rev=1.30&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/mingw-runtime/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 2 Jun 2014 04:36:03 -0000 1.29
+++ ChangeLog 27 Feb 2015 08:10:52 -0000 1.30
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/mingw-runtime
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.29
2014/06/02 04:36:03 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/ChangeLog,v 1.30
2015/02/27 08:10:52 vapier Exp $
+
+ 27 Feb 2015; Mike Frysinger <[email protected]> mingw-runtime-3.16.ebuild,
+ mingw-runtime-3.18.ebuild, mingw-runtime-3.20.2.ebuild,
+ mingw-runtime-3.20.ebuild, mingw-runtime-4.0.3.1.ebuild:
+ Use more readable CTARGET setup logic.
*mingw-runtime-4.0.3.1 (02 Jun 2014)