Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/imlib: imlib-1.9.15-r1.ebuild ChangeLog
Date: Sun, 23 Sep 2007 14:26:42
Message-Id: E1IZSHs-0003Ne-H7@stork.gentoo.org
1 drac 07/09/23 14:18:20
2
3 Modified: imlib-1.9.15-r1.ebuild ChangeLog
4 Log:
5 Fix modular X deps wrt #192733.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.18 media-libs/imlib/imlib-1.9.15-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib/imlib-1.9.15-r1.ebuild?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib/imlib-1.9.15-r1.ebuild?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib/imlib-1.9.15-r1.ebuild?r1=1.17&r2=1.18
14
15 Index: imlib-1.9.15-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15-r1.ebuild,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- imlib-1.9.15-r1.ebuild 24 Jun 2007 22:07:17 -0000 1.17
22 +++ imlib-1.9.15-r1.ebuild 23 Sep 2007 14:18:20 -0000 1.18
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/media-libs/imlib/imlib-1.9.15-r1.ebuild,v 1.17 2007/06/24 22:07:17 kumba Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/imlib-1.9.15-r1.ebuild,v 1.18 2007/09/23 14:18:20 drac Exp $
28
29 inherit autotools eutils gnome.org
30
31 @@ -17,7 +17,9 @@
32 >=media-libs/giflib-4.1.0
33 >=media-libs/libpng-1.2.1
34 >=media-libs/jpeg-6b
35 - x11-libs/libX11"
36 + x11-libs/libICE
37 + x11-libs/libSM
38 + x11-libs/libXext"
39 DEPEND="${RDEPEND}"
40
41 src_unpack() {
42
43
44
45 1.57 media-libs/imlib/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib/ChangeLog?rev=1.57&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib/ChangeLog?rev=1.57&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/imlib/ChangeLog?r1=1.56&r2=1.57
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v
54 retrieving revision 1.56
55 retrieving revision 1.57
56 diff -u -r1.56 -r1.57
57 --- ChangeLog 24 Jun 2007 22:07:17 -0000 1.56
58 +++ ChangeLog 23 Sep 2007 14:18:20 -0000 1.57
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-libs/imlib
61 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.56 2007/06/24 22:07:17 kumba Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib/ChangeLog,v 1.57 2007/09/23 14:18:20 drac Exp $
64 +
65 + 23 Sep 2007; Samuli Suominen <drac@g.o> imlib-1.9.15-r1.ebuild:
66 + Fix modular X deps wrt #192733.
67
68 24 Jun 2007; Joshua Kinard <kumba@g.o> imlib-1.9.15-r1.ebuild:
69 Stable on mips, per #172638.
70
71
72
73 --
74 gentoo-commits@g.o mailing list