# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/externalfile-1.2.0.ebuild,v 1.8 2007/07/02 15:22:04 peper Exp $ inherit zproduct NEW_PV="${PV//./-}" DESCRIPTION="ExternalFile extends Zope to work with files in the filesystem. You can create instances of ExternalFile that behave like standard Zope objects except that they get their contents from a file located anywhere in a Zope-accessible filesystem" HOMEPAGE="http://www.zope.org/Members/arielpartners/ExternalFile" SRC_URI="${HOMEPAGE}/${PV}/ExternalFile-${NEW_PV}.zip" LICENSE="ZPL" KEYWORDS="~ppc x86" RESTRICT="mirror" RDEPEND="net-zope/zope" DEPEND="app-arch/unzip" ZPROD_LIST="ExternalFile"