blob: 9e10aa1444e1e06494359ed91783e47849703f55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfphoto/cmfphoto-0.4.2.ebuild,v 1.3 2004/06/25 01:19:09 agriffis 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-2"
KEYWORDS="~x86 ~ppc"
RDEPEND="dev-python/Imaging
>=net-zope/cmf-1.3
>=net-zope/plone-1.0.1
${RDEPEND}"
ZPROD_LIST="CMFPhoto"
pkg_postinst()
{
zproduct_pkg_postinst
ewarn "if you run zope on python < 2.3 make sure you have dev-python/Imgeing-21 installed."
ewarn "Please use CMFQuickInstallerTool or read the documentation of this"
ewarn "product for instruction on how to add this product to your CMF/Plone site."
}
|