diff options
Diffstat (limited to 'net-zope/plone/plone-1.0.5.ebuild')
-rw-r--r-- | net-zope/plone/plone-1.0.5.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/net-zope/plone/plone-1.0.5.ebuild b/net-zope/plone/plone-1.0.5.ebuild deleted file mode 100644 index 94cf6bb209fe..000000000000 --- a/net-zope/plone/plone-1.0.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/plone-1.0.5.ebuild,v 1.9 2006/12/29 01:58:28 radek Exp $ - -inherit zproduct - -DESCRIPTION="A Zope Content Management System, based on Zope CMF" -HOMEPAGE="http://plone.org" -SRC_URI="mirror://sourceforge/plone/CMFPlone${PV}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~ppc x86" - -RDEPEND=">=net-zope/cmf-1.3 - >=net-zope/formulator-1.2.0" - -S=${WORKDIR}/CMFPlone-${PV} - -ZPROD_LIST="CMFPlone DCWorkflow" -MYDOC="docs/NavigationTool.txt docs/SiteTypes.txt ${MYDOC}" - -src_install() { - rm -R Formulator/ - zproduct_src_install all -} - -# Since i18n isn't a product folder, leaving it in $ZP_DIR/$PF. - -pkg_postinst() { - zproduct_pkg_postinst - einfo "---> NOTE: i18n folder location: ${ZP_DIR}/${PF}" -} |