mgorny      14/04/28 17:18:31

  Modified:             bzip2-1.0.6-r7.ebuild bzip2-1.0.6-r6.ebuild
                        ChangeLog
  Log:
  Replace multilib_build_binaries with multilib_is_native_abi. The two are 
equivalent now, and the team has decided to use the old name as being less 
confusing.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.2                  app-arch/bzip2/bzip2-1.0.6-r7.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild?r1=1.1&r2=1.2

Index: bzip2-1.0.6-r7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bzip2-1.0.6-r7.ebuild       18 Mar 2014 01:21:06 -0000      1.1
+++ bzip2-1.0.6-r7.ebuild       28 Apr 2014 17:18:31 -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/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v 1.1 
2014/03/18 01:21:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r7.ebuild,v 1.2 
2014/04/28 17:18:31 mgorny Exp $
 
 # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
 #      (since we're building shared libs) ...
@@ -73,7 +73,7 @@
        done
        use static-libs && dolib.a libbz2.a
 
-       if multilib_build_binaries ; then
+       if multilib_is_native_abi ; then
                gen_usr_ldscript -a bz2
 
                dobin bzip2recover



1.13                 app-arch/bzip2/bzip2-1.0.6-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild?r1=1.12&r2=1.13

Index: bzip2-1.0.6-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- bzip2-1.0.6-r6.ebuild       31 Mar 2014 20:49:33 -0000      1.12
+++ bzip2-1.0.6-r6.ebuild       28 Apr 2014 17:18:31 -0000      1.13
@@ -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/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v 1.12 
2014/03/31 20:49:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/bzip2-1.0.6-r6.ebuild,v 1.13 
2014/04/28 17:18:31 mgorny Exp $
 
 # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly
 #      (since we're building shared libs) ...
@@ -71,7 +71,7 @@
        done
        use static-libs && dolib.a libbz2.a
 
-       if multilib_build_binaries ; then
+       if multilib_is_native_abi ; then
                gen_usr_ldscript -a bz2
 
                dobin bzip2recover



1.124                app-arch/bzip2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/ChangeLog?rev=1.124&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/ChangeLog?rev=1.124&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/bzip2/ChangeLog?r1=1.123&r2=1.124

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog   31 Mar 2014 20:49:33 -0000      1.123
+++ ChangeLog   28 Apr 2014 17:18:31 -0000      1.124
@@ -1,6 +1,12 @@
 # ChangeLog for app-arch/bzip2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.123 2014/03/31 
20:49:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/bzip2/ChangeLog,v 1.124 2014/04/28 
17:18:31 mgorny Exp $
+
+  28 Apr 2014; Michał Górny <[email protected]> bzip2-1.0.6-r6.ebuild,
+  bzip2-1.0.6-r7.ebuild:
+  Replace multilib_build_binaries with multilib_is_native_abi. The two are
+  equivalent now, and the team has decided to use the old name as being less
+  confusing.
 
   31 Mar 2014; Mike Frysinger <[email protected]> bzip2-1.0.6-r6.ebuild:
   Mark ppc64 stable #504004.




Reply via email to