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/pygtksourceview: ChangeLog pygtksourceview-2.10.1.ebuild
Date: Sat, 29 Jan 2011 01:23:27
Message-Id: 20110129012316.D403E20054@flycatcher.gentoo.org
1 arfrever 11/01/29 01:23:16
2
3 Modified: ChangeLog pygtksourceview-2.10.1.ebuild
4 Log:
5 Set SUPPORT_PYTHON_ABIS (bug #345521).
6
7 (Portage version: 2.2.0_alpha19_p6/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.47 dev-python/pygtksourceview/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.47&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?rev=1.47&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/ChangeLog?r1=1.46&r2=1.47
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v
19 retrieving revision 1.46
20 retrieving revision 1.47
21 diff -u -r1.46 -r1.47
22 --- ChangeLog 24 Jan 2011 14:33:09 -0000 1.46
23 +++ ChangeLog 29 Jan 2011 01:23:16 -0000 1.47
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-python/pygtksourceview
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.46 2011/01/24 14:33:09 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.47 2011/01/29 01:23:16 arfrever Exp $
29 +
30 + 29 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
31 + pygtksourceview-2.10.1.ebuild:
32 + Set SUPPORT_PYTHON_ABIS (bug #345521).
33
34 24 Jan 2011; Gilles Dartiguelongue <eva@g.o>
35 pygtksourceview-2.10.1.ebuild:
36
37
38
39 1.11 dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild?r1=1.10&r2=1.11
44
45 Index: pygtksourceview-2.10.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- pygtksourceview-2.10.1.ebuild 24 Jan 2011 14:33:09 -0000 1.10
52 +++ pygtksourceview-2.10.1.ebuild 29 Jan 2011 01:23:16 -0000 1.11
53 @@ -1,10 +1,14 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.10 2011/01/24 14:33:09 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.11 2011/01/29 01:23:16 arfrever Exp $
58
59 EAPI="3"
60 +PYTHON_DEPEND="2:2.6"
61 +SUPPORT_PYTHON_ABIS="1"
62 +RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython"
63 +PYTHON_EXPORT_PHASE_FUNCTIONS="1"
64
65 -inherit gnome2 flag-o-matic multilib
66 +inherit gnome2 python
67
68 DESCRIPTION="GTK+2 bindings for Python"
69 HOMEPAGE="http://www.pygtk.org/"
70 @@ -29,5 +33,19 @@
71 pkg_setup() {
72 DOCS="AUTHORS ChangeLog NEWS README"
73 G2CONF="${G2CONF} $(use_enable doc docs)"
74 + python_pkg_setup
75 +}
76 +
77 +src_prepare() {
78 + gnome2_src_prepare
79 + python_src_prepare
80 +}
81 +
82 +src_configure() {
83 + python_execute_function -s gnome2_src_configure
84 +}
85 +
86 +src_install() {
87 + python_execute_function -s gnome2_src_install
88 + python_clean_installation_image
89 }
90 -# There are no .py files installed, so no python_mod_* are required