Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/uniconvertor: ChangeLog uniconvertor-2.0_pre379.ebuild
Date: Mon, 27 Oct 2014 21:32:20
Message-Id: 20141027213215.82A488E1E@oystercatcher.gentoo.org
1 sping 14/10/27 21:32:15
2
3 Modified: ChangeLog uniconvertor-2.0_pre379.ebuild
4 Log:
5 media-gfx/uniconvertor: Missing depencies (bug #527026)
6
7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
8
9 Revision Changes Path
10 1.21 media-gfx/uniconvertor/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 26 Oct 2014 15:48:32 -0000 1.20
23 +++ ChangeLog 27 Oct 2014 21:32:15 -0000 1.21
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/uniconvertor
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.20 2014/10/26 15:48:32 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.21 2014/10/27 21:32:15 sping Exp $
29 +
30 + 27 Oct 2014; Sebastian Pipping <sping@g.o>
31 + uniconvertor-2.0_pre379.ebuild:
32 + Add missing dependencies virtual/python-imaging and dev-python/pycairo (bug
33 + #527026)
34
35 *uniconvertor-2.0_pre379 (26 Oct 2014)
36
37
38
39
40 1.2 media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild?r1=1.1&r2=1.2
45
46 Index: uniconvertor-2.0_pre379.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- uniconvertor-2.0_pre379.ebuild 26 Oct 2014 15:48:32 -0000 1.1
53 +++ uniconvertor-2.0_pre379.ebuild 27 Oct 2014 21:32:15 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v 1.1 2014/10/26 15:48:32 jlec Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v 1.2 2014/10/27 21:32:15 sping Exp $
59
60 EAPI=5
61
62 @@ -17,6 +17,8 @@
63 LICENSE="GPL-2 LGPL-2"
64 IUSE=""
65
66 -DEPEND="media-libs/lcms:2"
67 +DEPEND="media-libs/lcms:2
68 + virtual/python-imaging
69 + dev-python/pycairo"
70 RDEPEND="${DEPEND}
71 app-text/ghostscript-gpl"