Gentoo Archives: gentoo-commits

From: "Rob Cakebread (pythonhead)" <pythonhead@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eric: ChangeLog eric-4.2.0.ebuild
Date: Wed, 03 Sep 2008 23:32:06
Message-Id: E1Kb1pT-0007Kt-QW@stork.gentoo.org
1 pythonhead 08/09/03 23:32:03
2
3 Modified: ChangeLog eric-4.2.0.ebuild
4 Log:
5 Fix qscintilla-python RDEPEND. Bug #236552
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
7
8 Revision Changes Path
9 1.65 dev-util/eric/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.65&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.65&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?r1=1.64&r2=1.65
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
18 retrieving revision 1.64
19 retrieving revision 1.65
20 diff -u -r1.64 -r1.65
21 --- ChangeLog 31 Aug 2008 18:57:45 -0000 1.64
22 +++ ChangeLog 3 Sep 2008 23:32:03 -0000 1.65
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-util/eric
25 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.64 2008/08/31 18:57:45 jokey Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.65 2008/09/03 23:32:03 pythonhead Exp $
28 +
29 + 03 Sep 2008; Rob Cakebread <pythonhead@g.o> eric-4.2.0.ebuild:
30 + Fix qscintilla-python RDEPEND. Bug #236552
31
32 *eric-4.2.0 (31 Aug 2008)
33
34
35
36
37 1.2 dev-util/eric/eric-4.2.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.2.0.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.2.0.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.2.0.ebuild?r1=1.1&r2=1.2
42
43 Index: eric-4.2.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.2.0.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- eric-4.2.0.ebuild 31 Aug 2008 18:57:45 -0000 1.1
50 +++ eric-4.2.0.ebuild 3 Sep 2008 23:32:03 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.2.0.ebuild,v 1.1 2008/08/31 18:57:45 jokey Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.2.0.ebuild,v 1.2 2008/09/03 23:32:03 pythonhead Exp $
56
57 NEED_PYTHON=2.4
58
59 @@ -22,7 +22,7 @@
60 IUSE="linguas_cs linguas_de linguas_fr linguas_ru"
61
62 DEPEND="dev-python/PyQt4
63 - >=dev-python/qscintilla-python-2.1"
64 + >=dev-python/qscintilla-python-2.2"
65 RDEPEND="${DEPEND}"
66
67 S=${WORKDIR}/${MY_P}