Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/php-qt: ChangeLog php-qt-0.9.ebuild
Date: Mon, 28 Jul 2008 21:11:12
Message-Id: E1KNZzq-0006pq-4I@stork.gentoo.org
1 carlo 08/07/28 21:11:10
2
3 Modified: ChangeLog php-qt-0.9.ebuild
4 Log:
5 QA: Get rid of deprecated qt_min_version(). Please fix your ebuilds to support split Qt 4.4 dependencies, cf. bug 217161 comment 11.
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.13 dev-php5/php-qt/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/ChangeLog?r1=1.12&r2=1.13
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- ChangeLog 2 May 2008 16:37:02 -0000 1.12
22 +++ ChangeLog 28 Jul 2008 21:11:09 -0000 1.13
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-php5/php-qt
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.12 2008/05/02 16:37:02 chtekk Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/ChangeLog,v 1.13 2008/07/28 21:11:09 carlo Exp $
28 +
29 + 28 Jul 2008; Carsten Lohrke <carlo@g.o> php-qt-0.9.ebuild:
30 + QA: Get rid of deprecated qt_min_version(). Please fix your ebuilds to
31 + support split Qt 4.4 dependencies, cf. bug 217161 comment 11.
32
33 02 May 2008; Luca Longinotti <chtekk@g.o>
34 +files/php-qt-0.9-no-qwt.patch:
35
36
37
38 1.4 dev-php5/php-qt/php-qt-0.9.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild?r1=1.3&r2=1.4
43
44 Index: php-qt-0.9.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- php-qt-0.9.ebuild 2 May 2008 16:22:07 -0000 1.3
51 +++ php-qt-0.9.ebuild 28 Jul 2008 21:11:09 -0000 1.4
52 @@ -1,6 +1,8 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.3 2008/05/02 16:22:07 chtekk Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/php-qt/php-qt-0.9.ebuild,v 1.4 2008/07/28 21:11:09 carlo Exp $
57 +
58 +EAPI=1
59
60 PHP_EXT_NAME="php_qt"
61 PHP_EXT_INI="yes"
62 @@ -17,7 +19,7 @@
63 KEYWORDS="~amd64 ~x86"
64 IUSE="debug"
65
66 -RDEPEND="$(qt4_min_version 4)
67 +RDEPEND="=x11-libs/qt-4.3*:4
68 >=x11-libs/qscintilla-2.1-r1
69 !kde-base/smoke" # yes, this IS required, installs a bundled QT4-compatible copy