Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-misc/ksplasher: ksplasher-2.0_beta2-r2.ebuild ChangeLog
Date: Tue, 10 Jun 2014 02:18:16
Message-Id: 20140610021813.3D2D62004F@flycatcher.gentoo.org
1 floppym 14/06/10 02:18:13
2
3 Modified: ksplasher-2.0_beta2-r2.ebuild ChangeLog
4 Log:
5 Depend on pillow rather than PIL.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.3 kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild?r1=1.2&r2=1.3
15
16 Index: ksplasher-2.0_beta2-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ksplasher-2.0_beta2-r2.ebuild 5 Jan 2014 21:26:20 -0000 1.2
23 +++ ksplasher-2.0_beta2-r2.ebuild 10 Jun 2014 02:18:13 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v 1.2 2014/01/05 21:26:20 creffett Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v 1.3 2014/06/10 02:18:13 floppym Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7} )
32 @@ -16,7 +16,7 @@
33 IUSE=""
34
35 RDEPEND="${PYTHON_DEPS}
36 - dev-python/imaging[${PYTHON_USEDEP}]
37 + dev-python/pillow[${PYTHON_USEDEP}]
38 dev-python/PyQt4[${PYTHON_USEDEP}]
39 "
40 DEPEND="${RDEPEND}"
41
42
43
44 1.6 kde-misc/ksplasher/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.6&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.6&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?r1=1.5&r2=1.6
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v
53 retrieving revision 1.5
54 retrieving revision 1.6
55 diff -u -r1.5 -r1.6
56 --- ChangeLog 5 Jan 2014 21:26:20 -0000 1.5
57 +++ ChangeLog 10 Jun 2014 02:18:13 -0000 1.6
58 @@ -1,6 +1,9 @@
59 # ChangeLog for kde-misc/ksplasher
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.5 2014/01/05 21:26:20 creffett Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.6 2014/06/10 02:18:13 floppym Exp $
63 +
64 + 10 Jun 2014; Mike Gilbert <floppym@g.o> ksplasher-2.0_beta2-r2.ebuild:
65 + Depend on pillow rather than PIL.
66
67 05 Jan 2014; Chris Reffett <creffett@g.o>
68 ksplasher-2.0_beta2-r2.ebuild: