Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libRocket: libRocket-9999.ebuild libRocket-1.2.1_p20130110-r1.ebuild ChangeLog
Date: Sat, 04 Jan 2014 22:56:07
Message-Id: 20140104225602.7CE5B2004C@flycatcher.gentoo.org
1 mgorny 14/01/04 22:56:02
2
3 Modified: libRocket-9999.ebuild
4 libRocket-1.2.1_p20130110-r1.ebuild ChangeLog
5 Log:
6 Replace the explicit ABI==DEFAULT_ABI check with multilib_build_binaries eclass function.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.6 dev-libs/libRocket/libRocket-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild?r1=1.5&r2=1.6
16
17 Index: libRocket-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- libRocket-9999.ebuild 5 Sep 2013 18:29:52 -0000 1.5
24 +++ libRocket-9999.ebuild 4 Jan 2014 22:56:02 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild,v 1.5 2013/09/05 18:29:52 mgorny Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-9999.ebuild,v 1.6 2014/01/04 22:56:02 mgorny Exp $
31
32 EAPI=5
33
34 @@ -42,7 +42,7 @@
35 -DSAMPLES_DIR=/usr/share/${PN}/samples
36 )
37
38 - if [[ ${ABI} == ${DEFAULT_ABI} ]] ; then
39 + if multilib_build_binaries ; then
40 mycmakeargs+=( $(cmake-utils_use_build samples SAMPLES) )
41 else
42 mycmakeargs+=( -DBUILD_SAMPLES=OFF )
43 @@ -50,7 +50,7 @@
44
45 cmake-utils_src_configure
46
47 - if [[ ${ABI} == ${DEFAULT_ABI} ]] ; then
48 + if multilib_build_binaries ; then
49 if use python ; then
50 cfgpybind() {
51 local mycmakeargs=(
52 @@ -68,7 +68,7 @@
53 multilib_src_compile() {
54 cmake-utils_src_compile
55
56 - if [[ ${ABI} == ${DEFAULT_ABI} ]] ; then
57 + if multilib_build_binaries ; then
58 if use python ; then
59 buildpybind() {
60 cp "${S}-${ABI}"/{libRocketCore*,libRocketControls*} "${python_BUILD_DIR}-${EPYTHON}"/ || die
61 @@ -83,7 +83,7 @@
62 multilib_src_install() {
63 cmake-utils_src_install
64
65 - if [[ ${ABI} == ${DEFAULT_ABI} ]] ; then
66 + if multilib_build_binaries ; then
67 if use python ; then
68 instpybind() {
69 python_domodule "${S}"/bin/rocket.py
70
71
72
73 1.4 dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild?rev=1.4&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild?rev=1.4&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild?r1=1.3&r2=1.4
78
79 Index: libRocket-1.2.1_p20130110-r1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v
82 retrieving revision 1.3
83 retrieving revision 1.4
84 diff -u -r1.3 -r1.4
85 --- libRocket-1.2.1_p20130110-r1.ebuild 5 Sep 2013 18:29:52 -0000 1.3
86 +++ libRocket-1.2.1_p20130110-r1.ebuild 4 Jan 2014 22:56:02 -0000 1.4
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2013 Gentoo Foundation
89 +# Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/libRocket-1.2.1_p20130110-r1.ebuild,v 1.3 2013/09/05 18:29:52 mgorny Exp $
92 +# $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 $
93
94 EAPI=5
95
96 @@ -41,7 +41,7 @@
97 -DSAMPLES_DIR=/usr/share/${PN}/samples
98 )
99
100 - if [[ ${ABI} == ${DEFAULT_ABI} ]] ; then
101 + if multilib_build_binaries ; then
102 mycmakeargs+=( $(cmake-utils_use_build samples SAMPLES) )
103 else
104 mycmakeargs+=( -DBUILD_SAMPLES=OFF )
105 @@ -49,7 +49,7 @@
106
107 cmake-utils_src_configure
108
109 - if [[ ${ABI} == ${DEFAULT_ABI} ]] ; then
110 + if multilib_build_binaries ; then
111 if use python ; then
112 cfgpybind() {
113 local mycmakeargs=(
114 @@ -67,7 +67,7 @@
115 multilib_src_compile() {
116 cmake-utils_src_compile
117
118 - if [[ ${ABI} == ${DEFAULT_ABI} ]] ; then
119 + if multilib_build_binaries ; then
120 if use python ; then
121 buildpybind() {
122 cp "${S}-${ABI}"/{libRocketCore*,libRocketControls*} "${python_BUILD_DIR}-${EPYTHON}"/ || die
123 @@ -82,7 +82,7 @@
124 multilib_src_install() {
125 cmake-utils_src_install
126
127 - if [[ ${ABI} == ${DEFAULT_ABI} ]] ; then
128 + if multilib_build_binaries ; then
129 if use python ; then
130 instpybind() {
131 python_domodule "${S}"/bin/rocket.py
132
133
134
135 1.9 dev-libs/libRocket/ChangeLog
136
137 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/ChangeLog?rev=1.9&view=markup
138 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/ChangeLog?rev=1.9&content-type=text/plain
139 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libRocket/ChangeLog?r1=1.8&r2=1.9
140
141 Index: ChangeLog
142 ===================================================================
143 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libRocket/ChangeLog,v
144 retrieving revision 1.8
145 retrieving revision 1.9
146 diff -u -r1.8 -r1.9
147 --- ChangeLog 5 Sep 2013 18:29:52 -0000 1.8
148 +++ ChangeLog 4 Jan 2014 22:56:02 -0000 1.9
149 @@ -1,6 +1,11 @@
150 # ChangeLog for dev-libs/libRocket
151 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
152 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/ChangeLog,v 1.8 2013/09/05 18:29:52 mgorny Exp $
153 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
154 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libRocket/ChangeLog,v 1.9 2014/01/04 22:56:02 mgorny Exp $
155 +
156 + 04 Jan 2014; Michał Górny <mgorny@g.o>
157 + libRocket-1.2.1_p20130110-r1.ebuild, libRocket-9999.ebuild:
158 + Replace the explicit ABI==DEFAULT_ABI check with multilib_build_binaries
159 + eclass function.
160
161 05 Sep 2013; Michał Górny <mgorny@g.o> libRocket-1.2.1.ebuild,
162 libRocket-1.2.1_p20130110-r1.ebuild, libRocket-1.2.1_p20130110.ebuild,