Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gettext: gettext-0.18.3.2.ebuild ChangeLog
Date: Mon, 28 Apr 2014 17:49:21
Message-Id: 20140428174906.7344C2004B@flycatcher.gentoo.org
1 mgorny 14/04/28 17:49:06
2
3 Modified: gettext-0.18.3.2.ebuild ChangeLog
4 Log:
5 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.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.13 sys-devel/gettext/gettext-0.18.3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild?r1=1.12&r2=1.13
15
16 Index: gettext-0.18.3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- gettext-0.18.3.2.ebuild 19 Mar 2014 13:50:04 -0000 1.12
23 +++ gettext-0.18.3.2.ebuild 28 Apr 2014 17:49:06 -0000 1.13
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild,v 1.12 2014/03/19 13:50:04 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.18.3.2.ebuild,v 1.13 2014/04/28 17:49:06 mgorny Exp $
29
30 EAPI="4"
31
32 @@ -72,7 +72,7 @@
33 tc-is-cross-compiler && export gl_cv_func_working_acl_get_file=yes
34
35 local ECONF_SOURCE=${S}
36 - if ! multilib_build_binaries ; then
37 + if ! multilib_is_native_abi ; then
38 # for non-native ABIs, we build runtime only
39 ECONF_SOURCE+=/gettext-runtime
40 else
41 @@ -103,7 +103,7 @@
42 multilib_src_install() {
43 default
44
45 - if multilib_build_binaries ; then
46 + if multilib_is_native_abi ; then
47 dosym msgfmt /usr/bin/gmsgfmt #43435
48 dobin gettext-tools/misc/gettextize
49
50
51
52
53 1.241 sys-devel/gettext/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.241&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?rev=1.241&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gettext/ChangeLog?r1=1.240&r2=1.241
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v
62 retrieving revision 1.240
63 retrieving revision 1.241
64 diff -u -r1.240 -r1.241
65 --- ChangeLog 19 Mar 2014 13:50:04 -0000 1.240
66 +++ ChangeLog 28 Apr 2014 17:49:06 -0000 1.241
67 @@ -1,6 +1,11 @@
68 # ChangeLog for sys-devel/gettext
69 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.240 2014/03/19 13:50:04 ago Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.241 2014/04/28 17:49:06 mgorny Exp $
72 +
73 + 28 Apr 2014; Michał Górny <mgorny@g.o> gettext-0.18.3.2.ebuild:
74 + Replace multilib_build_binaries with multilib_is_native_abi, in order to put
75 + an end to the confusion introduced by having two functions, the proper one
76 + suggesting it is just for binaries.
77
78 19 Mar 2014; Agostino Sarubbo <ago@g.o> gettext-0.18.3.2.ebuild:
79 Stable for alpha, wrt bug #500872