mgorny      14/04/28 17:49:34

  Modified:             tiff-4.0.3-r6.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.11                 media-libs/tiff/tiff-4.0.3-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild?r1=1.10&r2=1.11

Index: tiff-4.0.3-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tiff-4.0.3-r6.ebuild        16 Feb 2014 07:34:51 -0000      1.10
+++ tiff-4.0.3-r6.ebuild        28 Apr 2014 17:49:34 -0000      1.11
@@ -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/media-libs/tiff/tiff-4.0.3-r6.ebuild,v 1.10 
2014/02/16 07:34:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.3-r6.ebuild,v 1.11 
2014/04/28 17:49:34 mgorny Exp $
 
 EAPI=5
 inherit eutils libtool multilib-minimal
@@ -54,7 +54,7 @@
                --with-docdir="${EPREFIX}"/usr/share/doc/${PF}
 
        # remove useless subdirs
-       if ! multilib_build_binaries ; then
+       if ! multilib_is_native_abi ; then
                sed -i \
                        -e 's/ tools//' \
                        -e 's/ contrib//' \
@@ -65,7 +65,7 @@
 }
 
 multilib_src_test() {
-       if ! multilib_build_binaries ; then
+       if ! multilib_is_native_abi ; then
                cd tools
                emake
                cd "${BUILD_DIR}"



1.267                media-libs/tiff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.267&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.267&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.266&r2=1.267

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog   17 Feb 2014 05:30:16 -0000      1.266
+++ ChangeLog   28 Apr 2014 17:49:34 -0000      1.267
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/tiff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.266 
2014/02/17 05:30:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.267 
2014/04/28 17:49:34 mgorny Exp $
+
+  28 Apr 2014; Michał Górny <mgo...@gentoo.org> tiff-4.0.3-r6.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.
 
   17 Feb 2014; Samuli Suominen <ssuomi...@gentoo.org> -tiff-3.9.7.ebuild,
   -tiff-4.0.3-r4.ebuild, -tiff-4.0.3-r5.ebuild:




Reply via email to