Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eric: ChangeLog eric-4.0.4.ebuild eric-4.0.1.ebuild eric-4.0.3.ebuild
Date: Fri, 04 Jan 2008 08:12:18
Message-Id: E1JAhf1-00034x-KK@stork.gentoo.org
1 hawking 08/01/04 08:12:11
2
3 Modified: ChangeLog eric-4.0.4.ebuild
4 Removed: eric-4.0.1.ebuild eric-4.0.3.ebuild
5 Log:
6 Change qscintilla depend to qscintilla-python, bug 198697. Drop old.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.54 dev-util/eric/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.54&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?rev=1.54&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/ChangeLog?r1=1.53&r2=1.54
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v
19 retrieving revision 1.53
20 retrieving revision 1.54
21 diff -u -r1.53 -r1.54
22 --- ChangeLog 4 Jan 2008 00:44:01 -0000 1.53
23 +++ ChangeLog 4 Jan 2008 08:12:11 -0000 1.54
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/eric
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.53 2008/01/04 00:44:01 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/ChangeLog,v 1.54 2008/01/04 08:12:11 hawking Exp $
29 +
30 + 04 Jan 2008; Ali Polatel <hawking@g.o> -eric-4.0.1.ebuild,
31 + -eric-4.0.3.ebuild, eric-4.0.4.ebuild:
32 + Changed qscintilla depend to qscintilla-python. Added built_with_use check
33 + for qscintilla-python's qt4 USE flag, bug 198697. Drop old.
34
35 04 Jan 2008; Brent Baude <ranger@g.o> eric-4.0.1.ebuild,
36 eric-4.0.3.ebuild, eric-4.0.4.ebuild:
37
38
39
40 1.3 dev-util/eric/eric-4.0.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.0.4.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.0.4.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eric/eric-4.0.4.ebuild?r1=1.2&r2=1.3
45
46 Index: eric-4.0.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.0.4.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- eric-4.0.4.ebuild 4 Jan 2008 00:44:01 -0000 1.2
53 +++ eric-4.0.4.ebuild 4 Jan 2008 08:12:11 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.0.4.ebuild,v 1.2 2008/01/04 00:44:01 ranger Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/eric/eric-4.0.4.ebuild,v 1.3 2008/01/04 08:12:11 hawking Exp $
59
60 NEED_PYTHON=2.4
61
62 @@ -24,13 +24,21 @@
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
64
65 DEPEND=">=dev-python/PyQt4-4.1
66 - >=x11-libs/qscintilla-2.1
67 + >=dev-python/qscintilla-python-2.1
68 >=x11-libs/qt-4.2.0"
69 +RDEPEND="${DEPEND}"
70
71 LANGS="de fr ru"
72
73 python_version
74
75 +pkg_setup() {
76 + if ! built_with_use 'dev-python/qscintilla-python' 'qt4'; then
77 + eerror "Please build qscintilla-python with qt4 useflag."
78 + die "qscintilla-python built without qt4."
79 + fi
80 +}
81 +
82 src_install() {
83 # Change qt dir to be located in ${D}
84 dodir /usr/share/qt4/
85
86
87
88 --
89 gentoo-commits@g.o mailing list