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-misc/qterm: qterm-0.4.0-r1.ebuild ChangeLog qterm-0.5.2.ebuild
Date: Mon, 28 Jul 2008 21:42:51
Message-Id: E1KNaUS-0007Qj-RJ@stork.gentoo.org
1 carlo 08/07/28 21:42:48
2
3 Modified: qterm-0.4.0-r1.ebuild ChangeLog qterm-0.5.2.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.5 x11-misc/qterm/qterm-0.4.0-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/qterm-0.4.0-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/qterm-0.4.0-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/qterm-0.4.0-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: qterm-0.4.0-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/qterm/qterm-0.4.0-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- qterm-0.4.0-r1.ebuild 22 Jan 2008 16:02:57 -0000 1.4
22 +++ qterm-0.4.0-r1.ebuild 28 Jul 2008 21:42:48 -0000 1.5
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/qterm-0.4.0-r1.ebuild,v 1.4 2008/01/22 16:02:57 matsuu Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/qterm-0.4.0-r1.ebuild,v 1.5 2008/07/28 21:42:48 carlo Exp $
28 +
29 +EAPI=1
30
31 inherit eutils qt3
32
33 @@ -14,7 +16,7 @@
34 IUSE="arts esd ssl"
35
36 DEPEND="dev-lang/python
37 - $(qt_min_version 3.1)
38 + x11-libs/qt:3
39 arts? ( kde-base/arts )
40 esd? ( >=media-sound/esound-0.2.22 )
41 ssl? ( dev-libs/openssl )"
42
43
44
45 1.28 x11-misc/qterm/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/ChangeLog?rev=1.28&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/ChangeLog?rev=1.28&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/ChangeLog?r1=1.27&r2=1.28
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-misc/qterm/ChangeLog,v
54 retrieving revision 1.27
55 retrieving revision 1.28
56 diff -u -r1.27 -r1.28
57 --- ChangeLog 21 Jun 2008 13:53:18 -0000 1.27
58 +++ ChangeLog 28 Jul 2008 21:42:48 -0000 1.28
59 @@ -1,6 +1,11 @@
60 # ChangeLog for x11-misc/qterm
61 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/ChangeLog,v 1.27 2008/06/21 13:53:18 nixnut Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/ChangeLog,v 1.28 2008/07/28 21:42:48 carlo Exp $
64 +
65 + 28 Jul 2008; Carsten Lohrke <carlo@g.o> qterm-0.4.0-r1.ebuild,
66 + qterm-0.5.2.ebuild:
67 + QA: Get rid of deprecated qt_min_version(). Please fix your ebuilds to
68 + support split Qt 4.4 dependencies, cf. bug 217161 comment 11.
69
70 21 Jun 2008; nixnut <nixnut@g.o> qterm-0.5.2.ebuild:
71 Stable on ppc wrt bug 216466
72
73
74
75 1.4 x11-misc/qterm/qterm-0.5.2.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/qterm-0.5.2.ebuild?rev=1.4&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/qterm-0.5.2.ebuild?rev=1.4&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/qterm/qterm-0.5.2.ebuild?r1=1.3&r2=1.4
80
81 Index: qterm-0.5.2.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/x11-misc/qterm/qterm-0.5.2.ebuild,v
84 retrieving revision 1.3
85 retrieving revision 1.4
86 diff -u -r1.3 -r1.4
87 --- qterm-0.5.2.ebuild 21 Jun 2008 13:53:18 -0000 1.3
88 +++ qterm-0.5.2.ebuild 28 Jul 2008 21:42:48 -0000 1.4
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2008 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/qterm-0.5.2.ebuild,v 1.3 2008/06/21 13:53:18 nixnut Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/qterm/qterm-0.5.2.ebuild,v 1.4 2008/07/28 21:42:48 carlo Exp $
94
95 EAPI="1"
96 inherit cmake-utils
97 @@ -14,7 +14,7 @@
98 KEYWORDS="~amd64 ppc x86"
99 IUSE="ssl"
100
101 -RDEPEND="x11-libs/qt:4
102 +RDEPEND="=x11-libs/qt-4.3*:4
103 dev-libs/openssl"
104
105 DEPEND="${RDEPEND}