Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/qcad: qcad-2.0.5.0.ebuild ChangeLog
Date: Thu, 31 Dec 2009 20:00:37
Message-Id: E1NQPiN-0006pV-1t@stork.gentoo.org
1 ssuominen 09/12/31 18:25:39
2
3 Modified: qcad-2.0.5.0.ebuild ChangeLog
4 Log:
5 Stop using deprecated kde-functions.eclass.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 sci-misc/qcad/qcad-2.0.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/qcad/qcad-2.0.5.0.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/qcad/qcad-2.0.5.0.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/qcad/qcad-2.0.5.0.ebuild?r1=1.8&r2=1.9
14
15 Index: qcad-2.0.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.5.0.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- qcad-2.0.5.0.ebuild 18 Jan 2009 22:28:25 -0000 1.8
22 +++ qcad-2.0.5.0.ebuild 31 Dec 2009 18:25:38 -0000 1.9
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.5.0.ebuild,v 1.8 2009/01/18 22:28:25 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/qcad-2.0.5.0.ebuild,v 1.9 2009/12/31 18:25:38 ssuominen Exp $
28
29 -inherit kde-functions eutils
30 +inherit eutils qt3
31
32 manual_cs="2.0.4.0-1"
33 manual_de="2.1.0.0-1"
34 @@ -29,8 +29,8 @@
35 IUSE="doc"
36 KEYWORDS="amd64 hppa ppc ppc64 x86"
37
38 -DEPEND=">=sys-apps/sed-4"
39 -need-qt 3.3
40 +DEPEND="=x11-libs/qt-3*
41 + >=sys-apps/sed-4"
42
43 LANGS="cs da de el en es et fr hu it nl no pa pl ru sk tr"
44 for X in ${LANGS} ; do
45
46
47
48 1.35 sci-misc/qcad/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/qcad/ChangeLog?rev=1.35&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/qcad/ChangeLog?rev=1.35&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/qcad/ChangeLog?r1=1.34&r2=1.35
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sci-misc/qcad/ChangeLog,v
57 retrieving revision 1.34
58 retrieving revision 1.35
59 diff -u -r1.34 -r1.35
60 --- ChangeLog 18 Jan 2009 22:28:25 -0000 1.34
61 +++ ChangeLog 31 Dec 2009 18:25:38 -0000 1.35
62 @@ -1,6 +1,9 @@
63 # ChangeLog for sci-misc/qcad
64 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/ChangeLog,v 1.34 2009/01/18 22:28:25 bicatali Exp $
66 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/qcad/ChangeLog,v 1.35 2009/12/31 18:25:38 ssuominen Exp $
68 +
69 + 31 Dec 2009; Samuli Suominen <ssuominen@g.o> qcad-2.0.5.0.ebuild:
70 + Stop using deprecated kde-functions.eclass.
71
72 18 Jan 2009; Sébastien Fabbro <bicatali@g.o>
73 +files/qcad-2.0.5.0-doc.patch, qcad-2.0.5.0.ebuild: