mgorny      14/04/28 17:40:54

  Modified:             libxslt-1.1.28-r2.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                  dev-libs/libxslt/libxslt-1.1.28-r2.ebuild

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

Index: libxslt-1.1.28-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libxslt-1.1.28-r2.ebuild    4 Mar 2014 05:50:55 -0000       1.1
+++ libxslt-1.1.28-r2.ebuild    28 Apr 2014 17:40:54 -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/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild,v 
1.1 2014/03/04 05:50:55 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28-r2.ebuild,v 
1.2 2014/04/28 17:40:54 mgorny Exp $
 
 EAPI=5
 
@@ -60,14 +60,14 @@
                --with-html-dir="${EPREFIX}"/usr/share/doc/${PF} \
                --with-html-subdir=html \
                $(use_with crypt crypto) \
-               $(multilib_build_binaries && use_with python || echo 
--without-python) \
+               $(multilib_is_native_abi && use_with python || echo 
--without-python) \
                $(use_with debug) \
                $(use_with debug mem-debug)
 }
 
 multilib_src_compile() {
        default
-       if use python && multilib_build_binaries; then
+       if use python && multilib_is_native_abi; then
                python_copy_sources
                python_foreach_impl libxslt_py_emake
        fi
@@ -75,14 +75,14 @@
 
 multilib_src_test() {
        default
-       use python && multilib_build_binaries && python_foreach_impl 
libxslt_py_emake test
+       use python && multilib_is_native_abi && python_foreach_impl 
libxslt_py_emake test
 }
 
 multilib_src_install() {
        # "default" does not work here - docs are installed by 
multilib_src_install_all
        emake DESTDIR="${D}" install
 
-       if use python && multilib_build_binaries; then
+       if use python && multilib_is_native_abi; then
                python_foreach_impl libxslt_py_emake DESTDIR="${D}" install
                python_foreach_impl python_optimize
                mv "${ED}"/usr/share/doc/${PN}-python-${PV} 
"${ED}"/usr/share/doc/${PF}/python



1.278                dev-libs/libxslt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxslt/ChangeLog?rev=1.278&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxslt/ChangeLog?rev=1.278&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libxslt/ChangeLog?r1=1.277&r2=1.278

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -r1.277 -r1.278
--- ChangeLog   4 Mar 2014 05:53:10 -0000       1.277
+++ ChangeLog   28 Apr 2014 17:40:54 -0000      1.278
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libxslt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.277 
2014/03/04 05:53:10 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/ChangeLog,v 1.278 
2014/04/28 17:40:54 mgorny Exp $
+
+  28 Apr 2014; Michał Górny <mgo...@gentoo.org> libxslt-1.1.28-r2.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.
 
   04 Mar 2014; Alexandre Rostovtsev <tetrom...@gentoo.org>
   files/libxslt-1.1.28-libgcrypt-config.patch:




Reply via email to