# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-zope/portaltransforms/portaltransforms-1.3.3.ebuild,v 1.7 2009/03/30 14:07:53 loki_val Exp $ inherit zproduct MY_PN="PortalTransforms" MY_P="${MY_PN}-${PV}" DESCRIPTION="MIME-type based transformations for Archetypes" HOMEPAGE="http://www.sf.net/projects/archetypes" SRC_URI="mirror://sourceforge/archetypes/${MY_P}-final.tar.gz" LICENSE="GPL-1" SLOT="1.3" KEYWORDS="~amd64 ~ppc ~sparc ~x86" RDEPEND=">=net-zope/cmf-1.4.7 app-text/htmltidy app-text/wv dev-libs/libxslt app-text/xlhtml app-text/unrtf dev-python/docutils www-client/lynx virtual/poppler-utils" ZPROD_LIST="${MY_PN}" MYDOC="${MYDOC} TODO README ChangeLog" src_install() { zproduct_src_install all }