Gentoo Archives: gentoo-commits

From: "Ben de Groot (yngwin)" <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eric: eric-4.3.9.ebuild ChangeLog eric-4.3.10-r1.ebuild eric-4.3.1.ebuild eric-4.3.8.ebuild
Date: Sat, 02 Jan 2010 16:55:56
Message-Id: E1NR7Gb-0002Jq-Qd@stork.gentoo.org
1 yngwin 10/01/02 16:55:53
2
3 Modified: eric-4.3.9.ebuild ChangeLog eric-4.3.10-r1.ebuild
4 eric-4.3.1.ebuild
5 Removed: eric-4.3.8.ebuild
6 Log:
7 qscintilla-python no longer has a qt4 useflag (it is the only option now)
8 (Portage version: 2.2_rc61/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 dev-util/eric/eric-4.3.9.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild?r1=1.5&r2=1.6
16
17 Index: eric-4.3.9.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- eric-4.3.9.ebuild 28 Dec 2009 18:16:04 -0000 1.5
24 +++ eric-4.3.9.ebuild 2 Jan 2010 16:55:53 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2009 Gentoo Foundation
27 +# Copyright 1999-2010 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v 1.5 2009/12/28 18:16:04 nixnut Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.9.ebuild,v 1.6 2010/01/02 16:55:53 yngwin Exp $
31
32 EAPI="2"
33 NEED_PYTHON="2.4"
34 @@ -27,7 +27,7 @@
35 IUSE="linguas_cs linguas_de linguas_es linguas_fr linguas_ru linguas_tr"
36
37 DEPEND="dev-python/PyQt4[svg,webkit,X]
38 - >=dev-python/qscintilla-python-2.2[qt4]"
39 + dev-python/qscintilla-python"
40 RDEPEND="${DEPEND}"
41
42 RESTRICT_PYTHON_ABIS="3*"
43
44
45
46 1.105 dev-util/eric/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.105&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.105&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?r1=1.104&r2=1.105
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
55 retrieving revision 1.104
56 retrieving revision 1.105
57 diff -u -r1.104 -r1.105
58 --- ChangeLog 28 Dec 2009 18:16:04 -0000 1.104
59 +++ ChangeLog 2 Jan 2010 16:55:53 -0000 1.105
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-util/eric
62 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.104 2009/12/28 18:16:04 nixnut Exp $
64 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.105 2010/01/02 16:55:53 yngwin Exp $
66 +
67 + 02 Jan 2010; Ben de Groot <yngwin@g.o> eric-4.3.1.ebuild,
68 + -eric-4.3.8.ebuild, eric-4.3.9.ebuild, eric-4.3.10-r1.ebuild:
69 + qscintilla-python no longer has a qt4 useflag (it is the only option now)
70
71 28 Dec 2009; nixnut <nixnut@g.o> eric-4.3.9.ebuild:
72 ppc stable #296580
73
74
75
76 1.2 dev-util/eric/eric-4.3.10-r1.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?rev=1.2&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?rev=1.2&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild?r1=1.1&r2=1.2
81
82 Index: eric-4.3.10-r1.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v
85 retrieving revision 1.1
86 retrieving revision 1.2
87 diff -u -r1.1 -r1.2
88 --- eric-4.3.10-r1.ebuild 13 Dec 2009 18:00:14 -0000 1.1
89 +++ eric-4.3.10-r1.ebuild 2 Jan 2010 16:55:53 -0000 1.2
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2009 Gentoo Foundation
92 +# Copyright 1999-2010 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v 1.1 2009/12/13 18:00:14 hwoarang Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.10-r1.ebuild,v 1.2 2010/01/02 16:55:53 yngwin Exp $
96
97 EAPI="2"
98 SUPPORT_PYTHON_ABIS="1"
99 @@ -26,7 +26,7 @@
100 IUSE="kde linguas_cs linguas_de linguas_es linguas_fr linguas_ru linguas_tr"
101
102 DEPEND="dev-python/PyQt4[svg,webkit,X]
103 - >=dev-python/qscintilla-python-2.2[qt4]
104 + dev-python/qscintilla-python
105 kde? ( kde-base/pykde4 )"
106 RDEPEND="${DEPEND}"
107 RESTRICT_PYTHON_ABIS="3.*"
108
109
110
111 1.9 dev-util/eric/eric-4.3.1.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.1.ebuild?rev=1.9&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.1.ebuild?rev=1.9&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.3.1.ebuild?r1=1.8&r2=1.9
116
117 Index: eric-4.3.1.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.1.ebuild,v
120 retrieving revision 1.8
121 retrieving revision 1.9
122 diff -u -r1.8 -r1.9
123 --- eric-4.3.1.ebuild 16 Nov 2009 05:01:06 -0000 1.8
124 +++ eric-4.3.1.ebuild 2 Jan 2010 16:55:53 -0000 1.9
125 @@ -1,6 +1,6 @@
126 -# Copyright 1999-2009 Gentoo Foundation
127 +# Copyright 1999-2010 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.1.ebuild,v 1.8 2009/11/16 05:01:06 abcd Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.3.1.ebuild,v 1.9 2010/01/02 16:55:53 yngwin Exp $
131
132 EAPI="2"
133
134 @@ -26,7 +26,7 @@
135 IUSE="linguas_cs linguas_de linguas_es linguas_fr linguas_ru linguas_tr"
136
137 DEPEND="dev-python/PyQt4[svg]
138 - >=dev-python/qscintilla-python-2.2[qt4]"
139 + dev-python/qscintilla-python"
140 RDEPEND="${DEPEND}"
141
142 S=${WORKDIR}/${MY_P}