summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/plone/plone-1.0.1.ebuild')
-rw-r--r--net-zope/plone/plone-1.0.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/net-zope/plone/plone-1.0.1.ebuild b/net-zope/plone/plone-1.0.1.ebuild
deleted file mode 100644
index 57b5ae7916c6..000000000000
--- a/net-zope/plone/plone-1.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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.1.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="mirror://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
-}
-
-