[Erp5-report] r40978 luke - /erp5/trunk/buildout/software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 1 16:20:49 CET 2010


Author: luke
Date: Wed Dec  1 16:20:48 2010
New Revision: 40978

URL: http://svn.erp5.org?rev=40978&view=rev
Log:
 - there is no need to use erp5.recipe.cmmisafe as slapos.rebootstrap >= 2.0
   is not suffering from problem of python or python dependencies was removed

Modified:
    erp5/trunk/buildout/software-profiles/bzip2.cfg
    erp5/trunk/buildout/software-profiles/gettext.cfg
    erp5/trunk/buildout/software-profiles/openssl.cfg
    erp5/trunk/buildout/software-profiles/python-2.6.cfg
    erp5/trunk/buildout/software-profiles/python-2.7.cfg
    erp5/trunk/buildout/software-profiles/python-common.cfg
    erp5/trunk/buildout/software-profiles/zlib.cfg

Modified: erp5/trunk/buildout/software-profiles/bzip2.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/bzip2.cfg?rev=40978&r1=40977&r2=40978&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/bzip2.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/bzip2.cfg [utf8] Wed Dec  1 16:20:48 2010
@@ -13,7 +13,7 @@ download-only = true
 filename = bzip2-hooks.py
 
 [bzip2]
-recipe = erp5.recipe.cmmisafe
+recipe = hexagonit.recipe.cmmi
 url = http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz
 md5sum = 00b516f4704d4a7cb50a1d97e6e8e15b
 configure-command = true

Modified: erp5/trunk/buildout/software-profiles/gettext.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/gettext.cfg?rev=40978&r1=40977&r2=40978&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gettext.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gettext.cfg [utf8] Wed Dec  1 16:20:48 2010
@@ -7,7 +7,7 @@ extends =
   ../software-profiles/zlib.cfg
 
 [gettext]
-recipe = erp5.recipe.cmmisafe
+recipe = hexagonit.recipe.cmmi
 url = http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.1.1.tar.gz
 md5sum = 3dd55b952826d2b32f51308f2f91aa89
 configure-options =

Modified: erp5/trunk/buildout/software-profiles/openssl.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/openssl.cfg?rev=40978&r1=40977&r2=40978&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/openssl.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/openssl.cfg [utf8] Wed Dec  1 16:20:48 2010
@@ -7,7 +7,7 @@ parts =
   openssl
 
 [openssl]
-recipe = erp5.recipe.cmmisafe
+recipe = hexagonit.recipe.cmmi
 url = https://www.openssl.org/source/openssl-1.0.0b.tar.gz
 md5sum = 104deb3b7e6820cae6de3f49ba0ff2b0
 configure-command = ./config

Modified: erp5/trunk/buildout/software-profiles/python-2.6.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.6.cfg?rev=40978&r1=40977&r2=40978&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.6.cfg [utf8] Wed Dec  1 16:20:48 2010
@@ -16,7 +16,7 @@ parts =
     python2.6
 
 [python2.6]
-recipe = erp5.recipe.cmmisafe
+recipe = hexagonit.recipe.cmmi
 # This is actually the default setting for prefix, but we can't use it in
 # other settings in this part if we don't set it explicitly here.
 prefix = ${buildout:parts-directory}/${:_buildout_section_name_}

Modified: erp5/trunk/buildout/software-profiles/python-2.7.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-2.7.cfg?rev=40978&r1=40977&r2=40978&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-2.7.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-2.7.cfg [utf8] Wed Dec  1 16:20:48 2010
@@ -35,7 +35,7 @@ suffix = 2.7
 python = python2.7
 
 [python2.7common]
-recipe = erp5.recipe.cmmisafe
+recipe = hexagonit.recipe.cmmi
 # This is actually the default setting for prefix, but we can't use it in
 # other settings in this part if we don't set it explicitly here.
 prefix = ${buildout:parts-directory}/${:_buildout_section_name_}

Modified: erp5/trunk/buildout/software-profiles/python-common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/python-common.cfg?rev=40978&r1=40977&r2=40978&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/python-common.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/python-common.cfg [utf8] Wed Dec  1 16:20:48 2010
@@ -14,7 +14,7 @@ prefix = ${buildout:parts-directory}/${:
 version = ${:python_version_major}
 executable = ${:prefix}/bin/python${:version}
 
-recipe = erp5.recipe.cmmisafe
+recipe = hexagonit.recipe.cmmi
 python_version_full = ${:python_version_major}.${:python_version_minor}
 url =
   http://python.org/ftp/python/${:python_version_full}/Python-${:python_version_full}.tgz

Modified: erp5/trunk/buildout/software-profiles/zlib.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/zlib.cfg?rev=40978&r1=40977&r2=40978&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/zlib.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/zlib.cfg [utf8] Wed Dec  1 16:20:48 2010
@@ -5,6 +5,6 @@ parts =
   zlib
 
 [zlib]
-recipe = erp5.recipe.cmmisafe
+recipe = hexagonit.recipe.cmmi
 url = http://prdownloads.sourceforge.net/libpng/zlib-1.2.5.tar.gz?download
 md5sum = c735eab2d659a96e5a594c9e8541ad63



More information about the Erp5-report mailing list