Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-2.eclass mozconfig-3.eclass php5_2-sapi.eclass
Date: Wed, 27 Jan 2010 12:06:27
Message-Id: E1Na6f9-0002vm-Gv@stork.gentoo.org
1 ssuominen 10/01/27 12:06:23
2
3 Modified: mozconfig-2.eclass mozconfig-3.eclass
4 php5_2-sapi.eclass
5 Log:
6 Update jpeg deps to require at least version 7 to avoid old binary compat ebuild satisfying the depend
7
8 Revision Changes Path
9 1.21 eclass/mozconfig-2.eclass
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-2.eclass?rev=1.21&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-2.eclass?rev=1.21&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-2.eclass?r1=1.20&r2=1.21
14
15 Index: mozconfig-2.eclass
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v
18 retrieving revision 1.20
19 retrieving revision 1.21
20 diff -u -r1.20 -r1.21
21 --- mozconfig-2.eclass 29 Apr 2009 09:34:09 -0000 1.20
22 +++ mozconfig-2.eclass 27 Jan 2010 12:06:22 -0000 1.21
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.20 2009/04/29 09:34:09 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-2.eclass,v 1.21 2010/01/27 12:06:22 ssuominen Exp $
28 #
29 # mozconfig.eclass: the new mozilla.eclass
30
31 @@ -11,7 +11,7 @@
32 RDEPEND="x11-libs/libXrender
33 x11-libs/libXt
34 x11-libs/libXmu
35 - >=media-libs/jpeg-6b
36 + >=media-libs/jpeg-7
37 >=media-libs/libpng-1.2.1
38 dev-libs/expat
39 app-arch/zip
40
41
42
43 1.8 eclass/mozconfig-3.eclass
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.8&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.8&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.7&r2=1.8
48
49 Index: mozconfig-3.eclass
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
52 retrieving revision 1.7
53 retrieving revision 1.8
54 diff -u -r1.7 -r1.8
55 --- mozconfig-3.eclass 23 Feb 2009 16:36:12 -0000 1.7
56 +++ mozconfig-3.eclass 27 Jan 2010 12:06:22 -0000 1.8
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.7 2009/02/23 16:36:12 armin76 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.8 2010/01/27 12:06:22 ssuominen Exp $
62 #
63 # mozconfig.eclass: the new mozilla.eclass
64
65 @@ -11,7 +11,7 @@
66 RDEPEND="x11-libs/libXrender
67 x11-libs/libXt
68 x11-libs/libXmu
69 - >=media-libs/jpeg-6b
70 + >=media-libs/jpeg-7
71 dev-libs/expat
72 app-arch/zip
73 app-arch/unzip
74
75
76
77 1.28 eclass/php5_2-sapi.eclass
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.28&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.28&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?r1=1.27&r2=1.28
82
83 Index: php5_2-sapi.eclass
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v
86 retrieving revision 1.27
87 retrieving revision 1.28
88 diff -u -r1.27 -r1.28
89 --- php5_2-sapi.eclass 25 Nov 2009 00:03:24 -0000 1.27
90 +++ php5_2-sapi.eclass 27 Jan 2010 12:06:22 -0000 1.28
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2007 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.27 2009/11/25 00:03:24 vapier Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.28 2010/01/27 12:06:22 ssuominen Exp $
96
97 # ========================================================================
98 # Based on robbat2's work on the php4 sapi eclass
99 @@ -51,7 +51,7 @@
100 birdstep? ( >=dev-db/unixODBC-1.8.13 )
101 bzip2? ( app-arch/bzip2 )
102 cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
103 - cjk? ( !gd? ( !gd-external? ( >=media-libs/jpeg-6b media-libs/libpng sys-libs/zlib ) ) )
104 + cjk? ( !gd? ( !gd-external? ( >=media-libs/jpeg-7 media-libs/libpng sys-libs/zlib ) ) )
105 crypt? ( >=dev-libs/libmcrypt-2.4 )
106 curl? ( >=net-misc/curl-7.10.5 )
107 db2? ( >=dev-db/unixODBC-1.8.13 )