diff options
Diffstat (limited to 'net-zope/zphotoslides/zphotoslides-2.0.ebuild')
-rw-r--r-- | net-zope/zphotoslides/zphotoslides-2.0.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net-zope/zphotoslides/zphotoslides-2.0.ebuild b/net-zope/zphotoslides/zphotoslides-2.0.ebuild new file mode 100644 index 000000000000..eec59b06cac9 --- /dev/null +++ b/net-zope/zphotoslides/zphotoslides-2.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zphotoslides/zphotoslides-2.0.ebuild,v 1.1 2004/10/23 22:54:04 lanius Exp $ + +inherit zproduct + +DESCRIPTION="Present your photos quickly in zope." +HOMEPAGE="http://www.zphotoslides.org/" +SRC_URI="mirror://sourceforge/zphotoslides/ZPhotoSlides-${PV}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +RDEPEND=">=dev-python/imaging-1.1.3 + >=net-zope/localfs-1.0.0 + ${RDEPEND}" + +ZPROD_LIST="ZPhotoSlides" +IUSE="" |