# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.9.2_pre20120101.ebuild,v 1.2 2012/02/20 14:27:51 patrick Exp $ EAPI="4" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit distutils virtualx DESCRIPTION="Python bindings for SDL multimedia library" HOMEPAGE="http://www.pygame.org/" SRC_URI="http://launchpad.net/virtualbrick/0.5-maintainance/0.6/+download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="vde" DEPEND="" RDEPEND="${DEPEND} dev-python/pygraphviz vde? ( >=net-misc/vde-2.3.2[python] )" DOCS="" S="${WORKDIR}/${PN}" src_prepare() { sed -i "s@^sys.prefix=\"/usr/local\"@sys.prefix=\"/usr\"@" \ "${S}"/setup.py }