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, 06 Jan 2011 22:03:30
Message-Id: 20110106220321.9615020051@flycatcher.gentoo.org
1 spock 11/01/06 22:03:21
2
3 Modified: ChangeLog splashutils-1.5.4.3-r3.ebuild
4 Log:
5 Add a dependency on libpng[static-libs] (bug #349664).
6
7 (Portage version: 2.1.9.29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.185 media-gfx/splashutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.185&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?rev=1.185&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/ChangeLog?r1=1.184&r2=1.185
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v
19 retrieving revision 1.184
20 retrieving revision 1.185
21 diff -u -r1.184 -r1.185
22 --- ChangeLog 28 Nov 2010 20:29:27 -0000 1.184
23 +++ ChangeLog 6 Jan 2011 22:03:21 -0000 1.185
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.184 2010/11/28 20:29:27 spock Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.185 2011/01/06 22:03:21 spock Exp $
30 +
31 + 06 Jan 2011; Michał Januszewski <spock@g.o>
32 + splashutils-1.5.4.3-r3.ebuild:
33 + Add a dependency on libpng[static-libs] (bug #349664).
34
35 28 Nov 2010; Michał Januszewski <spock@g.o>
36 splashutils-1.5.4.3-r3.ebuild:
37
38
39
40 1.10 media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild?r1=1.9&r2=1.10
45
46 Index: splashutils-1.5.4.3-r3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- splashutils-1.5.4.3-r3.ebuild 28 Nov 2010 20:29:27 -0000 1.9
53 +++ splashutils-1.5.4.3-r3.ebuild 6 Jan 2011 22:03:21 -0000 1.10
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.9 2010/11/28 20:29:27 spock Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.3-r3.ebuild,v 1.10 2011/01/06 22:03:21 spock Exp $
60
61 EAPI="2"
62
63 @@ -36,7 +36,8 @@
64 KEYWORDS="amd64 ppc x86"
65 RDEPEND="gpm? ( sys-libs/gpm )
66 truetype? ( >=media-libs/freetype-2 )
67 - png? ( >=media-libs/libpng-1.2.7 )
68 + png? ( || ( >=media-libs/libpng-1.4.4[static-libs]
69 + <media-libs/libpng-1.4.4:0 ) )
70 mng? (
71 media-libs/lcms:0[static-libs]
72 media-libs/libmng