Gentoo Archives: gentoo-commits

From: "Wulf Krueger (philantrop)" <philantrop@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/pykde: pykde-3.5.8.ebuild ChangeLog
Date: Tue, 30 Oct 2007 06:02:22
Message-Id: E1ImkB5-0002ub-4D@stork.gentoo.org
1 philantrop 07/10/30 06:02:15
2
3 Modified: pykde-3.5.8.ebuild ChangeLog
4 Log:
5 Restricted the dependencies to specific versions as only those are known to work.
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.4 kde-base/pykde/pykde-3.5.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild?r1=1.3&r2=1.4
14
15 Index: pykde-3.5.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- pykde-3.5.8.ebuild 29 Oct 2007 07:38:59 -0000 1.3
22 +++ pykde-3.5.8.ebuild 30 Oct 2007 06:02:14 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild,v 1.3 2007/10/29 07:38:59 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild,v 1.4 2007/10/30 06:02:14 philantrop Exp $
28
29 KMNAME=kdebindings
30 KMMODULE=python
31 @@ -17,8 +17,8 @@
32 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
33 IUSE="debug doc examples"
34
35 -DEPEND=">=dev-python/sip-4.6
36 - >=dev-python/PyQt-3.17.2
37 +DEPEND="~dev-python/sip-4.6
38 + ~dev-python/PyQt-3.17.2
39 kde-base/kdelibs
40 || ( kde-base/kdebase kde-base/konsole )
41 !dev-python/pykde"
42
43
44
45 1.35 kde-base/pykde/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?rev=1.35&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?rev=1.35&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?r1=1.34&r2=1.35
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v
54 retrieving revision 1.34
55 retrieving revision 1.35
56 diff -u -r1.34 -r1.35
57 --- ChangeLog 29 Oct 2007 07:38:59 -0000 1.34
58 +++ ChangeLog 30 Oct 2007 06:02:14 -0000 1.35
59 @@ -1,6 +1,10 @@
60 # ChangeLog for kde-base/pykde
61 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.34 2007/10/29 07:38:59 philantrop Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.35 2007/10/30 06:02:14 philantrop Exp $
64 +
65 + 30 Oct 2007; Wulf C. Krueger <philantrop@g.o> pykde-3.5.8.ebuild:
66 + Restricted the dependencies to specific versions as only those are known to
67 + work.
68
69 29 Oct 2007; Wulf C. Krueger <philantrop@g.o>
70 +files/pykde-3.5.8-python-2.5-compat.diff, pykde-3.5.8.ebuild:
71
72
73
74 --
75 gentoo-commits@g.o mailing list