# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="Platform-independent file locking module" HOMEPAGE="http://smontanaro.dyndns.org/python/" SRC_URI="http://smontanaro.dyndns.org/python/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" DEPEND="" RDEPEND="" RESTRICT_PYTHON_ABIS="3.*" DOCS="ACKS README RELEASE-NOTES" src_install() { distutils_src_install if use doc; then docinto doc dodoc doc/* || die "Installation of documentation failed" fi }