mgorny      14/04/28 17:23:18

  Modified:             tcl-8.5.15-r1.ebuild tcl-8.6.1-r1.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.6                  dev-lang/tcl/tcl-8.5.15-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?rev=1.6&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?rev=1.6&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild?r1=1.5&r2=1.6

Index: tcl-8.5.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tcl-8.5.15-r1.ebuild        20 Jan 2014 07:34:30 -0000      1.5
+++ tcl-8.5.15-r1.ebuild        28 Apr 2014 17:23:17 -0000      1.6
@@ -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-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.5 
2014/01/20 07:34:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.5.15-r1.ebuild,v 1.6 
2014/04/28 17:23:17 mgorny Exp $
 
 EAPI=5
 
@@ -92,7 +92,7 @@
        dosym libtcl${v1}$(get_libname) /usr/${mylibdir}/libtcl$(get_libname)
        dosym libtclstub${v1}.a /usr/${mylibdir}/libtclstub.a
 
-       if multilib_build_binaries; then
+       if multilib_is_native_abi; then
                dosym tclsh${v1} /usr/bin/tclsh
                dodoc "${SPARENT}"/{ChangeLog*,README,changes}
        fi



1.5                  dev-lang/tcl/tcl-8.6.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild?r1=1.4&r2=1.5

Index: tcl-8.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tcl-8.6.1-r1.ebuild 19 Jan 2014 09:51:31 -0000      1.4
+++ tcl-8.6.1-r1.ebuild 28 Apr 2014 17:23:17 -0000      1.5
@@ -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-lang/tcl/tcl-8.6.1-r1.ebuild,v 1.4 
2014/01/19 09:51:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.1-r1.ebuild,v 1.5 
2014/04/28 17:23:17 mgorny Exp $
 
 EAPI=5
 
@@ -101,7 +101,7 @@
        dosym libtcl${v1}$(get_libname) /usr/${mylibdir}/libtcl$(get_libname)
        dosym libtclstub${v1}.a /usr/${mylibdir}/libtclstub.a
 
-       if multilib_build_binaries; then
+       if multilib_is_native_abi; then
                dosym tclsh${v1} /usr/bin/tclsh
                dodoc "${SPARENT}"/{ChangeLog*,README,changes}
        fi



1.190                dev-lang/tcl/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.190&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?rev=1.190&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/tcl/ChangeLog?r1=1.189&r2=1.190

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog   20 Jan 2014 07:34:30 -0000      1.189
+++ ChangeLog   28 Apr 2014 17:23:17 -0000      1.190
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/tcl
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.189 2014/01/20 
07:34:30 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.190 2014/04/28 
17:23:17 mgorny Exp $
+
+  28 Apr 2014; Michał Górny <mgo...@gentoo.org> tcl-8.5.15-r1.ebuild,
+  tcl-8.6.1-r1.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.
 
   20 Jan 2014; Justin Lecher <j...@gentoo.org> tcl-8.5.13-r1.ebuild,
   -tcl-8.5.14.ebuild, -tcl-8.5.15.ebuild, tcl-8.5.15-r1.ebuild,




Reply via email to