# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils MY_P="Codeville-${PV}" PYTHON_MODNAME="Codeville" DESCRIPTION="Codeville is a distributed version control system." HOMEPAGE="http://codeville.org/" SRC_URI="http://codeville.org/download/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" RESTRICT="nomirror" DEPEND=">=dev-lang/python-2.3 >=sys-libs/db-4.1" # psyco? ( dev-python/psyco )" RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" pkg_postinst() { distutils_pkg_postinst einfo "It is highly recommended that you \033[1memerge dev-python/psyco\033[0m." einfo "Codeville will automatically take advantage of it and run much faster." }