Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/jpeg: jpeg-0-r1.ebuild ChangeLog
Date: Wed, 31 Jul 2013 16:17:47
Message-Id: 20130731161740.EC8222171C@flycatcher.gentoo.org
1 aballier 13/07/31 16:17:40
2
3 Modified: jpeg-0-r1.ebuild ChangeLog
4 Log:
5 Fix deps on the providers by using MULTILIB_USEDEP
6
7 (Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.2 virtual/jpeg/jpeg-0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/jpeg-0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/jpeg-0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/jpeg-0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: jpeg-0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/jpeg/jpeg-0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- jpeg-0-r1.ebuild 31 Jul 2013 10:13:30 -0000 1.1
23 +++ jpeg-0-r1.ebuild 31 Jul 2013 16:17:40 -0000 1.2
24 @@ -1,9 +1,11 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/jpeg-0-r1.ebuild,v 1.1 2013/07/31 10:13:30 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/jpeg-0-r1.ebuild,v 1.2 2013/07/31 16:17:40 aballier Exp $
29
30 EAPI=5
31
32 +inherit multilib-build
33 +
34 DESCRIPTION="A virtual for the JPEG implementation"
35 HOMEPAGE=""
36 SRC_URI=""
37 @@ -11,10 +13,10 @@
38 LICENSE=""
39 SLOT="0"
40 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
41 -IUSE="static-libs abi_x86_32 abi_x86_64 abi_x86_x32"
42 +IUSE="static-libs"
43
44 RDEPEND="|| (
45 - >=media-libs/libjpeg-turbo-1.3.0-r1:0[static-libs?,abi_x86_32?]
46 - >=media-libs/jpeg-8d-r1:0[static-libs?,abi_x86_32?]
47 + >=media-libs/libjpeg-turbo-1.3.0-r1:0[static-libs?,${MULTILIB_USEDEP}]
48 + >=media-libs/jpeg-8d-r1:0[static-libs?,${MULTILIB_USEDEP}]
49 )"
50 DEPEND=""
51
52
53
54 1.12 virtual/jpeg/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/ChangeLog?rev=1.12&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/ChangeLog?rev=1.12&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/ChangeLog?r1=1.11&r2=1.12
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/virtual/jpeg/ChangeLog,v
63 retrieving revision 1.11
64 retrieving revision 1.12
65 diff -u -r1.11 -r1.12
66 --- ChangeLog 31 Jul 2013 10:13:30 -0000 1.11
67 +++ ChangeLog 31 Jul 2013 16:17:40 -0000 1.12
68 @@ -1,6 +1,9 @@
69 # ChangeLog for virtual/jpeg
70 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/ChangeLog,v 1.11 2013/07/31 10:13:30 ssuominen Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/ChangeLog,v 1.12 2013/07/31 16:17:40 aballier Exp $
73 +
74 + 31 Jul 2013; Alexis Ballier <aballier@g.o> jpeg-0-r1.ebuild:
75 + Fix deps on the providers by using MULTILIB_USEDEP
76
77 *jpeg-0-r1 (31 Jul 2013)