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: Sat, 27 Oct 2007 14:11:26
Message-Id: E1IlmNb-0005vN-IT@stork.gentoo.org
1 philantrop 07/10/27 14:11:11
2
3 Modified: pykde-3.5.8.ebuild ChangeLog
4 Log:
5 Removed the obsolete patch. Makes bug 196900 a duplicate of bug 164027.
6 (Portage version: 2.1.3.15)
7
8 Revision Changes Path
9 1.2 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.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild?r1=1.1&r2=1.2
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.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- pykde-3.5.8.ebuild 19 Oct 2007 23:57:03 -0000 1.1
22 +++ pykde-3.5.8.ebuild 27 Oct 2007 14:11:11 -0000 1.2
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.1 2007/10/19 23:57:03 philantrop Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild,v 1.2 2007/10/27 14:11:11 philantrop Exp $
28
29 KMNAME=kdebindings
30 KMMODULE=python
31 @@ -25,7 +25,6 @@
32 src_unpack() {
33 kde-meta_src_unpack
34 cd "${S}/python/pykde"
35 - epatch "${FILESDIR}/configure.py.diff"
36 }
37
38 src_compile() {
39 @@ -34,8 +33,7 @@
40
41 local myconf="-d /usr/$(get_libdir)/python${PYVER}/site-packages \
42 -v /usr/share/sip \
43 - -k $(kde-config --prefix) \
44 - -t ${S}/python/pykde"
45 + -k $(kde-config --prefix)"
46
47 use debug && myconf="${myconf} -u"
48 myconf="${myconf} -i"
49
50
51
52 1.33 kde-base/pykde/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?rev=1.33&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?rev=1.33&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/pykde/ChangeLog?r1=1.32&r2=1.33
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v
61 retrieving revision 1.32
62 retrieving revision 1.33
63 diff -u -r1.32 -r1.33
64 --- ChangeLog 19 Oct 2007 23:57:03 -0000 1.32
65 +++ ChangeLog 27 Oct 2007 14:11:11 -0000 1.33
66 @@ -1,6 +1,9 @@
67 # ChangeLog for kde-base/pykde
68 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.32 2007/10/19 23:57:03 philantrop Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.33 2007/10/27 14:11:11 philantrop Exp $
71 +
72 + 27 Oct 2007; Wulf C. Krueger <philantrop@g.o> pykde-3.5.8.ebuild:
73 + Removed the obsolete patch. Makes bug 196900 a duplicate of bug 164027.
74
75 *pykde-3.5.8 (19 Oct 2007)
76
77
78
79
80 --
81 gentoo-commits@g.o mailing list