summaryrefslogtreecommitdiff
blob: 34b6dc9e14037e56b87dfda19bd126aa0f7d9696 (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="PloneS5"
MY_P="${MY_PN}.${PV}"

DESCRIPTION="An implementation of S5's presentation system in Plone"
HOMEPAGE="http://plone.org/products/s5"
SRC_URI="http://plone.org/products/s5/releases/${PV}/${MY_P}.zip"

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

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

ZPROD_LIST="${MY_PN}"