Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@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: Sun, 05 Jan 2014 21:26:49
Message-Id: 20140105212620.88E512004C@flycatcher.gentoo.org
1 creffett 14/01/05 21:26:20
2
3 Modified: ksplasher-2.0_beta2-r2.ebuild ChangeLog
4 Log:
5 Bump EAPI, migrate to python-single-r1
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 42618354)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild?rev=1.2&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.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ksplasher-2.0_beta2-r2.ebuild 9 Sep 2013 04:20:15 -0000 1.1
23 +++ ksplasher-2.0_beta2-r2.ebuild 5 Jan 2014 21:26:20 -0000 1.2
24 @@ -1,12 +1,12 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v 1.1 2013/09/09 04:20:15 floppym Exp $
29 +# $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 $
30
31 -EAPI=2
32 -PYTHON_DEPEND="2"
33 -inherit python eutils
34 +EAPI=5
35 +PYTHON_COMPAT=( python{2_6,2_7} )
36 +inherit python-single-r1 eutils
37
38 -DESCRIPTION="a KSplashX engine (KDE4) Splash Screen Creator"
39 +DESCRIPTION="A KSplashX engine (KDE4) Splash Screen Creator"
40 HOMEPAGE="http://ksplasher.sourceforge.net/"
41 SRC_URI="mirror://sourceforge/${PN}/${PN}x${PV/_}.tar.gz"
42
43 @@ -15,18 +15,17 @@
44 KEYWORDS="~amd64 ~x86"
45 IUSE=""
46
47 -RDEPEND="dev-python/imaging
48 - dev-python/PyQt4"
49 +RDEPEND="${PYTHON_DEPS}
50 + dev-python/imaging[${PYTHON_USEDEP}]
51 + dev-python/PyQt4[${PYTHON_USEDEP}]
52 +"
53 +DEPEND="${RDEPEND}"
54 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
55
56 S=${WORKDIR}/${PN}x
57
58 -pkg_setup() {
59 - python_set_active_version 2
60 -}
61 -
62 src_prepare() {
63 epatch "${FILESDIR}/${PN}-pillow.patch"
64 - python_convert_shebangs -r 2 .
65 # ksplasherx is a bash script which calls 'python foo'. We fix it here.
66 sed -i -e 's:python:/usr/bin/env python2:g' ksplasherx || die
67 }
68 @@ -35,6 +34,7 @@
69 dobin ksplasherx || die
70 insinto /usr/share/ksplasherx
71 doins -r src || die
72 + python_fix_shebang "${ED}/usr/share/ksplasherx/src/"
73 doicon ksicon.png
74 make_desktop_entry ${PN}x KSplasherX ksicon "Qt;KDE;Graphics"
75 dodoc README
76
77
78
79 1.5 kde-misc/ksplasher/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.5&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.5&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?r1=1.4&r2=1.5
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v
88 retrieving revision 1.4
89 retrieving revision 1.5
90 diff -u -r1.4 -r1.5
91 --- ChangeLog 9 Sep 2013 04:20:15 -0000 1.4
92 +++ ChangeLog 5 Jan 2014 21:26:20 -0000 1.5
93 @@ -1,6 +1,10 @@
94 # ChangeLog for kde-misc/ksplasher
95 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.4 2013/09/09 04:20:15 floppym Exp $
97 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
98 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.5 2014/01/05 21:26:20 creffett Exp $
99 +
100 + 05 Jan 2014; Chris Reffett <creffett@g.o>
101 + ksplasher-2.0_beta2-r2.ebuild:
102 + Bump EAPI, migrate to python-single-r1
103
104 *ksplasher-2.0_beta2-r2 (09 Sep 2013)