vapier      15/02/27 08:10:12

  Modified:             w32api-4.0.3.1.ebuild w32api-3.17.2.ebuild
                        w32api-3.14.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/w32api/w32api-4.0.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-4.0.3.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-4.0.3.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-4.0.3.1.ebuild?r1=1.1&r2=1.2

Index: w32api-4.0.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-4.0.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- w32api-4.0.3.1.ebuild       2 Jun 2014 04:34:22 -0000       1.1
+++ w32api-4.0.3.1.ebuild       27 Feb 2015 08:10:12 -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/w32api/w32api-4.0.3.1.ebuild,v 1.1 
2014/06/02 04:34:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-4.0.3.1.ebuild,v 1.2 
2015/02/27 08:10:12 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/w32api/w32api-3.17.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.17.2.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.17.2.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.17.2.ebuild?r1=1.5&r2=1.6

Index: w32api-3.17.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.17.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- w32api-3.17.2.ebuild        8 May 2012 20:06:36 -0000       1.5
+++ w32api-3.17.2.ebuild        27 Feb 2015 08:10:12 -0000      1.6
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 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/w32api/w32api-3.17.2.ebuild,v 1.5 
2012/05/08 20:06:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.17.2.ebuild,v 1.6 
2015/02/27 08:10:12 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.5                  dev-util/w32api/w32api-3.14.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.14.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.14.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/w32api-3.14.ebuild?r1=1.4&r2=1.5

Index: w32api-3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.14.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- w32api-3.14.ebuild  8 May 2012 20:06:36 -0000       1.4
+++ w32api-3.14.ebuild  27 Feb 2015 08:10:12 -0000      1.5
@@ -1,12 +1,12 @@
-# Copyright 1999-2012 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/w32api/w32api-3.14.ebuild,v 1.4 
2012/05/08 20:06:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.14.ebuild,v 1.5 
2015/02/27 08:10:12 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.20                 dev-util/w32api/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/ChangeLog?rev=1.20&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/ChangeLog?rev=1.20&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/w32api/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/w32api/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog   2 Jun 2014 04:34:22 -0000       1.19
+++ ChangeLog   27 Feb 2015 08:10:12 -0000      1.20
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/w32api
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/ChangeLog,v 1.19 2014/06/02 
04:34:22 vapier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/ChangeLog,v 1.20 2015/02/27 
08:10:12 vapier Exp $
+
+  27 Feb 2015; Mike Frysinger <[email protected]> w32api-3.14.ebuild,
+  w32api-3.17.2.ebuild, w32api-4.0.3.1.ebuild:
+  Use more readable CTARGET setup logic.
 
 *w32api-4.0.3.1 (02 Jun 2014)
 




Reply via email to