Gentoo Archives: gentoo-commits

From: "Theo Chatzimichos (tampakrap)" <tampakrap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/superkaramba: superkaramba-3.5.10.ebuild ChangeLog
Date: Tue, 26 May 2009 13:42:22
Message-Id: E1M8wv7-0003wP-5n@stork.gentoo.org
1 tampakrap 09/05/26 13:42:21
2
3 Modified: superkaramba-3.5.10.ebuild ChangeLog
4 Log:
5 Enable threads USE flag for python, bug 225791
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 kde-base/superkaramba/superkaramba-3.5.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/superkaramba-3.5.10.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/superkaramba-3.5.10.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/superkaramba-3.5.10.ebuild?r1=1.2&r2=1.3
14
15 Index: superkaramba-3.5.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-3.5.10.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- superkaramba-3.5.10.ebuild 7 Mar 2009 17:26:56 -0000 1.2
22 +++ superkaramba-3.5.10.ebuild 26 May 2009 13:42:21 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-3.5.10.ebuild,v 1.2 2009/03/07 17:26:56 tampakrap Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/superkaramba-3.5.10.ebuild,v 1.3 2009/05/26 13:42:21 tampakrap Exp $
28
29 KMNAME=kdeutils
30 EAPI="1"
31 @@ -15,3 +15,13 @@
32 PATCHES=( "${FILESDIR}/${PN}-3.5.2-multilib-python.diff"
33 "${FILESDIR}/${PN}-3.5.7-network_sensor.patch"
34 "${FILESDIR}/${PN}-python-2.6.patch" )
35 +
36 +pkg_setup() {
37 + if ! built_with_use dev-lang/python threads ; then
38 + eerror "superkarambe needs dev-lang/python built with threads USE flag."
39 + eerror "Please enable this USE flag and re-install dev-lang/python."
40 + die "dev-lang/python needs to be rebuilt with threads support."
41 + fi
42 +
43 + kde_pkg_setup
44 +}
45
46
47
48 1.100 kde-base/superkaramba/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.100&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/ChangeLog?rev=1.100&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/superkaramba/ChangeLog?r1=1.99&r2=1.100
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v
57 retrieving revision 1.99
58 retrieving revision 1.100
59 diff -u -r1.99 -r1.100
60 --- ChangeLog 7 May 2009 00:20:47 -0000 1.99
61 +++ ChangeLog 26 May 2009 13:42:21 -0000 1.100
62 @@ -1,6 +1,10 @@
63 # ChangeLog for kde-base/superkaramba
64 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.99 2009/05/07 00:20:47 scarabeus Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/kde-base/superkaramba/ChangeLog,v 1.100 2009/05/26 13:42:21 tampakrap Exp $
67 +
68 + 26 May 2009; Theo Chatzimichos <tampakrap@g.o>
69 + superkaramba-3.5.10.ebuild:
70 + Force python with threads USE flag, bug 225791
71
72 *superkaramba-4.2.3 (07 May 2009)