Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/jpeg: jpeg-62.ebuild ChangeLog jpeg-0-r2.ebuild
Date: Thu, 01 Aug 2013 20:27:43
Message-Id: 20130801202740.1B7D32171C@flycatcher.gentoo.org
1 ssuominen 13/08/01 20:27:40
2
3 Modified: ChangeLog
4 Added: jpeg-62.ebuild jpeg-0-r2.ebuild
5 Log:
6 Adapt to the media-libs/jpeg and media-libs/libjpeg-turbo ABI change.
7
8 (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.13 virtual/jpeg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/jpeg/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 31 Jul 2013 16:17:40 -0000 1.12
24 +++ ChangeLog 1 Aug 2013 20:27:39 -0000 1.13
25 @@ -1,6 +1,13 @@
26 # ChangeLog for virtual/jpeg
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/ChangeLog,v 1.12 2013/07/31 16:17:40 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/ChangeLog,v 1.13 2013/08/01 20:27:39 ssuominen Exp $
30 +
31 +*jpeg-62 (01 Aug 2013)
32 +*jpeg-0-r2 (01 Aug 2013)
33 +
34 + 01 Aug 2013; Samuli Suominen <ssuominen@g.o> +jpeg-0-r2.ebuild,
35 + +jpeg-62.ebuild:
36 + Adapt to the media-libs/jpeg and media-libs/libjpeg-turbo ABI change.
37
38 31 Jul 2013; Alexis Ballier <aballier@g.o> jpeg-0-r1.ebuild:
39 Fix deps on the providers by using MULTILIB_USEDEP
40
41
42
43 1.1 virtual/jpeg/jpeg-62.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/jpeg-62.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/jpeg-62.ebuild?rev=1.1&content-type=text/plain
47
48 Index: jpeg-62.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/jpeg-62.ebuild,v 1.1 2013/08/01 20:27:39 ssuominen Exp $
53
54 EAPI=5
55
56 inherit multilib-build
57
58 DESCRIPTION="A virtual for the JPEG implementation"
59 HOMEPAGE=""
60 SRC_URI=""
61
62 LICENSE=""
63 SLOT="62"
64 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"
65 IUSE=""
66
67 RDEPEND="|| (
68 >=media-libs/libjpeg-turbo-1.3.0-r2:0[${MULTILIB_USEDEP}]
69 media-libs/jpeg:62[${MULTILIB_USEDEP}]
70 )"
71 DEPEND=""
72
73
74
75 1.1 virtual/jpeg/jpeg-0-r2.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/jpeg-0-r2.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/jpeg/jpeg-0-r2.ebuild?rev=1.1&content-type=text/plain
79
80 Index: jpeg-0-r2.ebuild
81 ===================================================================
82 # Copyright 1999-2013 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/virtual/jpeg/jpeg-0-r2.ebuild,v 1.1 2013/08/01 20:27:39 ssuominen Exp $
85
86 EAPI=5
87
88 inherit multilib-build
89
90 DESCRIPTION="A virtual for the JPEG implementation"
91 HOMEPAGE=""
92 SRC_URI=""
93
94 LICENSE=""
95 SLOT="0"
96 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"
97 IUSE="static-libs"
98
99 RDEPEND="|| (
100 >=media-libs/libjpeg-turbo-1.3.0-r2:0[static-libs?,${MULTILIB_USEDEP}]
101 >=media-libs/jpeg-9:0[static-libs?,${MULTILIB_USEDEP}]
102 )"
103 DEPEND=""