blob: 887f6130a164e7b3d31af17c2aded1b1a1b02937 (
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
|
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public Form License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/plone-1.0.ebuild,v 1.1 2003/03/03 23:07:06 kutsuya Exp $
inherit zproduct
DESCRIPTION="A Zope Content Management System, based on Zope CMF."
HOMEPAGE="http://plone.org"
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/plone/CMFPlone${PV}.tar.gz"
S="${WORKDIR}/CMFPlone-${PV}"
LICENSE="GPL-2"
KEYWORDS="~x86"
RDEPEND="=net-zope/cmf-1.3*
>=net-zope/formulator-1.2.0
${RDEPEND}"
ZPROD_LIST="CMFPlone DCWorkflow"
src_install()
{
rm -R Formulator/
zproduct_src_install all
}
|