# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit distutils DESCRIPTION="PyArticle - Pythonic way to article handling." SRC_URI="http://www.almad.net/download/pyarticle/${P}.tar.gz" HOMEPAGE="http://projects.almad.net/pyarticle" IUSE="xsltproc fop" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86" RDEPEND=">=virtual/python-2.4 fop? ( >=dev-java/fop-0.20) xsltproc? ( >=dev-libs/libxslt-1.1 )" src_install() { distutils_src_install }