Gentoo Archives: gentoo-commits

From: "Dominik Kapusta (ayoy)" <ayoy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/qdevelop: ChangeLog qdevelop-0.26.1.ebuild qdevelop-0.25-r1.ebuild
Date: Mon, 05 Oct 2009 19:56:13
Message-Id: E1MutfH-0002T2-9U@stork.gentoo.org
1 ayoy 09/10/05 19:56:11
2
3 Modified: ChangeLog qdevelop-0.26.1.ebuild
4 qdevelop-0.25-r1.ebuild
5 Log:
6 Removed alternative dependency on Qt metapackage, switched to EAPI=2 for 0.25-r1 and fixed other minor issues
7 (Portage version: 2.2_rc43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 dev-util/qdevelop/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qdevelop/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qdevelop/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qdevelop/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 31 Jan 2009 21:45:26 -0000 1.7
23 +++ ChangeLog 5 Oct 2009 19:56:10 -0000 1.8
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/qdevelop
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v 1.7 2009/01/31 21:45:26 jokey Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/ChangeLog,v 1.8 2009/10/05 19:56:10 ayoy Exp $
29 +
30 + 05 Oct 2009; Dominik Kapusta <ayoy@g.o> qdevelop-0.25-r1.ebuild,
31 + qdevelop-0.26.1.ebuild:
32 + Removed alternative dependency on Qt metapackage, switched to EAPI=2 for
33 + 0.25-r1 and fixed other minor issues
34
35 *qdevelop-0.26.1 (31 Jan 2009)
36
37
38
39
40 1.3 dev-util/qdevelop/qdevelop-0.26.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qdevelop/qdevelop-0.26.1.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qdevelop/qdevelop-0.26.1.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qdevelop/qdevelop-0.26.1.ebuild?r1=1.2&r2=1.3
45
46 Index: qdevelop-0.26.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.26.1.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- qdevelop-0.26.1.ebuild 1 Feb 2009 02:20:30 -0000 1.2
53 +++ qdevelop-0.26.1.ebuild 5 Oct 2009 19:56:10 -0000 1.3
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.26.1.ebuild,v 1.2 2009/02/01 02:20:30 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.26.1.ebuild,v 1.3 2009/10/05 19:56:10 ayoy Exp $
59
60 EAPI="2"
61
62 @@ -15,12 +15,9 @@
63 SLOT="0"
64 IUSE=""
65
66 -DEPEND="
67 - || (
68 - ( x11-libs/qt-gui:4 x11-libs/qt-sql:4 )
69 - >=x11-libs/qt-4.2:4 )"
70 -
71 -QT4_BUILT_WITH_USE_CHECK="sqlite3"
72 +DEPEND="x11-libs/qt-gui:4
73 + x11-libs/qt-sql:4[sqlite]"
74 +RDEPEND="${DEPEND}"
75
76 src_configure() {
77 eqmake4 QDevelop.pro
78
79
80
81 1.6 dev-util/qdevelop/qdevelop-0.25-r1.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qdevelop/qdevelop-0.25-r1.ebuild?rev=1.6&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qdevelop/qdevelop-0.25-r1.ebuild?rev=1.6&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/qdevelop/qdevelop-0.25-r1.ebuild?r1=1.5&r2=1.6
86
87 Index: qdevelop-0.25-r1.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.25-r1.ebuild,v
90 retrieving revision 1.5
91 retrieving revision 1.6
92 diff -u -r1.5 -r1.6
93 --- qdevelop-0.25-r1.ebuild 23 Jul 2008 13:08:32 -0000 1.5
94 +++ qdevelop-0.25-r1.ebuild 5 Oct 2009 19:56:10 -0000 1.6
95 @@ -1,8 +1,9 @@
96 -# Copyright 1999-2008 Gentoo Foundation
97 +# Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.25-r1.ebuild,v 1.5 2008/07/23 13:08:32 loki_val Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-util/qdevelop/qdevelop-0.25-r1.ebuild,v 1.6 2009/10/05 19:56:10 ayoy Exp $
101 +
102 +EAPI="2"
103
104 -EAPI="1"
105 inherit base eutils qt4 toolchain-funcs
106
107 DESCRIPTION="A development environment entirely dedicated to Qt4."
108 @@ -14,19 +15,18 @@
109 SLOT="0"
110 IUSE=""
111
112 -RDEPEND="
113 - || ( ( x11-libs/qt-gui:4
114 - x11-libs/qt-sql:4 )
115 - >=x11-libs/qt-4.2:4 )"
116 +RDEPEND="x11-libs/qt-gui:4
117 + x11-libs/qt-sql:4[sqlite]"
118 DEPEND="app-arch/unzip
119 - ${RDEPEND}"
120 -
121 -QT4_BUILT_WITH_USE_CHECK="sqlite3"
122 + ${RDEPEND}"
123
124 PATCHES=( "${FILESDIR}/${P}-gcc43.patch" )
125
126 -src_compile() {
127 +src_configure() {
128 eqmake4 QDevelop.pro
129 +}
130 +
131 +src_compile() {
132 emake CXX=$(tc-getCXX) || die "emake failed"
133 }