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

inherit zproduct

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

DESCRIPTION="Relations allows for component-wise control of validation, creation and lifetime of Archetypes references."
HOMEPAGE="http://plone.org/products/relations/"
SRC_URI="http://plone.org/products/relations/releases/${PV}/${MY_P}.tar.gz"

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

RDEPEND="|| ( net-zope/archetypes >=net-zope/plone-2.5 )"

ZPROD_LIST="$MY_PN"