From 8e02522afb9e6b9b1d0e19ee060f9fa4f09bf22a Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sat, 29 Jan 2011 01:23:16 +0000 Subject: Set SUPPORT_PYTHON_ABIS (bug #345521). (Portage version: 2.2.0_alpha19_p6/cvs/Linux x86_64) --- dev-python/pygtksourceview/ChangeLog | 6 +++++- .../pygtksourceview/pygtksourceview-2.10.1.ebuild | 24 +++++++++++++++++++--- 2 files changed, 26 insertions(+), 4 deletions(-) (limited to 'dev-python') diff --git a/dev-python/pygtksourceview/ChangeLog b/dev-python/pygtksourceview/ChangeLog index 776e56d63fe5..499d87a66fb5 100644 --- a/dev-python/pygtksourceview/ChangeLog +++ b/dev-python/pygtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pygtksourceview # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.46 2011/01/24 14:33:09 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/ChangeLog,v 1.47 2011/01/29 01:23:16 arfrever Exp $ + + 29 Jan 2011; Arfrever Frehtes Taifersar Arahesis + pygtksourceview-2.10.1.ebuild: + Set SUPPORT_PYTHON_ABIS (bug #345521). 24 Jan 2011; Gilles Dartiguelongue pygtksourceview-2.10.1.ebuild: diff --git a/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild b/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild index d255be0b1a96..5adffb25511f 100644 --- a/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild +++ b/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild @@ -1,10 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.10 2011/01/24 14:33:09 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtksourceview/pygtksourceview-2.10.1.ebuild,v 1.11 2011/01/29 01:23:16 arfrever Exp $ EAPI="3" +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython" +PYTHON_EXPORT_PHASE_FUNCTIONS="1" -inherit gnome2 flag-o-matic multilib +inherit gnome2 python DESCRIPTION="GTK+2 bindings for Python" HOMEPAGE="http://www.pygtk.org/" @@ -29,5 +33,19 @@ DEPEND="${RDEPEND} pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README" G2CONF="${G2CONF} $(use_enable doc docs)" + python_pkg_setup +} + +src_prepare() { + gnome2_src_prepare + python_src_prepare +} + +src_configure() { + python_execute_function -s gnome2_src_configure +} + +src_install() { + python_execute_function -s gnome2_src_install + python_clean_installation_image } -# There are no .py files installed, so no python_mod_* are required -- cgit v1.2.3-65-gdbad