# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit zproduct DESCRIPTION="A Zope Content Management System, based on Zope CMF." HOMEPAGE="http://plone.org" SRC_URI="mirror://sourceforge/plone/Plone-${PV}.tar.gz" LICENSE="GPL-2" SLOT="2.1" KEYWORDS="~x86 ~sparc ~ppc ~alpha ~amd64" IUSE="" DEPEND="app-admin/zope-config" RDEPEND=" >=dev-python/imaging-1.1.5 || ( =net-zope/zope-2.7.8* =net-zope/zope-2.8.6* ) " S="${WORKDIR}/Plone-${PV}" ZPROD_LIST=" ATContentTypes ATReferenceBrowserWidget Archetypes BTreeFolder2 CMFActionIcons CMFCalendar CMFCore CMFDefault CMFDynamicViewFTI CMFFormController CMFPlone CMFQuickInstallerTool CMFSetup CMFTopic CMFUid DCWorkflow ExtendedPathIndex ExternalEditor GroupUserFolder MimetypesRegistry PlacelessTranslationService PloneErrorReporting PloneLanguageTool PloneTranslations PortalTransforms ResourceRegistries SecureMailHost generator kupu validation " src_compile() { # Some files are distributed world-writable chmod -R a-w . }