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]
extends =
../profiles/links.cfg
parts =
bzip2
......
[buildout]
extends =
../profiles/links.cfg
parts =
gdbm
......
[buildout]
extends =
../profiles/links.cfg
parts = libdb
[libdb-hooks-download]
......
[buildout]
extends = ../profiles/links.cfg
parts =
libreoffice-bin
find-links =
http://www.nexedi.org/static/packages/source/
[libreoffice-bin]
recipe = z3c.recipe.openoffice
install-javafilter = no
......
[buildout]
extends =
../profiles/links.cfg
parts =
ncurses
......
[buildout]
extends = ../profiles/links.cfg
parts =
openoffice-bin
find-links =
http://www.nexedi.org/static/packages/source/
[openoffice-bin]
# XXX: This section and recipe have to be reviewed against using
......
......@@ -6,7 +6,6 @@
[buildout]
extends =
zlib.cfg
../profiles/links.cfg
parts =
openssl
......
[buildout]
# XXX: Extends shall not jump out of software
extends =
bzip2.cfg
gdbm.cfg
......
[buildout]
# XXX: Extends shall not jump out of software
extends =
bzip2.cfg
gdbm.cfg
......
[buildout]
# XXX: Extends shall not jump out of software
extends =
bzip2.cfg
gdbm.cfg
......
......@@ -3,7 +3,6 @@ parts =
readline
extends =
ncurses.cfg
../profiles/links.cfg
[readline]
recipe = hexagonit.recipe.cmmi
......
[buildout]
extends =
../profiles/links.cfg
parts =
sqlite3
......
[buildout]
extends =
../profiles/links.cfg
parts =
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