mgorny 14/04/28 17:27:28
Modified: expat-2.1.0-r3.ebuild expat-2.1.0-r4.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.15 dev-libs/expat/expat-2.1.0-r3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild?rev=1.15&view=markup
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
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild?r1=1.14&r2=1.15
Index: expat-2.1.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r3.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- expat-2.1.0-r3.ebuild 18 Jan 2014 04:35:28 -0000 1.14
+++ expat-2.1.0-r3.ebuild 28 Apr 2014 17:27:28 -0000 1.15
@@ -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/expat/expat-2.1.0-r3.ebuild,v 1.14
2014/01/18 04:35:28 vapier Exp $
+# $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 $
EAPI=5
inherit eutils libtool multilib toolchain-funcs multilib-minimal
@@ -72,7 +72,7 @@
popd >/dev/null
fi
- if multilib_build_binaries ; then
+ if multilib_is_native_abi ; then
# libgeom in /lib and ifconfig in /sbin require libexpat on
FreeBSD since
# we stripped the libbsdxml copy starting from
freebsd-lib-8.2-r1
use elibc_FreeBSD && gen_usr_ldscript -a expat
1.2 dev-libs/expat/expat-2.1.0-r4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild?rev=1.2&view=markup
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
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild?r1=1.1&r2=1.2
Index: expat-2.1.0-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.1.0-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- expat-2.1.0-r4.ebuild 5 Feb 2014 14:12:50 -0000 1.1
+++ expat-2.1.0-r4.ebuild 28 Apr 2014 17:27:28 -0000 1.2
@@ -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/expat/expat-2.1.0-r4.ebuild,v 1.1
2014/02/05 14:12:50 ssuominen Exp $
+# $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 $
EAPI=5
inherit eutils libtool multilib toolchain-funcs multilib-minimal
@@ -73,7 +73,7 @@
popd >/dev/null
fi
- if multilib_build_binaries ; then
+ if multilib_is_native_abi ; then
# libgeom in /lib and ifconfig in /sbin require libexpat on
FreeBSD since
# we stripped the libbsdxml copy starting from
freebsd-lib-8.2-r1
use elibc_FreeBSD && gen_usr_ldscript -a expat
1.164 dev-libs/expat/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?rev=1.164&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?rev=1.164&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/expat/ChangeLog?r1=1.163&r2=1.164
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -r1.163 -r1.164
--- ChangeLog 5 Feb 2014 14:12:50 -0000 1.163
+++ ChangeLog 28 Apr 2014 17:27:28 -0000 1.164
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/expat
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.163 2014/02/05
14:12:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.164 2014/04/28
17:27:28 mgorny Exp $
+
+ 28 Apr 2014; Michał Górny <[email protected]> expat-2.1.0-r3.ebuild,
+ expat-2.1.0-r4.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.
*expat-2.1.0-r4 (05 Feb 2014)