blob: 3133ad9e3440fed3cb9a712681f6f6f5a34c4c4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public Form License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfphoto/cmfphoto-0.1.ebuild,v 1.2 2003/03/08 11:19:21 kutsuya Exp $
inherit zproduct
DESCRIPTION="Zope product to have photos."
HOMEPAGE="http://sourceforge.net/projects/collective/"
SRC_URI="mirror://sourceforge/collective/CMFPhoto-${PV}.tar.gz"
LICENSE="GPL"
KEYWORDS="~x86"
RDEPEND="dev-python/Imaging-py21
>=net-zope/cmf-1.3
${RDEPEND}"
ZPROD_LIST="CMFPhoto"
|