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 ChangeLog
Date: Sat, 04 Jan 2014 22:53:57
Message-Id: 20140104225351.79C822004C@flycatcher.gentoo.org
1 mgorny 14/01/04 22:53:51
2
3 Modified: expat-2.1.0-r3.ebuild ChangeLog
4 Log:
5 Replace the explicit ABI==DEFAULT_ABI check with multilib_build_binaries eclass function.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.11 dev-libs/expat/expat-2.1.0-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild?r1=1.10&r2=1.11
15
16 Index: expat-2.1.0-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- expat-2.1.0-r3.ebuild 3 Jan 2014 04:18:02 -0000 1.10
23 +++ expat-2.1.0-r3.ebuild 4 Jan 2014 22:53:51 -0000 1.11
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/dev-libs/expat/expat-2.1.0-r3.ebuild,v 1.10 2014/01/03 04:18:02 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild,v 1.11 2014/01/04 22:53:51 mgorny Exp $
29
30 EAPI=5
31 inherit eutils libtool multilib toolchain-funcs multilib-minimal
32 @@ -72,7 +72,7 @@
33 popd >/dev/null
34 fi
35
36 - if [[ ${ABI} == ${DEFAULT_ABI} ]] ; then
37 + if multilib_build_binaries ; then
38 # libgeom in /lib and ifconfig in /sbin require libexpat on FreeBSD since
39 # we stripped the libbsdxml copy starting from freebsd-lib-8.2-r1
40 use elibc_FreeBSD && gen_usr_ldscript -a expat
41
42
43
44 1.159 dev-libs/expat/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?rev=1.159&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?rev=1.159&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?r1=1.158&r2=1.159
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v
53 retrieving revision 1.158
54 retrieving revision 1.159
55 diff -u -r1.158 -r1.159
56 --- ChangeLog 3 Jan 2014 04:18:02 -0000 1.158
57 +++ ChangeLog 4 Jan 2014 22:53:51 -0000 1.159
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-libs/expat
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.158 2014/01/03 04:18:02 mattst88 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.159 2014/01/04 22:53:51 mgorny Exp $
63 +
64 + 04 Jan 2014; Michał Górny <mgorny@g.o> expat-2.1.0-r3.ebuild:
65 + Replace the explicit ABI==DEFAULT_ABI check with multilib_build_binaries
66 + eclass function.
67
68 03 Jan 2014; Matt Turner <mattst88@g.o> expat-2.1.0-r3.ebuild:
69 alpha stable, bug 492702.