summaryrefslogtreecommitdiff
blob: 6c65d80f95066e80cfe66f43197b5a3789ee900c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2004 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.5 2004/09/11 20:45:02 lanius Exp $

inherit zproduct

NEW_PV="${PV//./-}"

RESTRICT="nomirror"
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="x86 ~ppc"
RDEPEND="net-zope/zope
	${RDEPEND}"
ZPROD_LIST="ExternalFile"
IUSE=""