]> Pileus Git - ~andy/sunrise/blob - net-zope/plones5/plones5-0.2.ebuild
net-zope/plones5: Remove app-arch/unzip from RDEPEND
[~andy/sunrise] / net-zope / plones5 / plones5-0.2.ebuild
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit zproduct
6
7 MY_PN="PloneS5"
8 MY_P="${MY_PN}.${PV}"
9
10 DESCRIPTION="An implementation of S5's presentation system in Plone"
11 HOMEPAGE="http://plone.org/products/s5"
12 SRC_URI="http://plone.org/products/s5/releases/${PV}/${MY_P}.zip"
13
14 LICENSE="GPL-2"
15 SLOT="0"
16 KEYWORDS="~x86"
17 IUSE=""
18
19 RDEPEND=">=net-zope/plone-2.1"
20 DEPEND="${RDEPEND}
21         app-arch/unzip"
22
23 ZPROD_LIST="${MY_PN}"