Commit d3291cc6 authored by Łukasz Nowak's avatar Łukasz Nowak

- do not extend outside of own directory when not needed

 - mark places with wrong extends


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43068 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 232f62ca
[buildout] [buildout]
extends =
../profiles/links.cfg
parts = parts =
bzip2 bzip2
......
[buildout] [buildout]
extends =
../profiles/links.cfg
parts = parts =
gdbm gdbm
......
[buildout] [buildout]
extends =
../profiles/links.cfg
parts = libdb parts = libdb
[libdb-hooks-download] [libdb-hooks-download]
......
[buildout] [buildout]
extends = ../profiles/links.cfg
parts = parts =
libreoffice-bin libreoffice-bin
find-links =
http://www.nexedi.org/static/packages/source/
[libreoffice-bin] [libreoffice-bin]
recipe = z3c.recipe.openoffice recipe = z3c.recipe.openoffice
install-javafilter = no install-javafilter = no
......
[buildout] [buildout]
extends =
../profiles/links.cfg
parts = parts =
ncurses ncurses
......
[buildout] [buildout]
extends = ../profiles/links.cfg
parts = parts =
openoffice-bin openoffice-bin
find-links =
http://www.nexedi.org/static/packages/source/
[openoffice-bin] [openoffice-bin]
# XXX: This section and recipe have to be reviewed against using # XXX: This section and recipe have to be reviewed against using
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
[buildout] [buildout]
extends = extends =
zlib.cfg zlib.cfg
../profiles/links.cfg
parts = parts =
openssl openssl
......
[buildout] [buildout]
# XXX: Extends shall not jump out of software
extends = extends =
bzip2.cfg bzip2.cfg
gdbm.cfg gdbm.cfg
......
[buildout] [buildout]
# XXX: Extends shall not jump out of software
extends = extends =
bzip2.cfg bzip2.cfg
gdbm.cfg gdbm.cfg
......
[buildout] [buildout]
# XXX: Extends shall not jump out of software
extends = extends =
bzip2.cfg bzip2.cfg
gdbm.cfg gdbm.cfg
......
...@@ -3,7 +3,6 @@ parts = ...@@ -3,7 +3,6 @@ parts =
readline readline
extends = extends =
ncurses.cfg ncurses.cfg
../profiles/links.cfg
[readline] [readline]
recipe = hexagonit.recipe.cmmi recipe = hexagonit.recipe.cmmi
......
[buildout] [buildout]
extends =
../profiles/links.cfg
parts = parts =
sqlite3 sqlite3
......
[buildout] [buildout]
extends =
../profiles/links.cfg
parts = parts =
zlib zlib
......
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