Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/qscintilla: qscintilla-1.7.1.ebuild ChangeLog
Date: Mon, 28 Jul 2008 21:36:28
Message-Id: E1KNaOH-0007L0-Qp@stork.gentoo.org
1 carlo 08/07/28 21:36:25
2
3 Modified: qscintilla-1.7.1.ebuild ChangeLog
4 Log:
5 QA: Get rid of deprecated qt_min_version().
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 x11-libs/qscintilla/qscintilla-1.7.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-1.7.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-1.7.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/qscintilla-1.7.1.ebuild?r1=1.1&r2=1.2
14
15 Index: qscintilla-1.7.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-1.7.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- qscintilla-1.7.1.ebuild 20 Nov 2007 05:17:20 -0000 1.1
22 +++ qscintilla-1.7.1.ebuild 28 Jul 2008 21:36:25 -0000 1.2
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-1.7.1.ebuild,v 1.1 2007/11/20 05:17:20 hawking Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/qscintilla-1.7.1.ebuild,v 1.2 2008/07/28 21:36:25 carlo Exp $
29 +
30 +EAPI=1
31
32 inherit eutils toolchain-funcs qt3
33
34 @@ -17,7 +19,7 @@
35 KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
36 IUSE="doc"
37
38 -DEPEND="$(qt_min_version 3.3)"
39 +DEPEND="x11-libs/qt:3"
40 RDEPEND="${DEPEND}"
41
42 S=${WORKDIR}/${MY_P}
43
44
45
46 1.14 x11-libs/qscintilla/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.14&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?rev=1.14&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qscintilla/ChangeLog?r1=1.13&r2=1.14
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v
55 retrieving revision 1.13
56 retrieving revision 1.14
57 diff -u -r1.13 -r1.14
58 --- ChangeLog 27 Jul 2008 01:22:04 -0000 1.13
59 +++ ChangeLog 28 Jul 2008 21:36:25 -0000 1.14
60 @@ -1,6 +1,9 @@
61 # ChangeLog for x11-libs/qscintilla
62 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.13 2008/07/27 01:22:04 carlo Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qscintilla/ChangeLog,v 1.14 2008/07/28 21:36:25 carlo Exp $
65 +
66 + 28 Jul 2008; Carsten Lohrke <carlo@g.o> qscintilla-1.7.1.ebuild:
67 + QA: Get rid of deprecated qt_min_version().
68
69 27 Jul 2008; Carsten Lohrke <carlo@g.o> qscintilla-2.1-r1.ebuild,
70 qscintilla-2.2.ebuild: