From 47c5b7fa461a306d3941ecbb368aa77db89cf709 Mon Sep 17 00:00:00 2001
From: Rafael Monnerat <rafael@nexedi.com>
Date: Tue, 7 Jun 2011 11:19:18 -0300
Subject: [PATCH] Clean up and keep only essential.

---
 stack/apache.cfg | 51 ++++++++++--------------------------------------
 1 file changed, 10 insertions(+), 41 deletions(-)

diff --git a/stack/apache.cfg b/stack/apache.cfg
index 9997c2b7ff..8d8354e7ea 100644
--- a/stack/apache.cfg
+++ b/stack/apache.cfg
@@ -3,7 +3,6 @@ extensions =
   slapos.rebootstrap
   slapos.tool.networkcache
   slapos.zcbworkarounds
-  mr.developer
 
 find-links =
     http://www.nexedi.org/static/packages/source/slapos.buildout/
@@ -12,36 +11,28 @@ find-links =
 
 extends =
 # Exact version of Zope
-  http://svn.zope.org/repos/main/Zope/tags/2.12.18/versions.cfg
+  ../component/apache/buildout.cfg
   ../component/logrotate/buildout.cfg
-  ../component/dcron/buildout.cfg
-  ../component/file/buildout.cfg
-  ../component/glib/buildout.cfg
-  ../component/mysql-python/buildout.cfg
-  ../component/pdftk/buildout.cfg
-  ../component/pysvn-python/buildout.cfg
-  ../component/stunnel/buildout.cfg
   ../component/varnish/buildout.cfg
-  ../component/sed/buildout.cfg
-  ../component/coreutils/buildout.cfg
-  ../component/grep/buildout.cfg
+  ../component/python-2.7/buildout.cfg
+  ../component/rdiff-backup/buildout.cfg
 
 versions = versions
 
 parts =
   apache
   apache-antiloris
-  file
   varnish-2.1
-  stunnel
-  bootstrap2.6
-  zabbix-agent
-  dcron
+  logrotate
+  rdiff-backup
 
 # Buildoutish
-  eggs
   instance-recipe-egg
 
+[instance-recipe-egg]
+recipe = zc.recipe.egg
+eggs =
+  ${instance-recipe:egg}
 
 [rebootstrap]
 # Default first version of rebootstrapped python
@@ -50,27 +41,5 @@ section = python2.7
 
 [versions]
 # Use SlapOS patched zc.buildout
-zc.buildout = 1.5.3-dev-SlapOS-001
-
-# pin Acquisition and Products.DCWorkflow to Nexedi flavour of eggs
-Acquisition = 2.13.7nxd001
-Products.DCWorkflow = 2.2.3nxd002
-
-# Known version with works
-numpy = 1.3.0
-# Patched version which support python 2.6
-PyXML = 0.8.4nxd001
-# modified version that works fine for buildout installation
-SOAPpy = 0.12.0nxd001
-# we are still using this old stable version.
+zc.buildout = 1.5.3-dev-SlapOS-002
 rdiff-backup = 1.0.5
-
-# Zope Known Good Set is incompatible with buildout 1.5.0 in case of
-# distribute and zc.buildout, and as ERP5 Appliance trunk wants to use
-# the newest versions of buildout infrastructure clear the pin
-distribute =
-setuptools =
-
-# official pysvn egg does not supports --include-dirs and
-# --library-dirs, so we use our modified version
-pysvn = 1.7.4nxd006
-- 
2.30.9