Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/evolvotron: ChangeLog evolvotron-0.6.3.ebuild
Date: Tue, 27 Aug 2013 20:53:19
Message-Id: 20130827205305.CB92F2004C@flycatcher.gentoo.org
1 jer 13/08/27 20:53:05
2
3 Modified: ChangeLog evolvotron-0.6.3.ebuild
4 Log:
5 Remove unneeded python build dependency.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.27 x11-misc/evolvotron/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -u -r1.26 -r1.27
22 --- ChangeLog 27 Aug 2013 20:44:26 -0000 1.26
23 +++ ChangeLog 27 Aug 2013 20:53:05 -0000 1.27
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-misc/evolvotron
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.26 2013/08/27 20:44:26 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.27 2013/08/27 20:53:05 jer Exp $
29 +
30 + 27 Aug 2013; Jeroen Roovers <jer@g.o> evolvotron-0.6.3.ebuild:
31 + Remove unneeded python build dependency.
32
33 *evolvotron-0.6.3 (27 Aug 2013)
34
35
36
37
38 1.2 x11-misc/evolvotron/evolvotron-0.6.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.3.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.3.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.3.ebuild?r1=1.1&r2=1.2
43
44 Index: evolvotron-0.6.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.3.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- evolvotron-0.6.3.ebuild 27 Aug 2013 20:44:26 -0000 1.1
51 +++ evolvotron-0.6.3.ebuild 27 Aug 2013 20:53:05 -0000 1.2
52 @@ -1,10 +1,9 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.3.ebuild,v 1.1 2013/08/27 20:44:26 jer Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.3.ebuild,v 1.2 2013/08/27 20:53:05 jer Exp $
57
58 EAPI=5
59 -PYTHON_COMPAT=( python2_{6,7} )
60 -inherit python-r1 qt4-r2
61 +inherit qt4-r2
62
63 DESCRIPTION="Generative art image evolver"
64 HOMEPAGE="http://sourceforge.net/projects/evolvotron/"
65 @@ -21,23 +20,15 @@
66 "
67 DEPEND="
68 ${DEPEND}
69 - ${PYTHON_DEPS}
70 "
71
72 S=${WORKDIR}/${PN}
73
74 -src_prepare() {
75 - sed -i -e '1s|python|&2|g' text_to_markup.py || die
76 -}
77 -
78 src_configure() {
79 eqmake4 main.pro
80 }
81
82 src_compile() {
83 - ./text_to_markup.py -html < USAGE > evolvotron.html
84 - ./text_to_markup.py -qml -s < USAGE > libevolvotron/usage_text.h
85 -
86 local etsubdir
87 for etsubdir in \
88 libfunction libevolvotron evolvotron evolvotron_render evolvotron_mutate