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/expat: expat-2.1.0-r3.ebuild expat-2.1.0-r4.ebuild ChangeLog
Date: Mon, 28 Apr 2014 17:27:36
Message-Id: 20140428172728.F2E1E2004B@flycatcher.gentoo.org
1 mgorny 14/04/28 17:27:28
2
3 Modified: expat-2.1.0-r3.ebuild expat-2.1.0-r4.ebuild
4 ChangeLog
5 Log:
6 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.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.15 dev-libs/expat/expat-2.1.0-r3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild?r1=1.14&r2=1.15
16
17 Index: expat-2.1.0-r3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- expat-2.1.0-r3.ebuild 18 Jan 2014 04:35:28 -0000 1.14
24 +++ expat-2.1.0-r3.ebuild 28 Apr 2014 17:27:28 -0000 1.15
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild,v 1.14 2014/01/18 04:35:28 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild,v 1.15 2014/04/28 17:27:28 mgorny Exp $
30
31 EAPI=5
32 inherit eutils libtool multilib toolchain-funcs multilib-minimal
33 @@ -72,7 +72,7 @@
34 popd >/dev/null
35 fi
36
37 - if multilib_build_binaries ; then
38 + if multilib_is_native_abi ; then
39 # libgeom in /lib and ifconfig in /sbin require libexpat on FreeBSD since
40 # we stripped the libbsdxml copy starting from freebsd-lib-8.2-r1
41 use elibc_FreeBSD && gen_usr_ldscript -a expat
42
43
44
45 1.2 dev-libs/expat/expat-2.1.0-r4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild?r1=1.1&r2=1.2
50
51 Index: expat-2.1.0-r4.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- expat-2.1.0-r4.ebuild 5 Feb 2014 14:12:50 -0000 1.1
58 +++ expat-2.1.0-r4.ebuild 28 Apr 2014 17:27:28 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild,v 1.1 2014/02/05 14:12:50 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild,v 1.2 2014/04/28 17:27:28 mgorny Exp $
64
65 EAPI=5
66 inherit eutils libtool multilib toolchain-funcs multilib-minimal
67 @@ -73,7 +73,7 @@
68 popd >/dev/null
69 fi
70
71 - if multilib_build_binaries ; then
72 + if multilib_is_native_abi ; then
73 # libgeom in /lib and ifconfig in /sbin require libexpat on FreeBSD since
74 # we stripped the libbsdxml copy starting from freebsd-lib-8.2-r1
75 use elibc_FreeBSD && gen_usr_ldscript -a expat
76
77
78
79 1.164 dev-libs/expat/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?rev=1.164&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?rev=1.164&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?r1=1.163&r2=1.164
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v
88 retrieving revision 1.163
89 retrieving revision 1.164
90 diff -u -r1.163 -r1.164
91 --- ChangeLog 5 Feb 2014 14:12:50 -0000 1.163
92 +++ ChangeLog 28 Apr 2014 17:27:28 -0000 1.164
93 @@ -1,6 +1,12 @@
94 # ChangeLog for dev-libs/expat
95 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.163 2014/02/05 14:12:50 ssuominen Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.164 2014/04/28 17:27:28 mgorny Exp $
98 +
99 + 28 Apr 2014; Michał Górny <mgorny@g.o> expat-2.1.0-r3.ebuild,
100 + expat-2.1.0-r4.ebuild:
101 + Replace multilib_build_binaries with multilib_is_native_abi. The two are
102 + equivalent now, and the team has decided to use the old name as being less
103 + confusing.
104
105 *expat-2.1.0-r4 (05 Feb 2014)