Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/jpeg: jpeg-9a.ebuild jpeg-8d-r1.ebuild ChangeLog
Date: Mon, 28 Apr 2014 17:56:13
Message-Id: 20140428175608.795FB2004B@flycatcher.gentoo.org
1 mgorny 14/04/28 17:56:08
2
3 Modified: jpeg-9a.ebuild jpeg-8d-r1.ebuild ChangeLog
4 Log:
5 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.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.3 media-libs/jpeg/jpeg-9a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild?r1=1.2&r2=1.3
15
16 Index: jpeg-9a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- jpeg-9a.ebuild 24 Jan 2014 14:02:40 -0000 1.2
23 +++ jpeg-9a.ebuild 28 Apr 2014 17:56:08 -0000 1.3
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/media-libs/jpeg/jpeg-9a.ebuild,v 1.2 2014/01/24 14:02:40 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9a.ebuild,v 1.3 2014/04/28 17:56:08 mgorny Exp $
29
30 EAPI=5
31 inherit eutils libtool toolchain-funcs multilib-minimal
32 @@ -41,7 +41,7 @@
33 multilib_src_compile() {
34 emake
35
36 - if multilib_build_binaries; then
37 + if multilib_is_native_abi; then
38 # Build exifautotran and jpegexiforient
39 cd ../debian/extra
40 emake CC="$(tc-getCC)" CFLAGS="${LDFLAGS} ${CFLAGS}"
41
42
43
44 1.16 media-libs/jpeg/jpeg-8d-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild?rev=1.16&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild?rev=1.16&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild?r1=1.15&r2=1.16
49
50 Index: jpeg-8d-r1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild,v
53 retrieving revision 1.15
54 retrieving revision 1.16
55 diff -u -r1.15 -r1.16
56 --- jpeg-8d-r1.ebuild 20 Feb 2014 14:16:51 -0000 1.15
57 +++ jpeg-8d-r1.ebuild 28 Apr 2014 17:56:08 -0000 1.16
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2014 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild,v 1.15 2014/02/20 14:16:51 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-8d-r1.ebuild,v 1.16 2014/04/28 17:56:08 mgorny Exp $
63
64 EAPI=5
65 inherit eutils libtool toolchain-funcs multilib-minimal
66 @@ -43,7 +43,7 @@
67 multilib_src_compile() {
68 emake
69
70 - if multilib_build_binaries; then
71 + if multilib_is_native_abi; then
72 # Build exifautotran and jpegexiforient
73 cd ../debian/extra
74 emake CC="$(tc-getCC)" CFLAGS="${LDFLAGS} ${CFLAGS}"
75
76
77
78 1.164 media-libs/jpeg/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.164&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.164&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.163&r2=1.164
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
87 retrieving revision 1.163
88 retrieving revision 1.164
89 diff -u -r1.163 -r1.164
90 --- ChangeLog 21 Feb 2014 19:22:23 -0000 1.163
91 +++ ChangeLog 28 Apr 2014 17:56:08 -0000 1.164
92 @@ -1,6 +1,12 @@
93 # ChangeLog for media-libs/jpeg
94 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.163 2014/02/21 19:22:23 ssuominen Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.164 2014/04/28 17:56:08 mgorny Exp $
97 +
98 + 28 Apr 2014; Michał Górny <mgorny@g.o> jpeg-8d-r1.ebuild,
99 + jpeg-9a.ebuild:
100 + Replace multilib_build_binaries with multilib_is_native_abi. The two are
101 + equivalent now, and the team has decided to use the old name as being less
102 + confusing.
103
104 21 Feb 2014; Samuli Suominen <ssuominen@g.o> -jpeg-6b-r11.ebuild,
105 -jpeg-6b-r9.ebuild, -jpeg-8d.ebuild: