Commit 7ba8df74 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

Merge remote-tracking branch 'origin/master' into erp5-cluster

parents b146354c e8548dd9
...@@ -21,9 +21,6 @@ extends = ...@@ -21,9 +21,6 @@ extends =
[apache-php] [apache-php]
# Note: Shall react on each build of apache and reinstall itself # Note: Shall react on each build of apache and reinstall itself
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${mariadb:version}
${libpng:so_version}
url = http://fr2.php.net/distributions/php-5.4.12.tar.bz2 url = http://fr2.php.net/distributions/php-5.4.12.tar.bz2
md5sum = 5c7b614242ae12e9cacca21c8ab84818 md5sum = 5c7b614242ae12e9cacca21c8ab84818
configure-options = configure-options =
...@@ -70,9 +67,6 @@ environment = ...@@ -70,9 +67,6 @@ environment =
[apache-php-postgres] [apache-php-postgres]
# Note: Shall react on each build of apache and reinstall itself # Note: Shall react on each build of apache and reinstall itself
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${postgresql:url}
${libpng:so_version}
url = http://fr2.php.net/distributions/php-5.4.12.tar.bz2 url = http://fr2.php.net/distributions/php-5.4.12.tar.bz2
md5sum = 5c7b614242ae12e9cacca21c8ab84818 md5sum = 5c7b614242ae12e9cacca21c8ab84818
configure-options = configure-options =
......
...@@ -28,15 +28,9 @@ url = https://archive.apache.org/dist/apr/apr-util-${:version}.tar.bz2 ...@@ -28,15 +28,9 @@ url = https://archive.apache.org/dist/apr/apr-util-${:version}.tar.bz2
md5sum = 6f3417691c7a27090f36e7cf4d94b36e md5sum = 6f3417691c7a27090f36e7cf4d94b36e
[apache] [apache]
# apache-antiloris should be rebuilt when apache is rebuilt. to
# achieve this, please modify 'revision' value below each time you
# modify anything (but version) in [apache] target.
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/ # inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${gdbm:version}
version = 2.4.10 version = 2.4.10
revision = 2
url = https://archive.apache.org/dist/httpd/httpd-${:version}.tar.bz2 url = https://archive.apache.org/dist/httpd/httpd-${:version}.tar.bz2
md5sum = 44543dff14a4ebc1e9e2d86780507156 md5sum = 44543dff14a4ebc1e9e2d86780507156
configure-command = cp -ar ${apr:location}/apr-${apr:version} srclib/apr/; cp -ar ${apr-util:location}/apr-util-${apr-util:version} srclib/apr-util; ./configure configure-command = cp -ar ${apr:location}/apr-${apr:version} srclib/apr/; cp -ar ${apr-util:location}/apr-util-${apr-util:version} srclib/apr-util; ./configure
...@@ -106,10 +100,6 @@ patch-options = -p0 ...@@ -106,10 +100,6 @@ patch-options = -p0
# http://www.apachelounge.com/viewtopic.php?p=20551 # http://www.apachelounge.com/viewtopic.php?p=20551
patches = patches =
${:_profile_base_location_}/mod_antiloris-apache-2.4.patch#4f074f035d3b37f3f3e71cd9616440f3 ${:_profile_base_location_}/mod_antiloris-apache-2.4.patch#4f074f035d3b37f3f3e71cd9616440f3
depends =
${apache:version}
${apache:revision}
${gdbm:version}
configure-command = ${apache:location}/bin/apxs configure-command = ${apache:location}/bin/apxs
configure-options = -c mod_antiloris.c configure-options = -c mod_antiloris.c
make-binary = ${:configure-command} make-binary = ${:configure-command}
...@@ -117,13 +107,9 @@ make-options = -i -a -n antiloris mod_antiloris.la ...@@ -117,13 +107,9 @@ make-options = -i -a -n antiloris mod_antiloris.la
make-targets = make-targets =
[apache-2.2] [apache-2.2]
# apache-antiloris-apache-2.2 should be rebuilt when apache-2.2 is
# rebuilt. to achieve this, please modify 'revision' value below each
# time you modify anything (but version) in [apache] target.
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/ # inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 2.2.27 version = 2.2.27
revision = 1
url = https://archive.apache.org/dist/httpd/httpd-${:version}.tar.bz2 url = https://archive.apache.org/dist/httpd/httpd-${:version}.tar.bz2
md5sum = 8faef0decf3fa7e69b2568eb2105a3d8 md5sum = 8faef0decf3fa7e69b2568eb2105a3d8
patch-options = -p1 patch-options = -p1
...@@ -186,9 +172,6 @@ environment = ...@@ -186,9 +172,6 @@ environment =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://downloads.sourceforge.net/project/mod-antiloris/mod_antiloris-0.4.tar.bz2 url = http://downloads.sourceforge.net/project/mod-antiloris/mod_antiloris-0.4.tar.bz2
md5sum = 66862bf10e9be3a023e475604a28a0b4 md5sum = 66862bf10e9be3a023e475604a28a0b4
depends =
${apache-2.2:version}
${apache-2.2:revision}
configure-command = ${apache-2.2:location}/bin/apxs configure-command = ${apache-2.2:location}/bin/apxs
configure-options = -c mod_antiloris.c configure-options = -c mod_antiloris.c
make-binary = ${:configure-command} make-binary = ${:configure-command}
......
...@@ -16,7 +16,6 @@ stop-on-error = yes ...@@ -16,7 +16,6 @@ stop-on-error = yes
[aspell] [aspell]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
revision = 1
url = http://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz url = http://ftp.gnu.org/gnu/aspell/aspell-0.60.6.1.tar.gz
md5sum = e66a9c9af6a60dc46134fdacf6ce97d7 md5sum = e66a9c9af6a60dc46134fdacf6ce97d7
environment = environment =
...@@ -29,6 +28,3 @@ recipe = slapos.recipe.cmmi ...@@ -29,6 +28,3 @@ recipe = slapos.recipe.cmmi
url = ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2 url = ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2
md5sum = beba5e8f3afd3ed1644653bb685b2dfb md5sum = beba5e8f3afd3ed1644653bb685b2dfb
configure-command = ./configure --vars ASPELL=${aspell:location}/bin/aspell PREZIP=${aspell:location}/bin/prezip-bin configure-command = ./configure --vars ASPELL=${aspell:location}/bin/aspell PREZIP=${aspell:location}/bin/prezip-bin
depends =
${aspell:url}
${aspell:revision}
...@@ -12,8 +12,8 @@ parts = ...@@ -12,8 +12,8 @@ parts =
[curl] [curl]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://curl.haxx.se/download/curl-7.37.0.tar.bz2 url = http://curl.haxx.se/download/curl-7.37.1.tar.bz2
md5sum = 7dda0cc2e4136f78d5801ac347be696b md5sum = 95c627abcf6494f5abe55effe7cd6a57
configure-options = configure-options =
--disable-static --disable-static
--disable-ldap --disable-ldap
......
...@@ -33,8 +33,6 @@ environment = ...@@ -33,8 +33,6 @@ environment =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2 url = http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
md5sum = 292ab65cedd5021d6b7ddd117e07cd8e md5sum = 292ab65cedd5021d6b7ddd117e07cd8e
depends =
${libpng:so_version}
patches = patches =
${:_profile_base_location_}/libtheora-png_sizeof.patch#eaa1454081b50f05b59495a12f52b0d5 ${:_profile_base_location_}/libtheora-png_sizeof.patch#eaa1454081b50f05b59495a12f52b0d5
......
...@@ -16,8 +16,6 @@ recipe = slapos.recipe.cmmi ...@@ -16,8 +16,6 @@ recipe = slapos.recipe.cmmi
url = http://download.savannah.gnu.org/releases/freetype/freetype-2.5.3.tar.bz2 url = http://download.savannah.gnu.org/releases/freetype/freetype-2.5.3.tar.bz2
md5sum = d6b60f06bfc046e43ab2a6cbfd171d65 md5sum = d6b60f06bfc046e43ab2a6cbfd171d65
pkg_config_depends = ${zlib:location}/lib/pkgconfig:${libpng:location}/lib/pkgconfig pkg_config_depends = ${zlib:location}/lib/pkgconfig:${libpng:location}/lib/pkgconfig
depends =
${libpng:so_version}
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
configure-options = configure-options =
--disable-static --disable-static
......
...@@ -55,18 +55,6 @@ environment = ...@@ -55,18 +55,6 @@ environment =
PATH=${m4:location}/bin:%(PATH)s PATH=${m4:location}/bin:%(PATH)s
LDFLAGS=-Wl,-rpath=${gmp-4:location}/lib -Wl,-rpath=${ppl:location}/lib LDFLAGS=-Wl,-rpath=${gmp-4:location}/lib -Wl,-rpath=${ppl:location}/lib
[gcc-download]
hack-revision = ${gcc-interconnection-workaround:hack-revision}
recipe = hexagonit.recipe.download
url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.3/gcc-4.5.3.tar.bz2
md5sum = 8e0b5c12212e185f3e4383106bfa9cc6
strip-top-level-dir = True
destination = ${gcc-source:location}
[gcc-source]
hack-revision = ${gcc-interconnection-workaround:hack-revision}
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[gcc-multiarch.patch] [gcc-multiarch.patch]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
md5sum = 819e6735270c8a432b0512b49f40219f md5sum = 819e6735270c8a432b0512b49f40219f
...@@ -75,12 +63,9 @@ filename = ${:_buildout_section_name_} ...@@ -75,12 +63,9 @@ filename = ${:_buildout_section_name_}
download-only = true download-only = true
[gcc] [gcc]
hack-revision = ${gcc-interconnection-workaround:hack-revision}
depends =
${gcc-download:location}
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
path = ${gcc-source:location} url = http://www.mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-4.5.3/gcc-4.5.3.tar.bz2
md5sum = bb3265edf0fa7543e50cedb93e04e427 md5sum = 8e0b5c12212e185f3e4383106bfa9cc6
patches = patches =
${gcc-multiarch.patch:location}/${gcc-multiarch.patch:filename} ${gcc-multiarch.patch:location}/${gcc-multiarch.patch:filename}
patch-options = -p2 patch-options = -p2
...@@ -120,10 +105,3 @@ environment = ...@@ -120,10 +105,3 @@ environment =
LDFLAGS=-Wl,-rpath=${mpfr:location}/lib -Wl,-rpath=${gmp-4:location}/lib -Wl,-rpath=${mpc:location}/lib LDFLAGS=-Wl,-rpath=${mpfr:location}/lib -Wl,-rpath=${gmp-4:location}/lib -Wl,-rpath=${mpc:location}/lib
# make install does not work when several core are used # make install does not work when several core are used
make-targets = install -j1 make-targets = install -j1
[gcc-interconnection-workaround]
# gcc parts are interconnected, so buildout is not capable to clean them up
# until gcc will be simplified by using more robust build recipe (like
# slapos.recipe.build) each time any of parts which reuses this one gets updated
# the hack-revision have to be increased
hack-revision = 2
...@@ -11,8 +11,6 @@ parts = ghostscript ...@@ -11,8 +11,6 @@ parts = ghostscript
[ghostscript-common] [ghostscript-common]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${libtiff:version}
pkg_config_depends = ${libtiff:location}/lib/pkgconfig:${fontconfig:location}/lib/pkgconfig:${fontconfig:pkg_config_depends} pkg_config_depends = ${libtiff:location}/lib/pkgconfig:${fontconfig:location}/lib/pkgconfig:${fontconfig:pkg_config_depends}
configure-options = configure-options =
--disable-cups --disable-cups
......
...@@ -15,8 +15,8 @@ parts = ...@@ -15,8 +15,8 @@ parts =
[git] [git]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.kernel.org/pub/software/scm/git/git-2.0.1.tar.xz url = https://www.kernel.org/pub/software/scm/git/git-2.0.4.tar.xz
md5sum = 6d28a5d112379c20c7f7df9e0ffb070c md5sum = 0caa9c54bb04612062d21823163ecb13
configure-options = configure-options =
--with-curl=${curl:location} --with-curl=${curl:location}
--with-openssl=${openssl:location} --with-openssl=${openssl:location}
......
...@@ -28,8 +28,6 @@ environment = ...@@ -28,8 +28,6 @@ environment =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-3.2.15.tar.xz url = ftp://ftp.gnutls.org/gcrypt/gnutls/v3.2/gnutls-3.2.15.tar.xz
md5sum = ec3b06f80e312137386c5d322183ca5a md5sum = ec3b06f80e312137386c5d322183ca5a
depends =
${gmp:version}
configure-options = configure-options =
--disable-static --disable-static
--disable-libdane --disable-libdane
......
...@@ -19,8 +19,6 @@ extends = ...@@ -19,8 +19,6 @@ extends =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.36.0.tar.gz url = http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.36.0.tar.gz
md5sum = 1f41664dba0c93109ac8b71216bf2b57 md5sum = 1f41664dba0c93109ac8b71216bf2b57
depends =
${libpng:so_version}
pkg_config_depends = ${pango:location}/lib/pkgconfig:${pango:pkg_config_depends} pkg_config_depends = ${pango:location}/lib/pkgconfig:${pango:pkg_config_depends}
configure-options = configure-options =
--with-included-ltdl --with-included-ltdl
......
...@@ -31,8 +31,6 @@ version = 1.0.6 ...@@ -31,8 +31,6 @@ version = 1.0.6
url = http://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-${:version}.tar.gz url = http://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-${:version}.tar.gz
md5sum = 12740a835cfdf4b0dac66c3f2f152d84 md5sum = 12740a835cfdf4b0dac66c3f2f152d84
location = ${groonga:location} location = ${groonga:location}
depends =
${groonga:version}
configure-options = configure-options =
--disable-static --disable-static
environment = environment =
......
...@@ -26,8 +26,6 @@ parts = ...@@ -26,8 +26,6 @@ parts =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://cairographics.org/releases/cairo-1.12.16.tar.xz url = http://cairographics.org/releases/cairo-1.12.16.tar.xz
md5sum = a1304edcdc99282f478b995ee5f8f854 md5sum = a1304edcdc99282f478b995ee5f8f854
depends =
${libpng:so_version}
pkg_config_depends = ${libXext:location}/lib/pkgconfig:${libXext:pkg_config_depends}:${libpng:location}/lib/pkgconfig:${fontconfig:location}/lib/pkgconfig:${fontconfig:pkg_config_depends}:${pixman:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig pkg_config_depends = ${libXext:location}/lib/pkgconfig:${libXext:pkg_config_depends}:${libpng:location}/lib/pkgconfig:${fontconfig:location}/lib/pkgconfig:${fontconfig:pkg_config_depends}:${pixman:location}/lib/pkgconfig:${glib:location}/lib/pkgconfig
patch-options = -p1 patch-options = -p1
patches = patches =
...@@ -69,8 +67,6 @@ environment = ...@@ -69,8 +67,6 @@ environment =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://ftp.gnome.org/pub/gnome/sources/pango/1.36/pango-1.36.1.tar.xz url = http://ftp.gnome.org/pub/gnome/sources/pango/1.36/pango-1.36.1.tar.xz
md5sum = 9e0d3a1ea395172f8c39ba98a4d2081a md5sum = 9e0d3a1ea395172f8c39ba98a4d2081a
depends =
${libpng:so_version}
pkg_config_depends = ${harfbuzz:location}/lib/pkgconfig:${harfbuzz:pkg_config_depends} pkg_config_depends = ${harfbuzz:location}/lib/pkgconfig:${harfbuzz:pkg_config_depends}
configure-options = configure-options =
--disable-static --disable-static
...@@ -112,8 +108,6 @@ environment = ...@@ -112,8 +108,6 @@ environment =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.22.tar.xz url = http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.22.tar.xz
md5sum = 5fbbfb7637bbd571a572a2dae0e736d2 md5sum = 5fbbfb7637bbd571a572a2dae0e736d2
depends =
${libpng:so_version}
pkg_config_depends = ${pango:location}/lib/pkgconfig:${pango:pkg_config_depends}:${atk:location}/lib/pkgconfig:${gdk-pixbuf:location}/lib/pkgconfig pkg_config_depends = ${pango:location}/lib/pkgconfig:${pango:pkg_config_depends}:${atk:location}/lib/pkgconfig:${gdk-pixbuf:location}/lib/pkgconfig
configure-options = configure-options =
--disable-static --disable-static
......
...@@ -18,8 +18,6 @@ parts = ...@@ -18,8 +18,6 @@ parts =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://cairographics.org/releases/cairomm-1.11.2.tar.gz url = http://cairographics.org/releases/cairomm-1.11.2.tar.gz
md5sum = 732a3ff5b57401eb5dfeef795a2a0c52 md5sum = 732a3ff5b57401eb5dfeef795a2a0c52
depends =
${libpng:so_version}
pkg_config_depends = ${cairo:location}/lib/pkgconfig:${cairo:pkg_config_depends}:${libsigc:location}/lib/pkgconfig pkg_config_depends = ${cairo:location}/lib/pkgconfig:${cairo:pkg_config_depends}:${libsigc:location}/lib/pkgconfig
configure-options = configure-options =
--disable-static --disable-static
......
...@@ -27,10 +27,6 @@ recipe = slapos.recipe.cmmi ...@@ -27,10 +27,6 @@ recipe = slapos.recipe.cmmi
version = 6.8.9-1 version = 6.8.9-1
url = http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${:version}.tar.xz url = http://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${:version}.tar.xz
md5sum = bde038ae05fb20d29cebf88ab9cbdce5 md5sum = bde038ae05fb20d29cebf88ab9cbdce5
depends =
${libtiff:version}
${libpng:so_version}
${webp:so_version}
pkg_config_depends = ${fontconfig:location}/lib/pkgconfig:${fontconfig:pkg_config_depends}:${xz-utils:location}/lib/pkgconfig pkg_config_depends = ${fontconfig:location}/lib/pkgconfig:${fontconfig:pkg_config_depends}:${xz-utils:location}/lib/pkgconfig
configure-options = configure-options =
--disable-static --disable-static
......
...@@ -36,8 +36,6 @@ environment = ...@@ -36,8 +36,6 @@ environment =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://sourceforge.net/projects/inkscape/files/inkscape/0.48.4/inkscape-0.48.4.tar.bz2 url = http://sourceforge.net/projects/inkscape/files/inkscape/0.48.4/inkscape-0.48.4.tar.bz2
md5sum = 47bd8546e42ba396624eef9eb66b9b6c md5sum = 47bd8546e42ba396624eef9eb66b9b6c
depends =
${libpng:so_version}
pkg_config_depends = ${gtkmm:location}/lib/pkgconfig:${gtkmm:pkg_config_depends}:${gsl:location}/lib/pkgconfig:${popt:location}/lib/pkgconfig:${garbage-collector:location}/lib/pkgconfig:${libxslt:location}/lib/pkgconfig pkg_config_depends = ${gtkmm:location}/lib/pkgconfig:${gtkmm:pkg_config_depends}:${gsl:location}/lib/pkgconfig:${popt:location}/lib/pkgconfig:${garbage-collector:location}/lib/pkgconfig:${libxslt:location}/lib/pkgconfig
patch-options = -p0 patch-options = -p0
patches = patches =
......
...@@ -12,7 +12,6 @@ recipe = slapos.recipe.cmmi ...@@ -12,7 +12,6 @@ recipe = slapos.recipe.cmmi
url = http://edge.launchpad.net/intltool/trunk/0.41.1/+download/intltool-0.41.1.tar.gz url = http://edge.launchpad.net/intltool/trunk/0.41.1/+download/intltool-0.41.1.tar.gz
md5sum = d6c91bf06681919ccfdf3624035b75dc md5sum = d6c91bf06681919ccfdf3624035b75dc
depends = depends =
${perl:version}
${perl-XML-Parser:location} ${perl-XML-Parser:location}
environment = environment =
PATH=${perl:location}/bin:${gettext:location}/bin:${pkgconfig:location}/bin:%(PATH)s PATH=${perl:location}/bin:${gettext:location}/bin:${pkgconfig:location}/bin:%(PATH)s
......
...@@ -15,9 +15,6 @@ parts = ...@@ -15,9 +15,6 @@ parts =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://downloads.sourceforge.net/project/lcms/lcms/2.6/lcms2-2.6.tar.gz url = http://downloads.sourceforge.net/project/lcms/lcms/2.6/lcms2-2.6.tar.gz
md5sum = f4c08d38ceade4a664ebff7228910a33 md5sum = f4c08d38ceade4a664ebff7228910a33
depends =
${libpng:so_version}
${libtiff:version}
configure-options = configure-options =
--disable-static --disable-static
environment = environment =
......
...@@ -13,9 +13,6 @@ extends = ...@@ -13,9 +13,6 @@ extends =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://leptonica.googlecode.com/files/leptonica-1.68.tar.gz url = http://leptonica.googlecode.com/files/leptonica-1.68.tar.gz
md5sum = 5cd7092f9ff2ca7e3f3e73bfcd556403 md5sum = 5cd7092f9ff2ca7e3f3e73bfcd556403
depends =
${libpng:so_version}
${webp:so_version}
configure-command = configure-command =
./autogen.sh ./autogen.sh
./configure --prefix=${buildout:parts-directory}/${:_buildout_section_name_} --disable-static ./configure --prefix=${buildout:parts-directory}/${:_buildout_section_name_} --disable-static
......
...@@ -23,9 +23,6 @@ configure-options = ...@@ -23,9 +23,6 @@ configure-options =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://prdownloads.sourceforge.net/libdmtx/dmtx-utils-0.7.4.tar.bz2 url = http://prdownloads.sourceforge.net/libdmtx/dmtx-utils-0.7.4.tar.bz2
md5sum = b132ab9fb1d289869469b8bb4959a08a md5sum = b132ab9fb1d289869469b8bb4959a08a
depends =
${libpng:so_version}
${imagemagick:version}
configure-options = configure-options =
--disable-static --disable-static
environment = environment =
......
...@@ -28,6 +28,5 @@ md5sum = 23fb6a0e9f4dbaab7b34b6fd317a4f2d ...@@ -28,6 +28,5 @@ md5sum = 23fb6a0e9f4dbaab7b34b6fd317a4f2d
[libpng] [libpng]
<= libpng-common <= libpng-common
url = http://download.sourceforge.net/libpng/libpng-1.6.10.tar.xz url = http://download.sourceforge.net/libpng/libpng-1.6.12.tar.xz
md5sum = 5f414b20f683b1d96b163c89e3eff768 md5sum = ee752da8aa75076500e4cf31318e636e
so_version = 16
...@@ -25,8 +25,6 @@ environment = ...@@ -25,8 +25,6 @@ environment =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.40/librsvg-2.40.2.tar.xz url = http://ftp.gnome.org/pub/GNOME/sources/librsvg/2.40/librsvg-2.40.2.tar.xz
md5sum = acdecdb9f08f3bf662a68bf7dafb8b82 md5sum = acdecdb9f08f3bf662a68bf7dafb8b82
depends =
${libpng:so_version}
pkg_config_depends = ${pango:location}/lib/pkgconfig:${pango:pkg_config_depends}:${zlib:location}/lib/pkgconfig:${gdk-pixbuf:location}/lib/pkgconfig:${libcroco:location}/lib/pkgconfig pkg_config_depends = ${pango:location}/lib/pkgconfig:${pango:pkg_config_depends}:${zlib:location}/lib/pkgconfig:${gdk-pixbuf:location}/lib/pkgconfig:${libcroco:location}/lib/pkgconfig
configure-options = configure-options =
--disable-static --disable-static
......
...@@ -18,14 +18,10 @@ parts = ...@@ -18,14 +18,10 @@ parts =
mariadb mariadb
[mariadb] [mariadb]
# mroonga-mariadb should be rebuilt when mariadb is rebuilt. to
# achieve this, please modify 'revision' value below each time you
# modify anything (but version) in [mariadb] target.
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 10.0.12 version = 10.0.13
revision = 2
url = https://downloads.mariadb.org/f/mariadb-${:version}/source/mariadb-${:version}.tar.gz/from/http:/ftp.osuosl.org/pub/mariadb url = https://downloads.mariadb.org/f/mariadb-${:version}/source/mariadb-${:version}.tar.gz/from/http:/ftp.osuosl.org/pub/mariadb
md5sum = 6e9a7c075526f8f2f83ad8e0933bab2f md5sum = 7b2e88864b51d7d0607dc37abb8a0adb
# compile directory is required to build mysql plugins. # compile directory is required to build mysql plugins.
keep-compile-dir = true keep-compile-dir = true
patch-options = -p0 patch-options = -p0
...@@ -67,10 +63,6 @@ configure-options = ...@@ -67,10 +63,6 @@ configure-options =
--with-mysql-config=${mariadb:location}/bin/mysql_config --with-mysql-config=${mariadb:location}/bin/mysql_config
--disable-static --disable-static
--disable-document --disable-document
depends =
${mariadb:version}
${mariadb:revision}
${groonga-normalizer-mysql:version}
environment = environment =
PATH=${groonga:location}/bin:${pkgconfig:location}/bin:%(PATH)s PATH=${groonga:location}/bin:${pkgconfig:location}/bin:%(PATH)s
CPPFLAGS=-I${groonga:location}/include/groonga CPPFLAGS=-I${groonga:location}/include/groonga
......
...@@ -15,8 +15,6 @@ parts = mydumper ...@@ -15,8 +15,6 @@ parts = mydumper
# mydumper that works # mydumper that works
[mydumper] [mydumper]
recipe = slapos.recipe.build recipe = slapos.recipe.build
depends =
${mariadb:version}
url = https://launchpad.net/mydumper/0.5/0.5.1/+download/mydumper-0.5.1.tar.gz url = https://launchpad.net/mydumper/0.5/0.5.1/+download/mydumper-0.5.1.tar.gz
md5sum = b4df42dfe23f308ab13eb6ecb73a0d21 md5sum = b4df42dfe23f308ab13eb6ecb73a0d21
buildout-bin-dir = ${buildout:bin-directory} buildout-bin-dir = ${buildout:bin-directory}
......
...@@ -13,8 +13,6 @@ PATH =${mariadb:location}/bin:%(PATH)s ...@@ -13,8 +13,6 @@ PATH =${mariadb:location}/bin:%(PATH)s
[mysql-python] [mysql-python]
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = MySQL-python egg = MySQL-python
depends =
${mariadb:version}
environment = mysql-python-env environment = mysql-python-env
library-dirs = library-dirs =
${zlib:location}/lib/ ${zlib:location}/lib/
......
...@@ -14,8 +14,6 @@ md5sum = 41dd0ce2a73487929bdc637b75dd62c9 ...@@ -14,8 +14,6 @@ md5sum = 41dd0ce2a73487929bdc637b75dd62c9
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://www.lysator.liu.se/~nisse/archive/nettle-2.7.1.tar.gz url = http://www.lysator.liu.se/~nisse/archive/nettle-2.7.1.tar.gz
md5sum = 003d5147911317931dd453520eb234a5 md5sum = 003d5147911317931dd453520eb234a5
depends =
${gmp:version}
patches = patches =
${nettle-lib-location.patch:location}/${nettle-lib-location.patch:filename} ${nettle-lib-location.patch:location}/${nettle-lib-location.patch:filename}
configure-option = configure-option =
......
...@@ -18,8 +18,6 @@ parts = ...@@ -18,8 +18,6 @@ parts =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://www.openssl.org/source/openssl-1.0.1i.tar.gz url = https://www.openssl.org/source/openssl-1.0.1i.tar.gz
md5sum = c8dc151a671b9b92ff3e4c118b174972 md5sum = c8dc151a671b9b92ff3e4c118b174972
depends =
${ca-certificates:version}
patch-binary = ${patch:location}/bin/patch patch-binary = ${patch:location}/bin/patch
patches = patches =
${:_profile_base_location_}/openssl-nodoc.patch#b4887a7b4e18402447bc6227d2493b92 ${:_profile_base_location_}/openssl-nodoc.patch#b4887a7b4e18402447bc6227d2493b92
......
...@@ -8,10 +8,8 @@ parts = ...@@ -8,10 +8,8 @@ parts =
[percona-toolkit] [percona-toolkit]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = version = 2.2.10
${perl:version}
version = 2.2.9
url = http://www.percona.com/redir/downloads/percona-toolkit/${:version}/percona-toolkit-${:version}.tar.gz url = http://www.percona.com/redir/downloads/percona-toolkit/${:version}/percona-toolkit-${:version}.tar.gz
md5sum = f0a24d89e56bd01c6c8c5fdfdb5cad44 md5sum = 9a5f464942c1aafe89a982c031e5e9fa
configure-command = configure-command =
${perl:location}/bin/perl Makefile.PL ${perl:location}/bin/perl Makefile.PL
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-Class-Accessor] [perl-Class-Accessor]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/Class/Class-Accessor-0.34.tar.gz url = http://www.cpan.org/modules/by-module/Class/Class-Accessor-0.34.tar.gz
md5sum = 0d9640d237a13276145f7e44b4855b89 md5sum = 0d9640d237a13276145f7e44b4855b89
configure-command = configure-command =
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-Config-General] [perl-Config-General]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/Config/Config-General-2.56.tar.gz url = http://www.cpan.org/modules/by-module/Config/Config-General-2.56.tar.gz
md5sum = 8cf9dd044d016f27b4dc26077606736d md5sum = 8cf9dd044d016f27b4dc26077606736d
configure-command = configure-command =
......
...@@ -9,8 +9,7 @@ parts = ...@@ -9,8 +9,7 @@ parts =
[perl-DBD-MySQL-common] [perl-DBD-MySQL-common]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${perl:version} ${perl-DBI:location}
${perl-DBI:version}
url = http://www.cpan.org/modules/by-module/DBD/DBD-mysql-4.027.tar.gz url = http://www.cpan.org/modules/by-module/DBD/DBD-mysql-4.027.tar.gz
md5sum = 11fa6449715ba9d3fa5f4ee5ae688d6f md5sum = 11fa6449715ba9d3fa5f4ee5ae688d6f
patches = patches =
......
...@@ -6,11 +6,6 @@ parts = ...@@ -6,11 +6,6 @@ parts =
[perl-DBI] [perl-DBI]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
version = 1.616
# binary library should be rebuilt when perl is updated.
depends =
${perl:version}
${perl:revision}
url = http://www.cpan.org/modules/by-module/DBI/DBI-1.631.tar.gz url = http://www.cpan.org/modules/by-module/DBI/DBI-1.631.tar.gz
md5sum = 444d3c305e86597e11092b517794a840 md5sum = 444d3c305e86597e11092b517794a840
configure-command = configure-command =
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-Data-Dump] [perl-Data-Dump]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/Data/Data-Dump-1.22.tar.gz url = http://www.cpan.org/modules/by-module/Data/Data-Dump-1.22.tar.gz
md5sum = db211fe64a5cab15b1e86e5b0dc379a4 md5sum = db211fe64a5cab15b1e86e5b0dc379a4
configure-command = configure-command =
......
...@@ -6,10 +6,6 @@ parts = ...@@ -6,10 +6,6 @@ parts =
[perl-Encode-HanExtra] [perl-Encode-HanExtra]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
# binary library should be rebuilt when perl is updated.
depends =
${perl:version}
${perl:revision}
url = http://www.cpan.org/modules/by-module/Encode/Encode-HanExtra-0.23.tar.gz url = http://www.cpan.org/modules/by-module/Encode/Encode-HanExtra-0.23.tar.gz
md5sum = e1d3bc32c1c8ee304235a06fbcd5d5a4 md5sum = e1d3bc32c1c8ee304235a06fbcd5d5a4
configure-command = configure-command =
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-Encode-Locale] [perl-Encode-Locale]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/Encode/Encode-Locale-1.03.tar.gz url = http://www.cpan.org/modules/by-module/Encode/Encode-Locale-1.03.tar.gz
md5sum = de8422d068634e7c1068dab4e18b452f md5sum = de8422d068634e7c1068dab4e18b452f
configure-command = configure-command =
......
...@@ -8,7 +8,6 @@ parts = ...@@ -8,7 +8,6 @@ parts =
[perl-File-Listing] [perl-File-Listing]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${perl:version}
${perl-HTTP-Date:location} ${perl-HTTP-Date:location}
url = http://www.cpan.org/modules/by-module/File/File-Listing-6.04.tar.gz url = http://www.cpan.org/modules/by-module/File/File-Listing-6.04.tar.gz
md5sum = 83f636b477741f3a014585bb9cc079a6 md5sum = 83f636b477741f3a014585bb9cc079a6
......
...@@ -8,7 +8,6 @@ parts = ...@@ -8,7 +8,6 @@ parts =
[perl-HTML-Encoding] [perl-HTML-Encoding]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${perl:version}
${perl-HTTP-Message:location} ${perl-HTTP-Message:location}
url = http://www.cpan.org/modules/by-module/HTML/HTML-Encoding-0.61.tar.gz url = http://www.cpan.org/modules/by-module/HTML/HTML-Encoding-0.61.tar.gz
md5sum = bce9f00f04ad055feaa4d6511b30e421 md5sum = bce9f00f04ad055feaa4d6511b30e421
......
...@@ -7,10 +7,7 @@ parts = ...@@ -7,10 +7,7 @@ parts =
[perl-HTML-Parser] [perl-HTML-Parser]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
# binary library should be rebuilt when perl is updated.
depends = depends =
${perl:version}
${perl:revision}
${perl-HTML-Tagset:location} ${perl-HTML-Tagset:location}
url = http://www.cpan.org/modules/by-module/HTML/HTML-Parser-3.71.tar.gz url = http://www.cpan.org/modules/by-module/HTML/HTML-Parser-3.71.tar.gz
md5sum = 9128a45893097dfa3bf03301b19c5efe md5sum = 9128a45893097dfa3bf03301b19c5efe
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-HTML-Tagset] [perl-HTML-Tagset]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/HTML/HTML-Tagset-3.20.tar.gz url = http://www.cpan.org/modules/by-module/HTML/HTML-Tagset-3.20.tar.gz
md5sum = d2bfa18fe1904df7f683e96611e87437 md5sum = d2bfa18fe1904df7f683e96611e87437
configure-command = configure-command =
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-HTML-Template] [perl-HTML-Template]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/HTML/HTML-Template-2.95.tar.gz url = http://www.cpan.org/modules/by-module/HTML/HTML-Template-2.95.tar.gz
md5sum = 6f08e9631af52e6a5f6e4648b89265fe md5sum = 6f08e9631af52e6a5f6e4648b89265fe
configure-command = configure-command =
......
...@@ -8,7 +8,6 @@ parts = ...@@ -8,7 +8,6 @@ parts =
[perl-HTTP-Cookies] [perl-HTTP-Cookies]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${perl:version}
${perl-HTTP-Message:location} ${perl-HTTP-Message:location}
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Cookies-6.01.tar.gz url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Cookies-6.01.tar.gz
md5sum = ecfd0eeb88512033352c2f13c9580f03 md5sum = ecfd0eeb88512033352c2f13c9580f03
......
...@@ -8,7 +8,6 @@ parts = ...@@ -8,7 +8,6 @@ parts =
[perl-HTTP-Daemon] [perl-HTTP-Daemon]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${perl:version}
${perl-HTTP-Message:location} ${perl-HTTP-Message:location}
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Daemon-6.01.tar.gz url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Daemon-6.01.tar.gz
md5sum = ed0ae02d25d7f1e89456d4d69732adc2 md5sum = ed0ae02d25d7f1e89456d4d69732adc2
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-HTTP-Date] [perl-HTTP-Date]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Date-6.02.tar.gz url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Date-6.02.tar.gz
md5sum = 52b7a0d5982d61be1edb217751d7daba md5sum = 52b7a0d5982d61be1edb217751d7daba
configure-command = configure-command =
......
...@@ -12,7 +12,6 @@ parts = ...@@ -12,7 +12,6 @@ parts =
[perl-HTTP-Message] [perl-HTTP-Message]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${perl:version}
${perl-Encode-Locale:location} ${perl-Encode-Locale:location}
${perl-HTTP-Date:location} ${perl-HTTP-Date:location}
${perl-IO-HTML:location} ${perl-IO-HTML:location}
......
...@@ -8,7 +8,6 @@ parts = ...@@ -8,7 +8,6 @@ parts =
[perl-HTTP-Negotiate] [perl-HTTP-Negotiate]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${perl:version}
${perl-HTTP-Message:location} ${perl-HTTP-Message:location}
url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Negotiate-6.01.tar.gz url = http://www.cpan.org/modules/by-module/HTTP/HTTP-Negotiate-6.01.tar.gz
md5sum = 1236195250e264d7436e7bb02031671b md5sum = 1236195250e264d7436e7bb02031671b
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-IO-HTML] [perl-IO-HTML]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/IO/IO-HTML-1.00.tar.gz url = http://www.cpan.org/modules/by-module/IO/IO-HTML-1.00.tar.gz
md5sum = fdfa3fe3d61a7fda9236c8d9776cdd65 md5sum = fdfa3fe3d61a7fda9236c8d9776cdd65
configure-command = configure-command =
......
...@@ -6,9 +6,6 @@ parts = perl-Image-Magick ...@@ -6,9 +6,6 @@ parts = perl-Image-Magick
[perl-Image-Magick] [perl-Image-Magick]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
${imagemagick:location}
url = http://search.cpan.org/CPAN/authors/id/J/JC/JCRISTY/PerlMagick-6.77.tar.gz url = http://search.cpan.org/CPAN/authors/id/J/JC/JCRISTY/PerlMagick-6.77.tar.gz
md5sum = fa0f66fa0cabbd1b196254f94dec8e99 md5sum = fa0f66fa0cabbd1b196254f94dec8e99
patch-options = -p0 patch-options = -p0
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-JSON] [perl-JSON]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/JSON/JSON-2.90.tar.gz url = http://www.cpan.org/modules/by-module/JSON/JSON-2.90.tar.gz
md5sum = e1512169a623e790a3f69b599cc1d3b9 md5sum = e1512169a623e790a3f69b599cc1d3b9
configure-command = configure-command =
......
...@@ -8,7 +8,6 @@ parts = ...@@ -8,7 +8,6 @@ parts =
[perl-LWP-MediaTypes] [perl-LWP-MediaTypes]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${perl:version}
${perl-URI:location} ${perl-URI:location}
url = http://www.cpan.org/modules/by-module/LWP/LWP-MediaTypes-6.02.tar.gz url = http://www.cpan.org/modules/by-module/LWP/LWP-MediaTypes-6.02.tar.gz
md5sum = 8c5f25fb64b974d22aff424476ba13c9 md5sum = 8c5f25fb64b974d22aff424476ba13c9
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-Net-HTTP] [perl-Net-HTTP]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/Net/Net-HTTP-6.06.tar.gz url = http://www.cpan.org/modules/by-module/Net/Net-HTTP-6.06.tar.gz
md5sum = 6e74d76205f168775de68347266793a7 md5sum = 6e74d76205f168775de68347266793a7
configure-command = configure-command =
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-Net-IP] [perl-Net-IP]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/Net/Net-IP-1.26.tar.gz url = http://www.cpan.org/modules/by-module/Net/Net-IP-1.26.tar.gz
md5sum = 3a98e3ac45d69ea38a63a7e678bd716d md5sum = 3a98e3ac45d69ea38a63a7e678bd716d
configure-command = configure-command =
......
...@@ -8,10 +8,7 @@ parts = ...@@ -8,10 +8,7 @@ parts =
[perl-SGML-Parser-OpenSP] [perl-SGML-Parser-OpenSP]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
# binary library should be rebuilt when perl is updated.
depends = depends =
${perl:version}
${perl:revision}
${perl-Class-Accessor:location} ${perl-Class-Accessor:location}
url = http://www.cpan.org/modules/by-module/SGML/SGML-Parser-OpenSP-0.994.tar.gz url = http://www.cpan.org/modules/by-module/SGML/SGML-Parser-OpenSP-0.994.tar.gz
md5sum = b1ee0244e9daa4d37f28cf32c4753691 md5sum = b1ee0244e9daa4d37f28cf32c4753691
......
...@@ -14,8 +14,6 @@ filename = ${:_buildout_section_name_} ...@@ -14,8 +14,6 @@ filename = ${:_buildout_section_name_}
[perl-Term-ReadLine-Gnu] [perl-Term-ReadLine-Gnu]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.20.tar.gz url = http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-1.20.tar.gz
md5sum = fa33510193b89a2ada74fcef00816322 md5sum = fa33510193b89a2ada74fcef00816322
patch-options = -p0 patch-options = -p0
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-URI] [perl-URI]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/URI/URI-1.60.tar.gz url = http://www.cpan.org/modules/by-module/URI/URI-1.60.tar.gz
md5sum = 70f739be8ce28b8baba7c5920ffee4dc md5sum = 70f739be8ce28b8baba7c5920ffee4dc
configure-command = configure-command =
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-WWW-RobotRules] [perl-WWW-RobotRules]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/WWW/WWW-RobotRules-6.02.tar.gz url = http://www.cpan.org/modules/by-module/WWW/WWW-RobotRules-6.02.tar.gz
md5sum = b7186e8b8b3701e70c22abf430742403 md5sum = b7186e8b8b3701e70c22abf430742403
configure-command = configure-command =
......
...@@ -10,10 +10,7 @@ parts = ...@@ -10,10 +10,7 @@ parts =
[perl-XML-LibXML] [perl-XML-LibXML]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
# binary library should be rebuilt when perl is updated.
depends = depends =
${perl:version}
${perl:revision}
${perl-XML-NamespaceSupport:location} ${perl-XML-NamespaceSupport:location}
${perl-XML-SAX:location} ${perl-XML-SAX:location}
url = http://www.cpan.org/modules/by-module/XML/XML-LibXML-2.0116.tar.gz url = http://www.cpan.org/modules/by-module/XML/XML-LibXML-2.0116.tar.gz
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-XML-NamespaceSupport] [perl-XML-NamespaceSupport]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/XML/XML-NamespaceSupport-1.11.tar.gz url = http://www.cpan.org/modules/by-module/XML/XML-NamespaceSupport-1.11.tar.gz
md5sum = 222cca76161cd956d724286d36b607da md5sum = 222cca76161cd956d724286d36b607da
configure-command = configure-command =
......
...@@ -9,7 +9,6 @@ parts = ...@@ -9,7 +9,6 @@ parts =
[perl-XML-Parser] [perl-XML-Parser]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${perl:version}
${perl-libwww-perl:location} ${perl-libwww-perl:location}
url = http://www.cpan.org/modules/by-module/XML/XML-Parser-2.41.tar.gz url = http://www.cpan.org/modules/by-module/XML/XML-Parser-2.41.tar.gz
md5sum = c320d2ffa459e6cdc6f9f59c1185855e md5sum = c320d2ffa459e6cdc6f9f59c1185855e
......
...@@ -6,8 +6,6 @@ parts = ...@@ -6,8 +6,6 @@ parts =
[perl-XML-SAX-Base] [perl-XML-SAX-Base]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${perl:version}
url = http://www.cpan.org/modules/by-module/XML/XML-SAX-Base-1.08.tar.gz url = http://www.cpan.org/modules/by-module/XML/XML-SAX-Base-1.08.tar.gz
md5sum = 38c8c3247dfd080712596118d70dbe32 md5sum = 38c8c3247dfd080712596118d70dbe32
configure-command = configure-command =
......
...@@ -9,7 +9,6 @@ parts = ...@@ -9,7 +9,6 @@ parts =
[perl-XML-SAX] [perl-XML-SAX]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${perl:version}
${perl-XML-NamespaceSupport:location} ${perl-XML-NamespaceSupport:location}
${perl-XML-SAX-Base:location} ${perl-XML-SAX-Base:location}
url = http://www.cpan.org/modules/by-module/XML/XML-SAX-0.99.tar.gz url = http://www.cpan.org/modules/by-module/XML/XML-SAX-0.99.tar.gz
......
...@@ -19,7 +19,6 @@ parts = ...@@ -19,7 +19,6 @@ parts =
[perl-libwww-perl] [perl-libwww-perl]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends = depends =
${perl:version}
${perl-Data-Dump:location} ${perl-Data-Dump:location}
${perl-Encode-Locale:location} ${perl-Encode-Locale:location}
${perl-File-Listing:location} ${perl-File-Listing:location}
......
...@@ -7,11 +7,7 @@ parts = ...@@ -7,11 +7,7 @@ parts =
[perl] [perl]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${gdbm:version}
version = 5.20.0 version = 5.20.0
# increase revision when we need to rebuild binary libraries.
revision = 1
url = http://www.cpan.org/src/5.0/perl-${:version}.tar.bz2 url = http://www.cpan.org/src/5.0/perl-${:version}.tar.bz2
md5sum = 20cbecd4e9e880ee7a50a136c8b1484e md5sum = 20cbecd4e9e880ee7a50a136c8b1484e
siteprefix = ${buildout:parts-directory}/site_${:_buildout_section_name_} siteprefix = ${buildout:parts-directory}/site_${:_buildout_section_name_}
......
...@@ -17,9 +17,6 @@ extends = ...@@ -17,9 +17,6 @@ extends =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://poppler.freedesktop.org/poppler-0.26.0.tar.xz url = http://poppler.freedesktop.org/poppler-0.26.0.tar.xz
md5sum = 76c3b2f18002a0f1e2bbbc7cccd1b957 md5sum = 76c3b2f18002a0f1e2bbbc7cccd1b957
depends =
${libtiff:version}
${libpng:so_version}
configure-options = configure-options =
--disable-cairo-output --disable-cairo-output
--disable-cms --disable-cms
......
...@@ -11,8 +11,6 @@ versions = versions ...@@ -11,8 +11,6 @@ versions = versions
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = pycrypto egg = pycrypto
environment = pycrypto-python-env environment = pycrypto-python-env
depends =
${gmp:version}
include-dirs = include-dirs =
${gmp:location}/include ${gmp:location}/include
library-dirs = library-dirs =
......
...@@ -25,8 +25,6 @@ filename = python-2.6.6-no_system_inc_dirs.patch ...@@ -25,8 +25,6 @@ filename = python-2.6.6-no_system_inc_dirs.patch
[python2.6] [python2.6]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${gdbm:version}
# This is actually the default setting for prefix, but we can't use it in # 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. # other settings in this part if we don't set it explicitly here.
prefix = ${buildout:parts-directory}/${:_buildout_section_name_} prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
......
...@@ -31,8 +31,6 @@ package_version = 2.7.8 ...@@ -31,8 +31,6 @@ package_version = 2.7.8
package_version_suffix = package_version_suffix =
md5sum = d235bdfa75b8396942e360a70487ee00 md5sum = d235bdfa75b8396942e360a70487ee00
depends =
${gdbm:version}
# This is actually the default setting for prefix, but we can't use it in # 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. # other settings in this part if we don't set it explicitly here.
prefix = ${buildout:parts-directory}/${:_buildout_section_name_} prefix = ${buildout:parts-directory}/${:_buildout_section_name_}
......
...@@ -17,8 +17,6 @@ recipe = slapos.recipe.cmmi ...@@ -17,8 +17,6 @@ recipe = slapos.recipe.cmmi
# qemu-kvm and qemu are now the same since 1.3. # qemu-kvm and qemu are now the same since 1.3.
url = http://wiki.qemu-project.org/download/qemu-1.6.1.tar.bz2 url = http://wiki.qemu-project.org/download/qemu-1.6.1.tar.bz2
md5sum = 3a897d722457c5a895cd6ac79a28fda0 md5sum = 3a897d722457c5a895cd6ac79a28fda0
depends =
${libpng:so_version}
configure-options = configure-options =
--target-list=x86_64-softmmu --target-list=x86_64-softmmu
--enable-system --enable-system
......
...@@ -135,7 +135,7 @@ mr.developer = 1.30 ...@@ -135,7 +135,7 @@ mr.developer = 1.30
netaddr = 0.7.11 netaddr = 0.7.11
pyparsing = 2.0.2 pyparsing = 2.0.2
six = 1.7.3 six = 1.7.3
slapos.core = 1.1.2 slapos.core = 1.1.3
slapos.libnetworkcache = 0.14.1 slapos.libnetworkcache = 0.14.1
slapos.recipe.cmmi = 0.2 slapos.recipe.cmmi = 0.2
stevedore = 0.15 stevedore = 0.15
...@@ -143,29 +143,29 @@ xml-marshaller = 0.9.7 ...@@ -143,29 +143,29 @@ xml-marshaller = 0.9.7
z3c.recipe.scripts = 1.0.1 z3c.recipe.scripts = 1.0.1
# Required by: # Required by:
# slapos.core==1.1.2 # slapos.core==1.1.3
Flask = 0.10.1 Flask = 0.10.1
# Required by: # Required by:
# slapos.core==1.1.2 # slapos.core==1.1.3
cliff = 1.6.1 cliff = 1.6.1
# Required by: # Required by:
# slapos.core==1.1.2 # slapos.core==1.1.3
netifaces = 0.10.4 netifaces = 0.10.4
# Required by: # Required by:
# slapos.core==1.1.2 # slapos.core==1.1.3
psutil = 2.1.1 psutil = 2.1.1
# Required by: # Required by:
# slapos.core==1.1.2 # slapos.core==1.1.3
requests = 2.3.0 requests = 2.3.0
# Required by: # Required by:
# slapos.core==1.1.2 # slapos.core==1.1.3
supervisor = 3.0 supervisor = 3.0
# Required by: # Required by:
# slapos.core==1.1.2 # slapos.core==1.1.3
zope.interface = 4.1.1 zope.interface = 4.1.1
...@@ -18,8 +18,6 @@ filename = sphinx-1.10-beta-snowball.patch ...@@ -18,8 +18,6 @@ filename = sphinx-1.10-beta-snowball.patch
[sphinx] [sphinx]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
depends =
${mariadb:version}
url = http://sphinxsearch.com/files/sphinx-2.0.5-release.tar.gz url = http://sphinxsearch.com/files/sphinx-2.0.5-release.tar.gz
md5sum = e71fdb5b0c2911247d48fb30550b9584 md5sum = e71fdb5b0c2911247d48fb30550b9584
configure-options = configure-options =
......
...@@ -14,9 +14,6 @@ parts = ...@@ -14,9 +14,6 @@ parts =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = http://tesseract-ocr.googlecode.com/files/tesseract-3.01.tar.gz url = http://tesseract-ocr.googlecode.com/files/tesseract-3.01.tar.gz
md5sum = 1ba496e51a42358fb9d3ffe781b2d20a md5sum = 1ba496e51a42358fb9d3ffe781b2d20a
depends =
${libpng:so_version}
${webp:so_version}
patch-options = patch-options =
-p1 -p1
patches = patches =
......
...@@ -12,9 +12,6 @@ extends = ...@@ -12,9 +12,6 @@ extends =
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://webp.googlecode.com/files/libwebp-0.3.0.tar.gz url = https://webp.googlecode.com/files/libwebp-0.3.0.tar.gz
md5sum = 4183f4f51ada98976f14e7bd51f30938 md5sum = 4183f4f51ada98976f14e7bd51f30938
depends =
${libpng:so_version}
so_version = 4
configure-options = configure-options =
--disable-static --disable-static
--with-jpegincludedir=${libjpeg:location}/include --with-jpegincludedir=${libjpeg:location}/include
......
[buildout] [buildout]
parts = parts =
xapian xapian
depends = extends =
../zlib/buildout.cfg ../zlib/buildout.cfg
../libuuid/buildout.cfg ../libuuid/buildout.cfg
......
...@@ -314,7 +314,6 @@ recipe = slapos.recipe.cmmi ...@@ -314,7 +314,6 @@ recipe = slapos.recipe.cmmi
url = http://www.x.org/releases/X11R7.7/src/everything/xkeyboard-config-2.6.tar.bz2 url = http://www.x.org/releases/X11R7.7/src/everything/xkeyboard-config-2.6.tar.bz2
md5sum = e7e31da9adb56ba52b5c18226b8cbef3 md5sum = e7e31da9adb56ba52b5c18226b8cbef3
depends = depends =
${perl:version}
${perl-XML-Parser:location} ${perl-XML-Parser:location}
configure-options = configure-options =
--disable-static --disable-static
......
...@@ -52,7 +52,6 @@ eggs = ${instance-recipe:egg} ...@@ -52,7 +52,6 @@ eggs = ${instance-recipe:egg}
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
Jinja2 = 2.6 Jinja2 = 2.6
MySQL-python = 1.2.3 MySQL-python = 1.2.3
...@@ -104,12 +103,6 @@ paramiko = 1.7.7.1 ...@@ -104,12 +103,6 @@ paramiko = 1.7.7.1
# slapos.toolbox==0.10 # slapos.toolbox==0.10
psutil = 0.3.0 psutil = 0.3.0
# Required by:
# slapos.cookbook==0.34
# slapos.core==0.18
# slapos.toolbox==0.10
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.34 # slapos.cookbook==0.34
# slapos.toolbox==0.10 # slapos.toolbox==0.10
......
...@@ -205,8 +205,6 @@ numpy = 1.6.2 ...@@ -205,8 +205,6 @@ numpy = 1.6.2
websockify = 0.3.0 websockify = 0.3.0
slapos.cookbook=0.78.1 slapos.cookbook=0.78.1
setuptools = 0.6c12dev-r88846
Jinja2 = 2.7 Jinja2 = 2.7
MarkupSafe = 0.18 MarkupSafe = 0.18
Werkzeug = 0.8.3 Werkzeug = 0.8.3
......
...@@ -37,7 +37,6 @@ eggs = ${instance-recipe:egg} ...@@ -37,7 +37,6 @@ eggs = ${instance-recipe:egg}
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
Jinja2 = 2.6 Jinja2 = 2.6
MySQL-python = 1.2.3 MySQL-python = 1.2.3
...@@ -89,12 +88,6 @@ paramiko = 1.7.7.1 ...@@ -89,12 +88,6 @@ paramiko = 1.7.7.1
# slapos.toolbox==0.10 # slapos.toolbox==0.10
psutil = 0.3.0 psutil = 0.3.0
# Required by:
# slapos.cookbook==0.34
# slapos.core==0.18
# slapos.toolbox==0.10
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.34 # slapos.cookbook==0.34
# slapos.toolbox==0.10 # slapos.toolbox==0.10
......
...@@ -247,7 +247,6 @@ output = ${buildout:directory}/template.cfg ...@@ -247,7 +247,6 @@ output = ${buildout:directory}/template.cfg
mode = 0644 mode = 0644
[versions] [versions]
zc.buildout = 1.6.0-dev-SlapOS-010
rdiff-backup = 1.0.5 rdiff-backup = 1.0.5
Jinja2 = 2.7 Jinja2 = 2.7
MarkupSafe = 0.18 MarkupSafe = 0.18
...@@ -298,13 +297,6 @@ pyflakes = 0.7.3 ...@@ -298,13 +297,6 @@ pyflakes = 0.7.3
# slapos.cookbook==0.78.1 # slapos.cookbook==0.78.1
pytz = 2013b pytz = 2013b
# Required by:
# slapos.cookbook==0.78.1
# slapos.core==0.35.1
# zc.buildout==1.6.0-dev-SlapOS-010
# zc.recipe.egg==1.3.2
setuptools = 0.9.5
# Required by: # Required by:
# slapos.cookbook==0.78.1 # slapos.cookbook==0.78.1
slapos.core = 0.35.1 slapos.core = 0.35.1
......
...@@ -176,15 +176,6 @@ netifaces = 0.10.4 ...@@ -176,15 +176,6 @@ netifaces = 0.10.4
# slapos.core==0.35.1 # slapos.core==0.35.1
pyflakes = 0.7.2 pyflakes = 0.7.2
# Required by:
# hexagonit.recipe.download==1.6nxd002
# slapos.cookbook==0.78.1
# slapos.core==0.35.1
# supervisor==3.0b1
# zc.buildout==1.6.0-dev-SlapOS-010
# zope.interface==4.0.5
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.core==0.35.1 # slapos.core==0.35.1
supervisor = 3.0b1 supervisor = 3.0b1
......
...@@ -36,7 +36,6 @@ eggs = ${instance-recipe:egg} ...@@ -36,7 +36,6 @@ eggs = ${instance-recipe:egg}
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
Jinja2 = 2.6 Jinja2 = 2.6
MySQL-python = 1.2.3 MySQL-python = 1.2.3
...@@ -88,12 +87,6 @@ paramiko = 1.7.7.1 ...@@ -88,12 +87,6 @@ paramiko = 1.7.7.1
# slapos.toolbox==0.10 # slapos.toolbox==0.10
psutil = 0.3.0 psutil = 0.3.0
# Required by:
# slapos.cookbook==0.34
# slapos.core==0.18
# slapos.toolbox==0.10
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.34 # slapos.cookbook==0.34
# slapos.toolbox==0.10 # slapos.toolbox==0.10
...@@ -126,4 +119,4 @@ recipe = plone.recipe.command ...@@ -126,4 +119,4 @@ recipe = plone.recipe.command
download-cache = ${buildout:directory}/downloads download-cache = ${buildout:directory}/downloads
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0 command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
update-command = ${:command} update-command = ${:command}
stop-on-error = True stop-on-error = True
\ No newline at end of file
...@@ -212,15 +212,6 @@ netifaces = 0.10.4 ...@@ -212,15 +212,6 @@ netifaces = 0.10.4
# slapos.core==0.35.1 # slapos.core==0.35.1
pyflakes = 0.7.2 pyflakes = 0.7.2
# Required by:
# hexagonit.recipe.download==1.6nxd002
# slapos.cookbook==0.78.1
# slapos.core==0.35.1
# supervisor==3.0b1
# zc.buildout==1.6.0-dev-SlapOS-010
# zope.interface==4.0.5
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.core==0.35.1 # slapos.core==0.35.1
supervisor = 3.0b1 supervisor = 3.0b1
......
...@@ -47,7 +47,6 @@ eggs = ${instance-recipe:egg} ...@@ -47,7 +47,6 @@ eggs = ${instance-recipe:egg}
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
Jinja2 = 2.6 Jinja2 = 2.6
MySQL-python = 1.2.3 MySQL-python = 1.2.3
...@@ -99,12 +98,6 @@ paramiko = 1.7.7.1 ...@@ -99,12 +98,6 @@ paramiko = 1.7.7.1
# slapos.toolbox==0.10 # slapos.toolbox==0.10
psutil = 0.3.0 psutil = 0.3.0
# Required by:
# slapos.cookbook==0.34
# slapos.core==0.18
# slapos.toolbox==0.10
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.34 # slapos.cookbook==0.34
# slapos.toolbox==0.10 # slapos.toolbox==0.10
......
...@@ -47,7 +47,6 @@ eggs = ${instance-recipe:egg} ...@@ -47,7 +47,6 @@ eggs = ${instance-recipe:egg}
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
Jinja2 = 2.6 Jinja2 = 2.6
MySQL-python = 1.2.3 MySQL-python = 1.2.3
...@@ -99,12 +98,6 @@ paramiko = 1.7.7.1 ...@@ -99,12 +98,6 @@ paramiko = 1.7.7.1
# slapos.toolbox==0.10 # slapos.toolbox==0.10
psutil = 0.3.0 psutil = 0.3.0
# Required by:
# slapos.cookbook==0.34
# slapos.core==0.18
# slapos.toolbox==0.10
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.34 # slapos.cookbook==0.34
# slapos.toolbox==0.10 # slapos.toolbox==0.10
......
...@@ -47,7 +47,6 @@ eggs = ${instance-recipe:egg} ...@@ -47,7 +47,6 @@ eggs = ${instance-recipe:egg}
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
Jinja2 = 2.6 Jinja2 = 2.6
MySQL-python = 1.2.3 MySQL-python = 1.2.3
...@@ -99,12 +98,6 @@ paramiko = 1.7.7.1 ...@@ -99,12 +98,6 @@ paramiko = 1.7.7.1
# slapos.toolbox==0.10 # slapos.toolbox==0.10
psutil = 0.3.0 psutil = 0.3.0
# Required by:
# slapos.cookbook==0.34
# slapos.core==0.18
# slapos.toolbox==0.10
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.34 # slapos.cookbook==0.34
# slapos.toolbox==0.10 # slapos.toolbox==0.10
......
...@@ -36,7 +36,6 @@ eggs = ${instance-recipe:egg} ...@@ -36,7 +36,6 @@ eggs = ${instance-recipe:egg}
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
Jinja2 = 2.6 Jinja2 = 2.6
MySQL-python = 1.2.3 MySQL-python = 1.2.3
...@@ -88,12 +87,6 @@ paramiko = 1.7.7.1 ...@@ -88,12 +87,6 @@ paramiko = 1.7.7.1
# slapos.toolbox==0.10 # slapos.toolbox==0.10
psutil = 0.3.0 psutil = 0.3.0
# Required by:
# slapos.cookbook==0.34
# slapos.core==0.18
# slapos.toolbox==0.10
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.34 # slapos.cookbook==0.34
# slapos.toolbox==0.10 # slapos.toolbox==0.10
......
...@@ -88,14 +88,6 @@ netaddr = 0.7.10 ...@@ -88,14 +88,6 @@ netaddr = 0.7.10
# slapos.core==0.28.5 # slapos.core==0.28.5
netifaces = 0.10.4 netifaces = 0.10.4
# Required by:
# erp5.util==0.4.7
# slapos.cookbook==0.65
# slapos.core==0.28.5
# zc.buildout==1.6.0-dev-SlapOS-006
# zc.recipe.egg==1.3.2
setuptools = 0.9.8
# Required by: # Required by:
# slapos.cookbook==0.65 # slapos.cookbook==0.65
slapos.core = 0.28.5 slapos.core = 0.28.5
......
# This file is for building ERP5 software release using erp5-component
# branch.
[buildout]
extends =
software.cfg
[slapos.cookbook-repository]
branch = erp5-component
[erp5]
branch = erp5-component
...@@ -182,9 +182,6 @@ signature-certificate-list = ...@@ -182,9 +182,6 @@ signature-certificate-list =
# use newest version of pytz # use newest version of pytz
pytz = pytz =
# pin version of setuptools
setuptools = 2.2
Jinja2 = 2.7.3 Jinja2 = 2.7.3
MarkupSafe = 0.23 MarkupSafe = 0.23
PyXML = 0.8.5 PyXML = 0.8.5
......
...@@ -36,7 +36,6 @@ eggs = ${instance-recipe:egg} ...@@ -36,7 +36,6 @@ eggs = ${instance-recipe:egg}
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
Jinja2 = 2.6 Jinja2 = 2.6
MySQL-python = 1.2.3 MySQL-python = 1.2.3
...@@ -88,12 +87,6 @@ paramiko = 1.7.7.1 ...@@ -88,12 +87,6 @@ paramiko = 1.7.7.1
# slapos.toolbox==0.10 # slapos.toolbox==0.10
psutil = 0.3.0 psutil = 0.3.0
# Required by:
# slapos.cookbook==0.34
# slapos.core==0.18
# slapos.toolbox==0.10
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.34 # slapos.cookbook==0.34
# slapos.toolbox==0.10 # slapos.toolbox==0.10
......
...@@ -51,7 +51,6 @@ eggs = ...@@ -51,7 +51,6 @@ eggs =
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
[downloadcache-workaround] [downloadcache-workaround]
# workaround irritating problem of hexagonit.recipe.cmmi which automatically # workaround irritating problem of hexagonit.recipe.cmmi which automatically
...@@ -63,4 +62,4 @@ recipe = plone.recipe.command ...@@ -63,4 +62,4 @@ recipe = plone.recipe.command
download-cache = ${buildout:directory}/downloads download-cache = ${buildout:directory}/downloads
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0 command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
update-command = ${:command} update-command = ${:command}
stop-on-error = True stop-on-error = True
\ No newline at end of file
...@@ -44,7 +44,6 @@ eggs = ...@@ -44,7 +44,6 @@ eggs =
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
[downloadcache-workaround] [downloadcache-workaround]
# workaround irritating problem of hexagonit.recipe.cmmi which automatically # workaround irritating problem of hexagonit.recipe.cmmi which automatically
...@@ -56,4 +55,4 @@ recipe = plone.recipe.command ...@@ -56,4 +55,4 @@ recipe = plone.recipe.command
download-cache = ${buildout:directory}/downloads download-cache = ${buildout:directory}/downloads
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0 command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
update-command = ${:command} update-command = ${:command}
stop-on-error = True stop-on-error = True
\ No newline at end of file
...@@ -44,7 +44,6 @@ eggs = ...@@ -44,7 +44,6 @@ eggs =
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
[downloadcache-workaround] [downloadcache-workaround]
# workaround irritating problem of hexagonit.recipe.cmmi which automatically # workaround irritating problem of hexagonit.recipe.cmmi which automatically
...@@ -56,4 +55,4 @@ recipe = plone.recipe.command ...@@ -56,4 +55,4 @@ recipe = plone.recipe.command
download-cache = ${buildout:directory}/downloads download-cache = ${buildout:directory}/downloads
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0 command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
update-command = ${:command} update-command = ${:command}
stop-on-error = True stop-on-error = True
\ No newline at end of file
...@@ -38,7 +38,6 @@ eggs = ${instance-recipe:egg} ...@@ -38,7 +38,6 @@ eggs = ${instance-recipe:egg}
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
[downloadcache-workaround] [downloadcache-workaround]
# workaround irritating problem of hexagonit.recipe.cmmi which automatically # workaround irritating problem of hexagonit.recipe.cmmi which automatically
...@@ -50,4 +49,4 @@ recipe = plone.recipe.command ...@@ -50,4 +49,4 @@ recipe = plone.recipe.command
download-cache = ${buildout:directory}/downloads download-cache = ${buildout:directory}/downloads
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0 command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
update-command = ${:command} update-command = ${:command}
stop-on-error = True stop-on-error = True
\ No newline at end of file
...@@ -152,14 +152,6 @@ pyflakes = 0.7 ...@@ -152,14 +152,6 @@ pyflakes = 0.7
# slapos.cookbook==0.82 # slapos.cookbook==0.82
pytz = 2013b pytz = 2013b
# Required by:
# slapos.cookbook==0.82
# slapos.core==0.35.1
# slapos.toolbox==0.34.0
# zc.buildout==1.6.0-dev-SlapOS-010
# zc.recipe.egg==1.3.2
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.82 # slapos.cookbook==0.82
# slapos.toolbox==0.34.0 # slapos.toolbox==0.34.0
......
...@@ -78,17 +78,6 @@ pyflakes = 0.6.1 ...@@ -78,17 +78,6 @@ pyflakes = 0.6.1
# slapos.cookbook==0.76.0 # slapos.cookbook==0.76.0
pytz = 2013b pytz = 2013b
# Required by:
# collective.recipe.template==1.10
# erp5.util==0.4.33
# hexagonit.recipe.download==1.6nxd002
# slapos.cookbook==0.76.0
# slapos.core==0.35.1
# supervisor==3.0b1
# zc.buildout==1.6.0-dev-SlapOS-010
# zope.interface==4.0.5
setuptools = 1.4.2
# Required by: # Required by:
# slapos.cookbook==0.76.0 # slapos.cookbook==0.76.0
slapos.core = 0.35.1 slapos.core = 0.35.1
......
...@@ -38,7 +38,6 @@ eggs = ${instance-recipe:egg} ...@@ -38,7 +38,6 @@ eggs = ${instance-recipe:egg}
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.6.0-dev-SlapOS-003
slapos.cookbook = 0.20 slapos.cookbook = 0.20
# Generated by buildout-versions # Generated by buildout-versions
...@@ -73,13 +72,6 @@ netaddr = 0.7.6 ...@@ -73,13 +72,6 @@ netaddr = 0.7.6
# slapos.core==0.21 # slapos.core==0.21
netifaces = 0.6 netifaces = 0.6
# Required by:
# slapos.cookbook==0.20
# slapos.core==0.21
# zc.buildout==1.6.0-dev-SlapOS-003
# zc.recipe.egg==1.3.2
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.20 # slapos.cookbook==0.20
slapos.core = 0.21 slapos.core = 0.21
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
extends = extends =
../../stack/lamp/buildout.cfg ../../stack/lamp/buildout.cfg
../../stack/slapos.cfg
[application] [application]
recipe = slapos.recipe.build:download-unpacked recipe = slapos.recipe.build:download-unpacked
...@@ -19,4 +20,5 @@ mode = 0644 ...@@ -19,4 +20,5 @@ mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration] [application-configuration]
location = Student shall put here relative path to application top level directory where configuration shall be created #Student shall put here relative path to application top level directory where configuration shall be created
#location =
...@@ -35,7 +35,6 @@ eggs = ${instance-recipe:egg} ...@@ -35,7 +35,6 @@ eggs = ${instance-recipe:egg}
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
Jinja2 = 2.6 Jinja2 = 2.6
MySQL-python = 1.2.3 MySQL-python = 1.2.3
...@@ -87,12 +86,6 @@ paramiko = 1.7.7.1 ...@@ -87,12 +86,6 @@ paramiko = 1.7.7.1
# slapos.toolbox==0.10 # slapos.toolbox==0.10
psutil = 0.3.0 psutil = 0.3.0
# Required by:
# slapos.cookbook==0.34
# slapos.core==0.18
# slapos.toolbox==0.10
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.34 # slapos.cookbook==0.34
# slapos.toolbox==0.10 # slapos.toolbox==0.10
......
...@@ -42,7 +42,6 @@ eggs = ...@@ -42,7 +42,6 @@ eggs =
[versions] [versions]
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010
[downloadcache-workaround] [downloadcache-workaround]
# workaround irritating problem of hexagonit.recipe.cmmi which automatically # workaround irritating problem of hexagonit.recipe.cmmi which automatically
...@@ -54,4 +53,4 @@ recipe = plone.recipe.command ...@@ -54,4 +53,4 @@ recipe = plone.recipe.command
download-cache = ${buildout:directory}/downloads download-cache = ${buildout:directory}/downloads
command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0 command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0
update-command = ${:command} update-command = ${:command}
stop-on-error = True stop-on-error = True
\ No newline at end of file
...@@ -124,13 +124,6 @@ pyflakes = 0.6.1 ...@@ -124,13 +124,6 @@ pyflakes = 0.6.1
# slapos.cookbook==0.72.0 # slapos.cookbook==0.72.0
pytz = 2012j pytz = 2012j
# Required by:
# slapos.cookbook==0.72.0
# slapos.core==0.35
# zc.buildout==1.6.0-dev-SlapOS-010
# zc.recipe.egg==1.3.2
setuptools = 0.6c12dev-r88846
# Required by: # Required by:
# slapos.cookbook==0.72.0 # slapos.cookbook==0.72.0
slapos.core = 0.35 slapos.core = 0.35
......
...@@ -37,13 +37,6 @@ mode = 0644 ...@@ -37,13 +37,6 @@ mode = 0644
[versions] [versions]
slapos.cookbook = 0.7 slapos.cookbook = 0.7
# Required by slapos.cookbook==0.7
slapos.core = 0.2
collective.recipe.template = 1.8
netaddr = 0.7.5
xml-marshaller = 0.9.7
setuptools = 0.6c12dev-r88795
hexagonit.recipe.cmmi = 1.5.0 hexagonit.recipe.cmmi = 1.5.0
hexagonit.recipe.download = 1.6nxd002 hexagonit.recipe.download = 1.6nxd002
plone.recipe.command = 1.1 plone.recipe.command = 1.1
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment