# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit distutils DESCRIPTION="A periodic table Python module with detailed information on elements." HOMEPAGE="http://www.kdau.com/projects/gelemental/python/" SRC_URI="http://www.kdau.com/files/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" KEYWORDS="ppc x86" IUSE="" RDEPEND=">=sci-chemistry/gelemental-1.2.0 >=dev-lang/python-2.4" DEPEND="${RDEPEND}" DOCS="AUTHORS NEWS" src_install() { distutils_src_install dohtml docs/html/*.html }