Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/splashutils: ChangeLog splashutils-1.5.4.3-r3.ebuild
Date: Thu, 30 Sep 2010 08:15:40
Message-Id: 20100930081533.DA9B520051@flycatcher.gentoo.org
1 spock 10/09/30 08:15:33
2
3 Modified: ChangeLog splashutils-1.5.4.3-r3.ebuild
4 Log:
5 Add a USE-flag dependency on media-libs/lcsm[static-libs] (bug #336172).
6
7 (Portage version: 2.1.9.12/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.182 media-gfx/splashutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.182&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.182&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.181&r2=1.182
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
19 retrieving revision 1.181
20 retrieving revision 1.182
21 diff -u -r1.181 -r1.182
22 --- ChangeLog 28 Aug 2010 20:52:22 -0000 1.181
23 +++ ChangeLog 30 Sep 2010 08:15:33 -0000 1.182
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-gfx/splashutils
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.181 2010/08/28 20:52:22 spock Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.182 2010/09/30 08:15:33 spock Exp $
29 +
30 + 30 Sep 2010; Michał Januszewski <spock@g.o>
31 + splashutils-1.5.4.3-r3.ebuild:
32 + Add a USE-flag dependency on media-libs/lcsm[static-libs] (bug #336172).
33
34 28 Aug 2010; Michał Januszewski <spock@g.o>
35 splashutils-1.5.4.3-r3.ebuild,
36
37
38
39 1.7 media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?r1=1.6&r2=1.7
44
45 Index: splashutils-1.5.4.3-r3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- splashutils-1.5.4.3-r3.ebuild 28 Aug 2010 20:52:22 -0000 1.6
52 +++ splashutils-1.5.4.3-r3.ebuild 30 Sep 2010 08:15:33 -0000 1.7
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.6 2010/08/28 20:52:22 spock Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.7 2010/09/30 08:15:33 spock Exp $
58
59 EAPI="2"
60
61 @@ -38,7 +38,7 @@
62 truetype? ( >=media-libs/freetype-2 )
63 png? ( >=media-libs/libpng-1.2.7 )
64 mng? (
65 - =media-libs/lcms-1*
66 + media-libs/lcms:0[static-libs]
67 media-libs/libmng
68 )
69 >=media-libs/jpeg-6b:0[static-libs]