mgorny      14/04/28 17:31:41

  Modified:             libRocket-9999.ebuild
                        libRocket-1.2.1_p20130110-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.7                  dev-libs/libRocket/libRocket-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild?r1=1.6&r2=1.7

Index: libRocket-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libRocket-9999.ebuild       4 Jan 2014 22:56:02 -0000       1.6
+++ libRocket-9999.ebuild       28 Apr 2014 17:31:40 -0000      1.7
@@ -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/libRocket/libRocket-9999.ebuild,v 
1.6 2014/01/04 22:56:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild,v 
1.7 2014/04/28 17:31:40 mgorny Exp $
 
 EAPI=5
 
@@ -42,7 +42,7 @@
                -DSAMPLES_DIR=/usr/share/${PN}/samples
        )
 
-       if multilib_build_binaries ; then
+       if multilib_is_native_abi ; then
                mycmakeargs+=( $(cmake-utils_use_build samples SAMPLES) )
        else
                mycmakeargs+=( -DBUILD_SAMPLES=OFF )
@@ -50,7 +50,7 @@
 
        cmake-utils_src_configure
 
-       if multilib_build_binaries ; then
+       if multilib_is_native_abi ; then
                if use python ; then
                        cfgpybind() {
                                local mycmakeargs=(
@@ -68,7 +68,7 @@
 multilib_src_compile() {
        cmake-utils_src_compile
 
-       if multilib_build_binaries ; then
+       if multilib_is_native_abi ; then
                if use python ; then
                        buildpybind() {
                                cp 
"${S}-${ABI}"/{libRocketCore*,libRocketControls*} 
"${python_BUILD_DIR}-${EPYTHON}"/ || die
@@ -83,7 +83,7 @@
 multilib_src_install() {
        cmake-utils_src_install
 
-       if multilib_build_binaries ; then
+       if multilib_is_native_abi ; then
                if use python ; then
                        instpybind() {
                                python_domodule "${S}"/bin/rocket.py



1.5                  dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild

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

Index: libRocket-1.2.1_p20130110-r1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libRocket-1.2.1_p20130110-r1.ebuild 4 Jan 2014 22:56:02 -0000       1.4
+++ libRocket-1.2.1_p20130110-r1.ebuild 28 Apr 2014 17:31:40 -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-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v
 1.4 2014/01/04 22:56:02 mgorny Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v
 1.5 2014/04/28 17:31:40 mgorny Exp $
 
 EAPI=5
 
@@ -41,7 +41,7 @@
                -DSAMPLES_DIR=/usr/share/${PN}/samples
        )
 
-       if multilib_build_binaries ; then
+       if multilib_is_native_abi ; then
                mycmakeargs+=( $(cmake-utils_use_build samples SAMPLES) )
        else
                mycmakeargs+=( -DBUILD_SAMPLES=OFF )
@@ -49,7 +49,7 @@
 
        cmake-utils_src_configure
 
-       if multilib_build_binaries ; then
+       if multilib_is_native_abi ; then
                if use python ; then
                        cfgpybind() {
                                local mycmakeargs=(
@@ -67,7 +67,7 @@
 multilib_src_compile() {
        cmake-utils_src_compile
 
-       if multilib_build_binaries ; then
+       if multilib_is_native_abi ; then
                if use python ; then
                        buildpybind() {
                                cp 
"${S}-${ABI}"/{libRocketCore*,libRocketControls*} 
"${python_BUILD_DIR}-${EPYTHON}"/ || die
@@ -82,7 +82,7 @@
 multilib_src_install() {
        cmake-utils_src_install
 
-       if multilib_build_binaries ; then
+       if multilib_is_native_abi ; then
                if use python ; then
                        instpybind() {
                                python_domodule "${S}"/bin/rocket.py



1.10                 dev-libs/libRocket/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libRocket/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   4 Jan 2014 22:56:02 -0000       1.9
+++ ChangeLog   28 Apr 2014 17:31:41 -0000      1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-libs/libRocket
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/ChangeLog,v 1.9 
2014/01/04 22:56:02 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/ChangeLog,v 1.10 
2014/04/28 17:31:41 mgorny Exp $
+
+  28 Apr 2014; Michał Górny <mgo...@gentoo.org>
+  libRocket-1.2.1_p20130110-r1.ebuild, libRocket-9999.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 Jan 2014; Michał Górny <mgo...@gentoo.org>
   libRocket-1.2.1_p20130110-r1.ebuild, libRocket-9999.ebuild:




Reply via email to