# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/sk1libs/sk1libs-0.9.1.ebuild,v 1.14 2011/10/21 16:45:19 ssuominen Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="sk1 vector graphics lib" HOMEPAGE="http://sk1project.org/index.php" SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz" SLOT="0" KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x64-macos ~sparc-solaris" LICENSE="GPL-2 LGPL-2" IUSE="" DEPEND=" media-libs/freetype:2 virtual/jpeg >=media-libs/lcms-1.15:0[python]" RDEPEND="${DEPEND} app-text/ghostscript-gpl media-libs/netpbm" src_prepare() { distutils_src_prepare sed -i -e "/include_dirs/s:\(/usr/include/freetype2\):${EPREFIX}\1:" \ setup.py || die }