summaryrefslogtreecommitdiff
blob: 3d8ffbb12bdca5ddf68b20ad7b027addcced4594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit zproduct

MY_PN="ImageRepository"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Image Repository is a centralized image repository capable of holding thousands of images with keyword/tag-based browsing and filtering"
HOMEPAGE="http://plone.org/products/imagerepository"
SRC_URI="http://plone.org/products/imagerepository/releases/${PV}/${MY_P}.tgz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE="kupu"

DEPEND="net-zope/plone"
RDEPEND="${DEPEND}
		kupu? ( net-zope/kupu )"

ZPROD_LIST="${MY_PN}"