# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/django-sphinx/django-sphinx-9999.ebuild,v 1.3 2009/06/22 11:51:48 quantumsummers Exp $ EAPI="2" ESVN_REPO_URI="http://django-sphinx.googlecode.com/svn/trunk/" inherit distutils eutils subversion versionator DESCRIPTION="An integration layer bringing Django and Sphinx Search together." HOMEPAGE="http://code.google.com/p/django-sphinx/" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="" RDEPEND="dev-python/django" DEPEND="${RDEPEND}" S="${WORKDIR}" src_compile() { distutils_src_compile } src_install() { distutils_python_version site_pkgs="$(python_get_sitedir)" export PYTHONPATH="${PYTHONPATH}:${D}/${site_pkgs}" dodir ${site_pkgs} distutils_src_install }