Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/kaa-imlib2: kaa-imlib2-0.2.3-r1.ebuild ChangeLog
Date: Thu, 03 Sep 2009 20:18:32
Message-Id: E1MjNZv-00069q-3e@stork.gentoo.org
1 arfrever 09/09/04 01:27:03
2
3 Modified: kaa-imlib2-0.2.3-r1.ebuild ChangeLog
4 Log:
5 Set SUPPORT_PYTHON_ABIS.
6 (Portage version: 14182-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: kaa-imlib2-0.2.3-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- kaa-imlib2-0.2.3-r1.ebuild 16 Aug 2008 16:12:14 -0000 1.1
22 +++ kaa-imlib2-0.2.3-r1.ebuild 4 Sep 2009 01:27:02 -0000 1.2
23 @@ -1,8 +1,11 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild,v 1.1 2008/08/16 16:12:14 rbu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/kaa-imlib2-0.2.3-r1.ebuild,v 1.2 2009/09/04 01:27:02 arfrever Exp $
29
30 -inherit python eutils distutils
31 +EAPI="2"
32 +SUPPORT_PYTHON_ABIS="1"
33 +
34 +inherit distutils eutils
35
36 DESCRIPTION="Imlib2 wrapper for Python."
37 HOMEPAGE="http://freevo.sourceforge.net/kaa/"
38 @@ -14,18 +17,15 @@
39 IUSE=""
40
41 DEPEND=">=dev-python/kaa-base-0.3.0
42 - dev-libs/libxml2
43 + dev-libs/libxml2[python]
44 media-libs/imlib2"
45 RDEPEND="${DEPEND}"
46
47 -pkg_setup() {
48 - if ! built_with_use dev-libs/libxml2 python; then
49 - eerror "dev-libs/libxml2 must be built with the 'python' USE flag"
50 - die "Recompile dev-libs/libxml2 with the 'python' USE flag enabled"
51 - fi
52 -}
53 +RESTRICT_PYTHON_ABIS="2.4 3*"
54 +
55 +PYTHON_MODNAME="kaa"
56
57 -src_unpack() {
58 - distutils_src_unpack
59 +src_prepare() {
60 + distutils_src_prepare
61 epatch "${FILESDIR}/kaa-imlib2-remove-png-dep.patch"
62 }
63
64
65
66 1.11 dev-python/kaa-imlib2/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-imlib2/ChangeLog?rev=1.11&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-imlib2/ChangeLog?rev=1.11&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/kaa-imlib2/ChangeLog?r1=1.10&r2=1.11
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v
75 retrieving revision 1.10
76 retrieving revision 1.11
77 diff -u -r1.10 -r1.11
78 --- ChangeLog 16 Aug 2008 16:12:14 -0000 1.10
79 +++ ChangeLog 4 Sep 2009 01:27:02 -0000 1.11
80 @@ -1,6 +1,10 @@
81 # ChangeLog for dev-python/kaa-imlib2
82 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v 1.10 2008/08/16 16:12:14 rbu Exp $
84 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
85 +# $Header: /var/cvsroot/gentoo-x86/dev-python/kaa-imlib2/ChangeLog,v 1.11 2009/09/04 01:27:02 arfrever Exp $
86 +
87 + 04 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
88 + kaa-imlib2-0.2.3-r1.ebuild:
89 + Set SUPPORT_PYTHON_ABIS.
90
91 *kaa-imlib2-0.2.3-r1 (16 Aug 2008)