[Erp5-report] r32778 luke - in /erp5/trunk/buildout: patches/ software-profiles/python-2.4.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 18 14:09:19 CET 2010
Author: luke
Date: Thu Feb 18 14:09:19 2010
New Revision: 32778
URL: http://svn.erp5.org?rev=32778&view=rev
Log:
- reuse the fact that each parts has unique location and fetch patch from that place
Removed:
erp5/trunk/buildout/patches/
Modified:
erp5/trunk/buildout/software-profiles/python-2.4.cfg
Modified: erp5/trunk/buildout/software-profiles/python-2.4.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.4.cfg?rev=32778&r1=32777&r2=32778&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.4.cfg [utf8] Thu Feb 18 14:09:19 2010
@@ -5,6 +5,12 @@
parts =
python
pythonbin
+
+[python2.4-dbm-patch]
+recipe = hexagonit.recipe.download
+url = http://bugs.gentoo.org/attachment.cgi?id=109117
+download-only = true
+filename = attachment.cgi
[python]
recipe = hexagonit.recipe.cmmi
@@ -22,7 +28,7 @@
--with-ssl
--with-bz2
-patches = ${buildout:directory}/patches/python2.4-dbm.patch
+patches = ${python2.4-dbm-patch:location}/${python2.4-dbm-patch:filename}
[pythonbin]
depends = ${python:recipe}
More information about the Erp5-report
mailing list