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: ChangeLog pykde-3.5.8.ebuild
Date: Sat, 20 Oct 2007 00:07:43
Message-Id: E1Ij1iC-0001qy-83@stork.gentoo.org
1 philantrop 07/10/19 23:57:04
2
3 Modified: ChangeLog
4 Added: pykde-3.5.8.ebuild
5 Log:
6 Bump to KDE 3.5.8.
7 (Portage version: 2.1.3.15)
8
9 Revision Changes Path
10 1.32 kde-base/pykde/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?rev=1.32&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?rev=1.32&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?r1=1.31&r2=1.32
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- ChangeLog 19 Aug 2007 16:38:44 -0000 1.31
23 +++ ChangeLog 19 Oct 2007 23:57:03 -0000 1.32
24 @@ -1,6 +1,11 @@
25 # ChangeLog for kde-base/pykde
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.31 2007/08/19 16:38:44 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.32 2007/10/19 23:57:03 philantrop Exp $
29 +
30 +*pykde-3.5.8 (19 Oct 2007)
31 +
32 + 19 Oct 2007; Wulf C. Krueger <philantrop@g.o> +pykde-3.5.8.ebuild:
33 + Bump to KDE 3.5.8.
34
35 19 Aug 2007; nixnut <nixnut@g.o> pykde-3.5.7.ebuild:
36 Stable on ppc wrt bug 176297
37
38
39
40 1.1 kde-base/pykde/pykde-3.5.8.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild?rev=1.1&content-type=text/plain
44
45 Index: pykde-3.5.8.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild,v 1.1 2007/10/19 23:57:03 philantrop Exp $
50
51 KMNAME=kdebindings
52 KMMODULE=python
53 KM_MAKEFILESREV=1
54 MAXKDEVER=$PV
55 KM_DEPRANGE="$PV $MAXKDEVER"
56
57 inherit kde-meta distutils
58
59 DESCRIPTION="PyKDE is a set of Python bindings for kdelibs."
60
61 SLOT="0"
62 LICENSE="GPL-2"
63 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
64 IUSE="debug doc examples"
65
66 DEPEND="~dev-python/sip-4.2.1
67 ~dev-python/PyQt-3.14.1
68 kde-base/kdelibs
69 !dev-python/pykde"
70
71 src_unpack() {
72 kde-meta_src_unpack
73 cd "${S}/python/pykde"
74 epatch "${FILESDIR}/configure.py.diff"
75 }
76
77 src_compile() {
78 cd "${S}/python/pykde"
79 distutils_python_version
80
81 local myconf="-d /usr/$(get_libdir)/python${PYVER}/site-packages \
82 -v /usr/share/sip \
83 -k $(kde-config --prefix) \
84 -t ${S}/python/pykde"
85
86 use debug && myconf="${myconf} -u"
87 myconf="${myconf} -i"
88
89 python configure.py ${myconf} || die "configure failed"
90 emake || die
91 }
92
93 src_install() {
94 cd "${S}/python/pykde"
95 make DESTDIR="${D}" install || die
96 find "${D}/usr/share/sip" -not -type d -not -iname *.sip -exec rm '{}' \;
97
98 dodoc AUTHORS ChangeLog NEWS README THANKS
99 use doc && dohtml -r doc/*
100 if use examples ; then
101 cp -r examples "${D}/usr/share/doc/${PF}"
102 cp -r templates "${D}/usr/share/doc/${PF}"
103 fi
104 }
105
106
107
108 --
109 gentoo-commits@g.o mailing list