tommy       14/05/02 09:51:49

  Modified:             cairo-1.12.16-r2.ebuild cairo-9999.ebuild ChangeLog
  Log:
  Revert previous commit, multilib_is_native_abi now includes 
multilib_build_binaries functionality
  
  (Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x35899067)

Revision  Changes    Path
1.4                  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.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?r1=1.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cairo-1.12.16-r2.ebuild     2 May 2014 09:46:46 -0000       1.3
+++ cairo-1.12.16-r2.ebuild     2 May 2014 09:51:49 -0000       1.4
@@ -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.3 2014/05/02 09:46:46 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v 
1.4 2014/05/02 09:51:49 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_build_binaries; then
+       if ! multilib_is_native_abi; then
                myopts+=" --disable-directfb"
        fi
 
        # TODO: remove this (and add USE-dep) when qtgui is converted, bug 
#498010
-       if ! multilib_build_binaries; then
+       if ! multilib_is_native_abi; then
                myopts+=" --disable-qt"
        fi
 



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

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

Index: cairo-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- cairo-9999.ebuild   2 May 2014 09:46:46 -0000       1.40
+++ cairo-9999.ebuild   2 May 2014 09:51:49 -0000       1.41
@@ -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.40 
2014/05/02 09:46:46 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.41 
2014/05/02 09:51:49 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_build_binaries; then
+       if ! multilib_is_native_abi; then
                myopts+=" --disable-directfb"
        fi
 
        # TODO: remove this (and add USE-dep) when qtgui is converted, bug 
#498010
-       if ! multilib_build_binaries; then
+       if ! multilib_is_native_abi; then
                myopts+=" --disable-qt"
        fi
 



1.375                x11-libs/cairo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
retrieving revision 1.374
retrieving revision 1.375
diff -u -r1.374 -r1.375
--- ChangeLog   2 May 2014 09:46:46 -0000       1.374
+++ ChangeLog   2 May 2014 09:51:49 -0000       1.375
@@ -1,6 +1,12 @@
 # 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.374 2014/05/02 
09:46:46 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.375 2014/05/02 
09:51:49 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:
+  Revert previous commit, multilib_is_native_abi now includes
+  multilib_build_binaries functionality
 
   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,




Reply via email to