# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="Python library that assist with internationalizing and localizing Python applications" HOMEPAGE="http://babel.edgewall.org" SRC_URI="http://ftp.edgewall.com/pub/babel/${P}.tar.bz2" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" IUSE="doc" DEPEND="dev-lang/python" RDEPEND="${DEPEND}" src_install() { distutils_src_install use doc && dohtml -r doc/* }