mgorny      14/04/28 17:47:24

  Modified:             adobe-flash-11.2.202.356.ebuild
                        adobe-flash-11.2.202.350.ebuild ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi, in order to put 
an end to the confusion introduced by having two functions, the proper one 
suggesting it is just for binaries.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild?r1=1.1&r2=1.2

Index: adobe-flash-11.2.202.356.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- adobe-flash-11.2.202.356.ebuild     28 Apr 2014 15:00:39 -0000      1.1
+++ adobe-flash-11.2.202.356.ebuild     28 Apr 2014 17:47:24 -0000      1.2
@@ -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/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild,v
 1.1 2014/04/28 15:00:39 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.356.ebuild,v
 1.2 2014/04/28 17:47:24 mgorny Exp $
 
 EAPI=5
 inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
@@ -168,7 +168,7 @@
                doexe flashplugin-lahf-fix.so
        fi
 
-       if multilib_build_binaries; then
+       if multilib_is_native_abi; then
                if use kde; then
                        local pkglibdir=lib
                        [[ -d usr/lib64 ]] && pkglibdir=lib64



1.3                  www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild?r1=1.2&r2=1.3

Index: adobe-flash-11.2.202.350.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- adobe-flash-11.2.202.350.ebuild     10 Apr 2014 13:34:54 -0000      1.2
+++ adobe-flash-11.2.202.350.ebuild     28 Apr 2014 17:47:24 -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/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild,v
 1.2 2014/04/10 13:34:54 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/adobe-flash/adobe-flash-11.2.202.350.ebuild,v
 1.3 2014/04/28 17:47:24 mgorny Exp $
 
 EAPI=5
 inherit nsplugins toolchain-funcs versionator multilib multilib-minimal
@@ -168,7 +168,7 @@
                doexe flashplugin-lahf-fix.so
        fi
 
-       if multilib_build_binaries; then
+       if multilib_is_native_abi; then
                if use kde; then
                        local pkglibdir=lib
                        [[ -d usr/lib64 ]] && pkglibdir=lib64



1.247                www-plugins/adobe-flash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.247&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?rev=1.247&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/adobe-flash/ChangeLog?r1=1.246&r2=1.247

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v
retrieving revision 1.246
retrieving revision 1.247
diff -u -r1.246 -r1.247
--- ChangeLog   28 Apr 2014 15:00:39 -0000      1.246
+++ ChangeLog   28 Apr 2014 17:47:24 -0000      1.247
@@ -1,6 +1,12 @@
 # ChangeLog for www-plugins/adobe-flash
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.246 
2014/04/28 15:00:39 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/adobe-flash/ChangeLog,v 1.247 
2014/04/28 17:47:24 mgorny Exp $
+
+  28 Apr 2014; Michał Górny <[email protected]> 
adobe-flash-11.2.202.350.ebuild,
+  adobe-flash-11.2.202.356.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi, in order to put
+  an end to the confusion introduced by having two functions, the proper one
+  suggesting it is just for binaries.
 
 *adobe-flash-11.2.202.356 (28 Apr 2014)
 




Reply via email to