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

inherit zproduct

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

DESCRIPTION="A table input component for Plone"
HOMEPAGE="http://plone.org/products/datagridfield"
SRC_URI="http://plone.org/products/datagridfield/releases/${PV}/${MY_P}.tar.gz"

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

DEPEND=">=net-zope/plone-2.1"
RDEPEND="${DEPEND}"

ZPROD_LIST="${MY_PN}"