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: evolvotron-0.6.2.ebuild ChangeLog
Date: Tue, 27 Aug 2013 21:06:16
Message-Id: 20130827210613.3F60C2004C@flycatcher.gentoo.org
1 jer 13/08/27 21:06:13
2
3 Modified: evolvotron-0.6.2.ebuild ChangeLog
4 Log:
5 Fix RDEPEND.
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.3 x11-misc/evolvotron/evolvotron-0.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.2.ebuild?r1=1.2&r2=1.3
15
16 Index: evolvotron-0.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- evolvotron-0.6.2.ebuild 2 Mar 2013 23:47:56 -0000 1.2
23 +++ evolvotron-0.6.2.ebuild 27 Aug 2013 21:06:13 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.2.ebuild,v 1.2 2013/03/02 23:47:56 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/evolvotron-0.6.2.ebuild,v 1.3 2013/08/27 21:06:13 jer Exp $
29
30 EAPI=4
31 PYTHON_DEPEND="2:2.6"
32 @@ -15,9 +15,11 @@
33 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
34 IUSE=""
35
36 -RDEPEND="dev-qt/qtgui:4"
37 -DEPEND="${RDEPEND}
38 - dev-libs/boost"
39 +RDEPEND="
40 + dev-qt/qtgui:4
41 + dev-libs/boost
42 +"
43 +DEPEND="${RDEPEND}"
44
45 S=${WORKDIR}/${PN}
46
47
48
49
50 1.28 x11-misc/evolvotron/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.28&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/ChangeLog?rev=1.28&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/evolvotron/ChangeLog?r1=1.27&r2=1.28
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v
59 retrieving revision 1.27
60 retrieving revision 1.28
61 diff -u -r1.27 -r1.28
62 --- ChangeLog 27 Aug 2013 20:53:05 -0000 1.27
63 +++ ChangeLog 27 Aug 2013 21:06:13 -0000 1.28
64 @@ -1,6 +1,9 @@
65 # ChangeLog for x11-misc/evolvotron
66 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.27 2013/08/27 20:53:05 jer Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/evolvotron/ChangeLog,v 1.28 2013/08/27 21:06:13 jer Exp $
69 +
70 + 27 Aug 2013; Jeroen Roovers <jer@g.o> evolvotron-0.6.2.ebuild:
71 + Fix RDEPEND.
72
73 27 Aug 2013; Jeroen Roovers <jer@g.o> evolvotron-0.6.3.ebuild:
74 Remove unneeded python build dependency.