# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-polib/python-polib-0.1.0.ebuild,v 1.2 2007/08/10 09:10:58 lucass Exp $ NEED_PYTHON=2.2 inherit distutils MY_P=${P/python-//} S=${WORKDIR}/${MY_P} DESCRIPTION="A library to manipulate gettext catalogs files (aka .po and .mo files)." HOMEPAGE="http://izimobil.googlepages.com/polib" SRC_URI="http://cheeseshop.python.org/packages/source/p/polib/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" RDEPEND="" src_install() { distutils_src_install dodoc docs/*.html tests/* dohtml -r docs/* }