[Erp5-report] r40989 kazuhiko - /erp5/trunk/buildout/software-profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 1 16:54:33 CET 2010


Author: kazuhiko
Date: Wed Dec  1 16:54:32 2010
New Revision: 40989

URL: http://svn.erp5.org?rev=40989&view=rev
Log:
use ${:_buildout_section_name_} instead of hardcoded section name.

Modified:
    erp5/trunk/buildout/software-profiles/gdbm.cfg
    erp5/trunk/buildout/software-profiles/handlersocket.cfg
    erp5/trunk/buildout/software-profiles/haproxy.cfg
    erp5/trunk/buildout/software-profiles/ncurses.cfg

Modified: erp5/trunk/buildout/software-profiles/gdbm.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/gdbm.cfg?rev=40989&r1=40988&r2=40989&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/gdbm.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/gdbm.cfg [utf8] Wed Dec  1 16:54:32 2010
@@ -19,6 +19,6 @@ md5sum = 1d1b1d5c0245b1c00aff92da751e9aa
 patches = ${gdbm-nochange-patch-download:location}/${gdbm-nochange-patch-download:filename}
 # install as parts/gdbm/include/gdbm/*.h etc. because some softwares
 # (eg. python's dbmmodule.c extension) assume the location like this.
-includedir = ${buildout:parts-directory}/gdbm/include
+includedir = ${buildout:parts-directory}/${:_buildout_section_name_}/include
 make-targets =
   install install-compat includedir=${:includedir}/gdbm && rm -f ${:includedir}/*.h && ln -sf gdbm/gdbm.h ${:includedir}/gdbm.h

Modified: erp5/trunk/buildout/software-profiles/handlersocket.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/handlersocket.cfg?rev=40989&r1=40988&r2=40989&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/handlersocket.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/handlersocket.cfg [utf8] Wed Dec  1 16:54:32 2010
@@ -18,7 +18,7 @@ md5sum = 57f5c131e3d29701b01dd92c35ed25f
 configure-command =
   ACLOCAL_ARGS=-I${libtool:location}/share/aclocal ./autogen.sh && ./configure
 configure-options =
-  --prefix=${buildout:parts-directory}/handlersocket
+  --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
   --with-mysql-source=${mysql-5.1:location}__compile__/mysql-${mysql-5.1:version}
   --with-mysql-bindir=${mysql-5.1:location}/bin
   --with-mysql-plugindir=${mysql-5.1:location}/lib/mysql/plugin

Modified: erp5/trunk/buildout/software-profiles/haproxy.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/haproxy.cfg?rev=40989&r1=40988&r2=40989&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/haproxy.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/haproxy.cfg [utf8] Wed Dec  1 16:54:32 2010
@@ -12,4 +12,4 @@ configure-command = true
 make-options =
   TARGET="$(uname -sr 2>/dev/null|grep -q '^Linux 2\.6' && echo linux26 || echo generic)"
   ARCH="$(uname -m 2>/dev/null|grep -E '^(x86_64|i[3456]86)$')"
-  PREFIX=${buildout:parts-directory}/haproxy
+  PREFIX=${buildout:parts-directory}/${:_buildout_section_name_}

Modified: erp5/trunk/buildout/software-profiles/ncurses.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/ncurses.cfg?rev=40989&r1=40988&r2=40989&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/ncurses.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/ncurses.cfg [utf8] Wed Dec  1 16:54:32 2010
@@ -9,7 +9,7 @@ recipe = hexagonit.recipe.cmmi
 url = ftp://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz
 md5sum = cce05daf61a64501ef6cd8da1f727ec6
 configure-options =
-  --prefix=${buildout:parts-directory}/ncurses
+  --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
   --with-shared
   --with-normal
   --without-debug



More information about the Erp5-report mailing list