tommy       14/05/02 09:46:46

  Modified:             cairo-1.12.16-r2.ebuild cairo-9999.ebuild
                        cairo-1.10.2-r3.ebuild ChangeLog
  Log:
  Replace multilib_is_native_abi with multilib_build_binaries
  
  (Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x35899067)

Revision  Changes    Path
1.3                  x11-libs/cairo/cairo-1.12.16-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?r1=1.2&r2=1.3

Index: cairo-1.12.16-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cairo-1.12.16-r2.ebuild     28 Apr 2014 17:50:00 -0000      1.2
+++ cairo-1.12.16-r2.ebuild     2 May 2014 09:46:46 -0000       1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v 
1.2 2014/04/28 17:50:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v 
1.3 2014/05/02 09:46:46 tommy Exp $
 
 EAPI=5
 
@@ -113,12 +113,12 @@
 
        # TODO: remove this (and add USE-dep) when DirectFB is converted,
        # bug #484248 -- but beware of the circular dep.
-       if ! multilib_is_native_abi; then
+       if ! multilib_build_binaries; then
                myopts+=" --disable-directfb"
        fi
 
        # TODO: remove this (and add USE-dep) when qtgui is converted, bug 
#498010
-       if ! multilib_is_native_abi; then
+       if ! multilib_build_binaries; then
                myopts+=" --disable-qt"
        fi
 



1.40                 x11-libs/cairo/cairo-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.40&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.40&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?r1=1.39&r2=1.40

Index: cairo-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- cairo-9999.ebuild   28 Apr 2014 17:50:00 -0000      1.39
+++ cairo-9999.ebuild   2 May 2014 09:46:46 -0000       1.40
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.39 
2014/04/28 17:50:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.40 
2014/05/02 09:46:46 tommy Exp $
 
 EAPI=5
 
@@ -113,12 +113,12 @@
 
        # TODO: remove this (and add USE-dep) when DirectFB is converted,
        # bug #484248 -- but beware of the circular dep.
-       if ! multilib_is_native_abi; then
+       if ! multilib_build_binaries; then
                myopts+=" --disable-directfb"
        fi
 
        # TODO: remove this (and add USE-dep) when qtgui is converted, bug 
#498010
-       if ! multilib_is_native_abi; then
+       if ! multilib_build_binaries; then
                myopts+=" --disable-qt"
        fi
 



1.14                 x11-libs/cairo/cairo-1.10.2-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild?r1=1.13&r2=1.14

Index: cairo-1.10.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- cairo-1.10.2-r3.ebuild      2 Mar 2013 23:43:43 -0000       1.13
+++ cairo-1.10.2-r3.ebuild      2 May 2014 09:46:46 -0000       1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild,v 
1.13 2013/03/02 23:43:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild,v 
1.14 2014/05/02 09:46:46 tommy Exp $
 
 EAPI=3
 



1.374                x11-libs/cairo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.374&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.374&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.373&r2=1.374

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
retrieving revision 1.373
retrieving revision 1.374
diff -u -r1.373 -r1.374
--- ChangeLog   28 Apr 2014 17:50:00 -0000      1.373
+++ ChangeLog   2 May 2014 09:46:46 -0000       1.374
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/cairo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.373 2014/04/28 
17:50:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.374 2014/05/02 
09:46:46 tommy Exp $
+
+  02 May 2014; Thomas Sachau (Tommy[D]) <to...@gentoo.org>
+  cairo-1.10.2-r3.ebuild, cairo-1.12.14-r4.ebuild, cairo-1.12.16-r2.ebuild,
+  cairo-1.12.16.ebuild, cairo-9999.ebuild:
+  Replace multilib_is_native_abi with multilib_build_binaries
 
   28 Apr 2014; Michał Górny <mgo...@gentoo.org> cairo-1.12.16-r2.ebuild,
   cairo-9999.ebuild:




Reply via email to