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-9-r1.ebuild jpeg-9.ebuild ChangeLog
Date: Sat, 04 Jan 2014 23:11:24
Message-Id: 20140104231121.39E652004C@flycatcher.gentoo.org
1 mgorny 14/01/04 23:11:21
2
3 Modified: jpeg-9-r1.ebuild jpeg-9.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.2 media-libs/jpeg/jpeg-9-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: jpeg-9-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- jpeg-9-r1.ebuild 6 Aug 2013 13:48:59 -0000 1.1
23 +++ jpeg-9-r1.ebuild 4 Jan 2014 23:11:21 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9-r1.ebuild,v 1.1 2013/08/06 13:48:59 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9-r1.ebuild,v 1.2 2014/01/04 23:11:21 mgorny Exp $
30
31 EAPI=5
32 inherit eutils libtool toolchain-funcs multilib-minimal
33 @@ -43,7 +43,7 @@
34 multilib_src_compile() {
35 emake
36
37 - if [[ ${ABI} == ${DEFAULT_ABI} ]]; then
38 + if multilib_build_binaries; then
39 # Build exifautotran and jpegexiforient
40 cd ../debian/extra
41 emake CC="$(tc-getCC)" CFLAGS="${LDFLAGS} ${CFLAGS}"
42
43
44
45 1.4 media-libs/jpeg/jpeg-9.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild?r1=1.3&r2=1.4
50
51 Index: jpeg-9.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- jpeg-9.ebuild 1 Aug 2013 20:24:09 -0000 1.3
58 +++ jpeg-9.ebuild 4 Jan 2014 23:11:21 -0000 1.4
59 @@ -1,6 +1,6 @@
60 -# Copyright 1999-2013 Gentoo Foundation
61 +# Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild,v 1.3 2013/08/01 20:24:09 ssuominen Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/jpeg-9.ebuild,v 1.4 2014/01/04 23:11:21 mgorny Exp $
65
66 EAPI=5
67 inherit eutils libtool toolchain-funcs multilib-minimal
68 @@ -41,7 +41,7 @@
69 multilib_src_compile() {
70 emake
71
72 - if [[ ${ABI} == ${DEFAULT_ABI} ]]; then
73 + if multilib_build_binaries; then
74 # Build exifautotran and jpegexiforient
75 cd ../debian/extra
76 emake CC="$(tc-getCC)" CFLAGS="${LDFLAGS} ${CFLAGS}"
77
78
79
80 1.145 media-libs/jpeg/ChangeLog
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.145&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?rev=1.145&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/jpeg/ChangeLog?r1=1.144&r2=1.145
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v
89 retrieving revision 1.144
90 retrieving revision 1.145
91 diff -u -r1.144 -r1.145
92 --- ChangeLog 6 Aug 2013 13:48:59 -0000 1.144
93 +++ ChangeLog 4 Jan 2014 23:11:21 -0000 1.145
94 @@ -1,6 +1,10 @@
95 # ChangeLog for media-libs/jpeg
96 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.144 2013/08/06 13:48:59 ssuominen Exp $
98 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
99 +# $Header: /var/cvsroot/gentoo-x86/media-libs/jpeg/ChangeLog,v 1.145 2014/01/04 23:11:21 mgorny Exp $
100 +
101 + 04 Jan 2014; Michał Górny <mgorny@g.o> jpeg-9-r1.ebuild, jpeg-9.ebuild:
102 + Replace the explicit ABI==DEFAULT_ABI check with multilib_build_binaries
103 + eclass function.
104
105 *jpeg-9-r1 (06 Aug 2013)