[z3-checkins] r44254 - in z3/deliverance/buildout/branches/maspelli_recipe: . helpers

ltucker at codespeak.net ltucker at codespeak.net
Fri Jun 15 00:38:44 CEST 2007


Author: ltucker
Date: Fri Jun 15 00:38:43 2007
New Revision: 44254

Removed:
   z3/deliverance/buildout/branches/maspelli_recipe/helpers/
Modified:
   z3/deliverance/buildout/branches/maspelli_recipe/   (props changed)
   z3/deliverance/buildout/branches/maspelli_recipe/EXTERNALS.txt
   z3/deliverance/buildout/branches/maspelli_recipe/buildout.cfg
Log:
switch to plone.recipe.deliverance

Modified: z3/deliverance/buildout/branches/maspelli_recipe/EXTERNALS.txt
==============================================================================
--- z3/deliverance/buildout/branches/maspelli_recipe/EXTERNALS.txt	(original)
+++ z3/deliverance/buildout/branches/maspelli_recipe/EXTERNALS.txt	Fri Jun 15 00:38:43 2007
@@ -1,4 +1,4 @@
 bootstrap svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap
-zc.recipe.cmmi svn://svn.zope.org/repos/main/zc.recipe.cmmi/trunk
+plone.recipe.deliverance https://svn.plone.org/svn/collective/buildout/plone.recipe/deliverance
 deliverance http://codespeak.net/svn/z3/deliverance/trunk
 

Modified: z3/deliverance/buildout/branches/maspelli_recipe/buildout.cfg
==============================================================================
--- z3/deliverance/buildout/branches/maspelli_recipe/buildout.cfg	(original)
+++ z3/deliverance/buildout/branches/maspelli_recipe/buildout.cfg	Fri Jun 15 00:38:43 2007
@@ -1,54 +1,6 @@
 [buildout]
-develop = zc.recipe.cmmi deliverance helpers
-parts = fix-bin-path libxml2 libXslt lxml lxml-inst deliverance-inst fix-deliverance-scripts 
-
-[libxml2]
-recipe = zc.recipe.cmmi
-url = ftp://xmlsoft.org/libxml2/libxml2-2.6.27.tar.gz
-extra_options = --without-python 
-
-[libXslt]
-recipe = zc.recipe.cmmi
-url = ftp://xmlsoft.org/libxml2/libxslt-1.1.18.tar.gz
-extra_options = --with-libxml-prefix=${buildout:directory}/parts/libxml2/ 
-                --without-python
-
-[lxml]
-recipe = zc.recipe.egg:custom
-eggs = lxml
-include-dirs = ${buildout:directory}/parts/libxml2/include/libxml2:${buildout:directory}/parts/libXslt/include
-rpath = ${buildout:directory}/parts/libxml2/lib:${buildout:directory}/parts/libXslt/lib
-
-[lxml-inst]
-recipe = zc.recipe.egg
-eggs = lxml
-
-[deliverance-inst]
-recipe = zc.recipe.egg
-eggs = Deliverance
-
-[ddemo]
-recipe = zc.recipe.egg
-eggs = PasteScript 
-       Paste ==dev,>1.0
-       DeliveranceDemo
-find-links = http://codespeak.net/svn/z3/deliverance/DeliveranceDemo/trunk/docs/find-links.html
-scripts = paster
-
-[supervisor]
-recipe = zc.recipe.egg
-eggs = supervisor
-find-links = http://codespeak.net/svn/z3/deliverance/DeliveranceDemo/trunk/docs/find-links.html
-# Doesn't work for some reason, dammit:
-scripts = supervisord supervisorctl
-
-[fix-bin-path]
-recipe = topp.helpers:addbinpath
-path = ${buildout:directory}/parts/libxml2/bin:${buildout:directory}/parts/libXslt/bin
-
-[fix-deliverance-scripts]
-recipe = topp.helpers:fixlibsearch
-eggs = Deliverance
-libpath = ${buildout:directory}/parts/libxml2/lib:${buildout:directory}/parts/libXslt/lib
-
+develop = plone.recipe.deliverance
+parts = deliverance 
 
+[deliverance]
+recipe = plone.recipe.deliverance
\ No newline at end of file


More information about the z3-checkins mailing list