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: Mon, 29 Oct 2007 07:39:06
Message-Id: E1ImPDA-0003Te-1R@stork.gentoo.org
1 philantrop 07/10/29 07:39:00
2
3 Modified: pykde-3.5.8.ebuild ChangeLog
4 Log:
5 Added a patch for Python 2.5 compatibility and some other fixes.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.3 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.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild?r1=1.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pykde-3.5.8.ebuild 27 Oct 2007 14:11:11 -0000 1.2
22 +++ pykde-3.5.8.ebuild 29 Oct 2007 07:38:59 -0000 1.3
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.2 2007/10/27 14:11:11 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild,v 1.3 2007/10/29 07:38:59 philantrop Exp $
28
29 KMNAME=kdebindings
30 KMMODULE=python
31 @@ -17,14 +17,19 @@
32 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
33 IUSE="debug doc examples"
34
35 -DEPEND="~dev-python/sip-4.2.1
36 - ~dev-python/PyQt-3.14.1
37 - kde-base/kdelibs
38 - !dev-python/pykde"
39 +DEPEND=">=dev-python/sip-4.6
40 + >=dev-python/PyQt-3.17.2
41 + kde-base/kdelibs
42 + || ( kde-base/kdebase kde-base/konsole )
43 + !dev-python/pykde"
44
45 src_unpack() {
46 kde-meta_src_unpack
47 cd "${S}/python/pykde"
48 + epatch "${FILESDIR}/${P}-python-2.5-compat.diff"
49 +
50 + mkdir -p kparts
51 + ln -s "${PREFIX}"/$(get_libdir)/kde3/libkonsolepart* ./kparts/
52 }
53
54 src_compile() {
55 @@ -44,6 +49,13 @@
56
57 src_install() {
58 cd "${S}/python/pykde"
59 + dodir "${PREFIX}"/$(get_libdir)
60 + sed -i -e "s:/lib/:/$(get_libdir)/:g" Makefile
61 +
62 + for X in dcop kdecore kdefx kdeui kio kresources kabc kutils kfile kparts khtml kspell kdeprint kmdi ; do
63 + sed -i -e '/strip $(DESTDIR).*/d' ${X}/Makefile
64 + done
65 +
66 make DESTDIR="${D}" install || die
67 find "${D}/usr/share/sip" -not -type d -not -iname *.sip -exec rm '{}' \;
68
69
70
71
72 1.34 kde-base/pykde/ChangeLog
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?rev=1.34&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?rev=1.34&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?r1=1.33&r2=1.34
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v
81 retrieving revision 1.33
82 retrieving revision 1.34
83 diff -u -r1.33 -r1.34
84 --- ChangeLog 27 Oct 2007 14:11:11 -0000 1.33
85 +++ ChangeLog 29 Oct 2007 07:38:59 -0000 1.34
86 @@ -1,6 +1,10 @@
87 # ChangeLog for kde-base/pykde
88 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.33 2007/10/27 14:11:11 philantrop Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.34 2007/10/29 07:38:59 philantrop Exp $
91 +
92 + 29 Oct 2007; Wulf C. Krueger <philantrop@g.o>
93 + +files/pykde-3.5.8-python-2.5-compat.diff, pykde-3.5.8.ebuild:
94 + Added a patch for Python 2.5 compatibility and some other fixes.
95
96 27 Oct 2007; Wulf C. Krueger <philantrop@g.o> pykde-3.5.8.ebuild:
97 Removed the obsolete patch. Makes bug 196900 a duplicate of bug 164027.
98
99
100
101 --
102 gentoo-commits@g.o mailing list