Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kasra Jamshidi
slapos
Commits
80ccf467
Commit
80ccf467
authored
May 26, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix paths to hooks and patches.
parent
46657705
Changes
23
Show whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
33 additions
and
33 deletions
+33
-33
component/bzip2/buildout.cfg
component/bzip2/buildout.cfg
+1
-1
component/cyrus-sasl/buildout.cfg
component/cyrus-sasl/buildout.cfg
+1
-1
component/dcron/buildout.cfg
component/dcron/buildout.cfg
+1
-1
component/gdbm/buildout.cfg
component/gdbm/buildout.cfg
+1
-1
component/ghostscript/buildout.cfg
component/ghostscript/buildout.cfg
+1
-1
component/handlersocket/buildout.cfg
component/handlersocket/buildout.cfg
+1
-1
component/imagemagick/buildout.cfg
component/imagemagick/buildout.cfg
+2
-2
component/jbigkit/buildout.cfg
component/jbigkit/buildout.cfg
+2
-2
component/kumo/buildout.cfg
component/kumo/buildout.cfg
+2
-2
component/libdb/buildout.cfg
component/libdb/buildout.cfg
+1
-1
component/memcached/buildout.cfg
component/memcached/buildout.cfg
+3
-3
component/mroonga/buildout.cfg
component/mroonga/buildout.cfg
+1
-1
component/mysql-5.1/buildout.cfg
component/mysql-5.1/buildout.cfg
+1
-1
component/mysql-tritonn-5.0/buildout.cfg
component/mysql-tritonn-5.0/buildout.cfg
+1
-1
component/ocropus/buildout.cfg
component/ocropus/buildout.cfg
+2
-2
component/pdftk/buildout.cfg
component/pdftk/buildout.cfg
+2
-2
component/perl/buildout.cfg
component/perl/buildout.cfg
+1
-1
component/python-2.4/buildout.cfg
component/python-2.4/buildout.cfg
+3
-3
component/python-2.6/buildout.cfg
component/python-2.6/buildout.cfg
+1
-1
component/sphinx/buildout.cfg
component/sphinx/buildout.cfg
+2
-2
component/stunnel/buildout.cfg
component/stunnel/buildout.cfg
+1
-1
component/subversion/buildout.cfg
component/subversion/buildout.cfg
+1
-1
component/xtrabackup/buildout.cfg
component/xtrabackup/buildout.cfg
+1
-1
No files found.
component/bzip2/buildout.cfg
View file @
80ccf467
...
...
@@ -4,7 +4,7 @@ parts =
[bzip2-hooks-download]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../hook/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 066c8355b7d726f30176ea5b6a35e1a2
download-only = true
filename = bzip2-hooks.py
...
...
component/cyrus-sasl/buildout.cfg
View file @
80ccf467
...
...
@@ -8,7 +8,7 @@ extends =
# patch available thanks to Gentoo packagers
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/cyrus-sasl/files/cyrus-sasl-2.1.22-gcc44.patch?revision=1.2
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 5deb4d67b53ecba20c7887fc8fdebee1
filename = cyrus-sasl-2.1.22-gcc44.patch
download-only = true
...
...
component/dcron/buildout.cfg
View file @
80ccf467
...
...
@@ -4,7 +4,7 @@ parts = dcron
[dcron-patch-nonroot]
recipe = hexagonit.recipe.download
md5sum = 2f5b22dc1cbe81060a9c28e6f5c06e8b
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
filename = dcron-4.4.noroot.no.globals.patch
download-only = true
...
...
component/gdbm/buildout.cfg
View file @
80ccf467
...
...
@@ -4,7 +4,7 @@ parts =
[gdbm-nochange-patch-download]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = fafa6cae0afbf2b5afb9ef3b8e3035a4
download-only = true
filename = gdbm-Makefile.in-nochange.patch
...
...
component/ghostscript/buildout.cfg
View file @
80ccf467
...
...
@@ -9,7 +9,7 @@ parts = ghostscript
[ghostscript-hooks-download]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../hook/
${:filename}
url = ${:_profile_base_location_}/${:filename}
filename = ghostscript-hooks.py
md5sum = 731475648c91507bd1dfe2a61ee84552
download-only = true
...
...
component/handlersocket/buildout.cfg
View file @
80ccf467
...
...
@@ -13,7 +13,7 @@ parts =
[handlersocket-mariadb-patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 2654feea2e867c898b741ac0f0aa8e14
filename = HandlerSocket-Plugin-for-MySQL-1.0.6-mariadb.patch
download-only = true
...
...
component/imagemagick/buildout.cfg
View file @
80ccf467
...
...
@@ -19,7 +19,7 @@ extends =
[imagemagick-6.6.6-1-no-gsx-gsc-probe.patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
path = ${:filename}
md5sum = 3f28ecd9f6722cf2c3238ce6ec3d7a68
download-only = true
...
...
@@ -27,7 +27,7 @@ filename = imagemagick-6.6.6-1-no-gsx-gsc-probe.patch
[imagemagick-6.6.7-4-without-lzma.patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
path = ${:filename}
md5sum = 04e1b934a58f4b3a83e4df148795b338
download-only = true
...
...
component/jbigkit/buildout.cfg
View file @
80ccf467
...
...
@@ -5,7 +5,7 @@ parts =
[jbigkit-hooks]
recipe = hexagonit.recipe.download
download-only = true
url = ${:_profile_base_location_}/
../hook/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = f1edb4ddd212d2d100d7ea8b2e42d21f
filename = jbigkit-hooks.py
...
...
@@ -13,7 +13,7 @@ filename = jbigkit-hooks.py
recipe = hexagonit.recipe.download
# Patched thanks to Gentoo developers:
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-libs/jbigkit/files/jbigkit-2.0-build.patch?revision=1.1
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
download-only = true
filename = jbigkit-2.0-build.patch
md5sum = e974958e9331735c07478e9c2dde8795
...
...
component/kumo/buildout.cfg
View file @
80ccf467
...
...
@@ -9,7 +9,7 @@ parts = kumo
find-links = http://www.nexedi.org/static/packages/source/
[kumo-hooks-download]
url = ${:_profile_base_location_}/
../hook/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 958a595a02de75624728f8d65e39d800
recipe = hexagonit.recipe.download
download-only=true
...
...
@@ -17,7 +17,7 @@ filename = kumo-hooks.py
[kumo-ipv6-multiip-patch-download]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
filename = kumofs-0.4.13_ipv6support_multiiplistenfix.patch
md5sum = 53af9f1f1375940841c589a6cbe11425
download-only = true
...
...
component/libdb/buildout.cfg
View file @
80ccf467
...
...
@@ -2,7 +2,7 @@
parts = libdb
[libdb-hooks-download]
url = ${:_profile_base_location_}/
../hook/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = acb3bfb990a48381176c1e8f74130e30
recipe = hexagonit.recipe.download
download-only=true
...
...
component/memcached/buildout.cfg
View file @
80ccf467
...
...
@@ -7,21 +7,21 @@ extends = libevent.cfg
# * http://code.google.com/p/memcached/issues/detail?id=60
# * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565033
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = c03b3bfc237b77667b0e90442b0980e8
download-only = true
filename = memcached-fix-strict-aliasing.patch
[memcached-fix-array-subscript-is-above-array-bounds]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
filename = memcached-1.4-fix-array-subscript-is-above-array-bounds.patch
download-only = true
md5sum = 472508b9a4b6c0b9f5d6f2abce3444e3
[memcached-gcc4.6.patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
filename = memcached-gcc4.6.patch
download-only = true
md5sum = 3418477f64500cd2a8dce046f5d72fec
...
...
component/mroonga/buildout.cfg
View file @
80ccf467
...
...
@@ -18,7 +18,7 @@ configure-options =
[mroonga-mariadb-patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = da2457b9f8006cddb279a165128479e5
filename = groonga-storage-engine-0.4.mariadb.patch
download-only = true
...
...
component/mysql-5.1/buildout.cfg
View file @
80ccf467
...
...
@@ -14,7 +14,7 @@ parts =
[mysql-5.1-sphinx-patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 6580393ca93ecf564cad0552b91a563e
filename = mysql-5.1.49-sphinx-1.10.diff
download-only = true
...
...
component/mysql-tritonn-5.0/buildout.cfg
View file @
80ccf467
...
...
@@ -44,7 +44,7 @@ download-only = true
[mysql-5.0-sphinx-patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 4ca071cde319213a213ab3605e326d1c
filename = mysql-5.0.87-sphinx-1.10.diff
download-only = true
...
...
component/ocropus/buildout.cfg
View file @
80ccf467
...
...
@@ -5,7 +5,7 @@ parts = ocropus
recipe = hexagonit.recipe.download
download-only = true
filename = ocropus.SConstruct-local-installation.patch
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 08710ec022f3ce13e5c0b584dfee2c1c
[ocropus]
...
...
@@ -33,7 +33,7 @@ command =
recipe = hexagonit.recipe.download
download-only = true
filename = iulib.SConstruct-libtiff-detection.patch
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = dbbdf909814fb84ffe47e2ff59980db7
[iulib]
...
...
component/pdftk/buildout.cfg
View file @
80ccf467
...
...
@@ -11,14 +11,14 @@ parts = pdftk
[pdftk-1.44-Makefile.Base.patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
download-only = true
md5sum = 04a3607213e4e638c1fd993321804499
filename = pdftk-1.44-Makefile.Base.patch
[pdftk-hooks-download]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../hook/
${:filename}
url = ${:_profile_base_location_}/${:filename}
filename = pdftk-hooks.py
md5sum = d2a067b98953ad30ba1230f87dfb8b92
download-only = true
...
...
component/perl/buildout.cfg
View file @
80ccf467
...
...
@@ -7,7 +7,7 @@ parts =
[perl-keep-linker-flags-in-ldflags.patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 9873a89c969bd5a478434c3b8b2d57d8
download-only = true
filename = ${:_buildout_section_name_}
...
...
component/python-2.4/buildout.cfg
View file @
80ccf467
...
...
@@ -15,21 +15,21 @@ parts =
[python2.4-dbm-patch]
recipe = hexagonit.recipe.download
# original patch from http://bugs.gentoo.org/attachment.cgi?id=109117
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 8611020af1463b42f253ac73a91b09a1
download-only = true
filename = python2.4-dbm.patch
[python2.4-no_system_inc_dirs-patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 65c1193ac42c15109be0e6f9b7a671b8
download-only = true
filename = python2.4-no_system_inc_dirs.patch
[python2.4-CPPFLAGS-patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 912b6d4b107e3f382995a4d3afcd3eca
download-only = true
filename = python2.4-backport-CPPFLAGS-setup-from-python2.6.patch
...
...
component/python-2.6/buildout.cfg
View file @
80ccf467
...
...
@@ -15,7 +15,7 @@ parts =
[python-2.6.6-no_system_inc_dirs.patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
path = ${:filename}
md5sum = ed7f8e11a97e45e5e09649c8b242e917
download-only = true
...
...
component/sphinx/buildout.cfg
View file @
80ccf467
...
...
@@ -7,14 +7,14 @@ extends =
[sphinx-1.10-fix_nosigpipe.patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = b606b2a267ebfbd009bb1e72e7a29462
download-only = true
filename = sphinx-1.10-fix_nosigpipe.patch
[sphinx-1.10-beta-snowball.patch]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
path = ${:filename}
md5sum = 65a5ee78bf27c030734674c018006287
download-only = true
...
...
component/stunnel/buildout.cfg
View file @
80ccf467
...
...
@@ -10,7 +10,7 @@ recipe = hexagonit.recipe.cmmi
[stunnel-4-hook-download]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../hook/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 5b099b386c34c5b8d0664c0292ba322a
download-only=true
filename = stunnel-4-hooks.py
...
...
component/subversion/buildout.cfg
View file @
80ccf467
...
...
@@ -19,7 +19,7 @@ download-only = true
filename = ${:_buildout_section_name_}.patch
# Patch available thanks to gentoo developpers
# http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-vcs/subversion/files/subversion-1.6.0-disable_linking_against_unneeded_libraries.patch?revision=1.1
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = 8d911ec2422dc4c08a00693ac915a07a
[subversion]
...
...
component/xtrabackup/buildout.cfg
View file @
80ccf467
...
...
@@ -17,7 +17,7 @@ parts =
[xtrabackup-build-patch-download]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/
../patch/
${:filename}
url = ${:_profile_base_location_}/${:filename}
md5sum = e018df8bb3ed672891388556b8e91e35
download-only = true
filename = xtrabackup_build.patch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment