# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/jaxml/jaxml-3.01.ebuild,v 1.10 2010/04/10 13:04:39 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" inherit distutils DESCRIPTION="XML generator written in Python" HOMEPAGE="http://www.librelogiciel.com/software/jaxml/" SRC_URI="http://www.librelogiciel.com/software/jaxml/tarballs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 hppa ia64 ppc x86" IUSE="" DEPEND="" RDEPEND="" RESTRICT_PYTHON_ABIS="3.*" PYTHON_MODNAME="jaxml.py" src_install() { distutils_src_install dodir /usr/share/doc/${PF}/test cp -r test/* "${ED}usr/share/doc/${PF}/test" }