[Erp5-report] r30721 - /experimental/erp5.buildout/profiles/pysvn.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 18 13:01:28 CET 2009
Author: kazuhiko
Date: Wed Nov 18 13:01:27 2009
New Revision: 30721
URL: http://svn.erp5.org?rev=30721&view=rev
Log:
remove an obsolete and non-working pysvn recipe. the working pysvn recipe is written in development.cfg.
Removed:
experimental/erp5.buildout/profiles/pysvn.cfg
Removed: experimental/erp5.buildout/profiles/pysvn.cfg
URL: http://svn.erp5.org/experimental/erp5.buildout/profiles/pysvn.cfg?rev=30720&view=auto
==============================================================================
--- experimental/erp5.buildout/profiles/pysvn.cfg [utf8] (original)
+++ experimental/erp5.buildout/profiles/pysvn.cfg (removed)
@@ -1,18 +1,0 @@
-; This configuration installs pysvn from source
-[buildout]
-extends = development.cfg
-parts += pysvn
-
-[erp5_instance]
-extra-paths += ${pysvn:location}/lib/svn-python
-
-[apachebuild]
-recipe = plone.recipe.apache:build
-url = http://archive.apache.org/dist/httpd/httpd-2.2.13.tar.bz2
-
-[pysvn]
-recipe=ore.recipe.svnlib
-url=http://subversion.tigris.org/downloads/subversion-1.5.7.tar.bz2
-download_cache = cache
-extra_options=--with-apr=${apachebuild:location}/bin/ --with-apr-util=${apachebuild:location}/bin/ --with-apxs=${apachebuild:location}/bin/apxs PYTHON=${buildout:executable}
-
More information about the Erp5-report
mailing list