blob: 52112909c4e56f09d5e6a1207de1e196d12a2f33 (
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
26
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit zproduct
MY_PN="SimpleCartItem"
MY_PV="${PV:0:3}"
DESCRIPTION="Content type that allows for integration with online stores such as
PayPal store"
HOMEPAGE="http://plone.org/products/simplecartitem"
SRC_URI="http://plone.org/products/simplecartitem/releases/${MY_PV}/${MY_PN}.tar"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=net-zope/plone-2.1"
RDEPEND="${DEPEND}
>=net-zope/datagridfield-1.5.0"
# the docs say that >=net-zope/datagridfield-1.5.2_rc2 is required, but
# such a release cannot be found; the latest is 1.5.0.
ZPROD_LIST="${MY_PN}"
|