aboutsummaryrefslogtreecommitdiffstats
path: root/plone/plone_1.0.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'plone/plone_1.0.5.oe')
-rw-r--r--plone/plone_1.0.5.oe15
1 files changed, 0 insertions, 15 deletions
diff --git a/plone/plone_1.0.5.oe b/plone/plone_1.0.5.oe
deleted file mode 100644
index ee440f6c42..0000000000
--- a/plone/plone_1.0.5.oe
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Plone, a user friendly and powerful Content Management System based on the Zope Web Application Server"
-SECTION = "base"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-RDEPENDS = "zope"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/plone/CMFPlone${PV}.tar.gz"
-S = "${WORKDIR}/CMFPlone-${PV}"
-
-do_install() {
- install -d ${D}/usr/lib/python/Products/
- cp -a ${S}/* ${D}/usr/lib/python/Products/
-}
-
-FILES_${PN} = "/usr/lib/python/Products/"