From af4b3d1bb11eb7e47b5757b389cd0b15ac2f4780 Mon Sep 17 00:00:00 2001
From: Jondy Zhao <jondy.zhao@gmail.com>
Date: Thu, 11 Jul 2013 14:37:41 +0800
Subject: [PATCH] Change share path from / to /usr

---
 component/bison/buildout.cfg           | 2 +-
 component/bzip2/buildout.cfg           | 4 ++--
 component/ca-certificates/buildout.cfg | 4 ++--
 component/file/buildout.cfg            | 2 +-
 component/gdbm/buildout.cfg            | 2 +-
 component/gettext/buildout.cfg         | 2 +-
 component/glib/buildout.cfg            | 2 +-
 component/libexpat/buildout.cfg        | 2 +-
 component/libxml2/buildout.cfg         | 2 +-
 component/libxslt/buildout.cfg         | 2 +-
 component/m4/buildout.cfg              | 2 +-
 component/ncurses/buildout.cfg         | 2 +-
 component/openssl/buildout.cfg         | 2 +-
 component/patch/buildout.cfg           | 2 +-
 component/pkgconfig/buildout.cfg       | 2 +-
 component/popt/buildout.cfg            | 2 +-
 component/python-2.7/buildout.cfg      | 2 +-
 component/readline/buildout.cfg        | 4 ++--
 component/sqlite3/buildout.cfg         | 2 +-
 component/swig/buildout.cfg            | 2 +-
 component/xz-utils/buildout.cfg        | 2 +-
 component/zlib/buildout.cfg            | 2 +-
 22 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/component/bison/buildout.cfg b/component/bison/buildout.cfg
index 622163dba..cf824842f 100644
--- a/component/bison/buildout.cfg
+++ b/component/bison/buildout.cfg
@@ -27,6 +27,6 @@ environment =
 virtual-depends =
 patches =
 environment =
-share = /
+share = /usr
 promises =
   /usr/bin/bison.exe
diff --git a/component/bzip2/buildout.cfg b/component/bzip2/buildout.cfg
index 80c27d266..8e2dd2b4a 100644
--- a/component/bzip2/buildout.cfg
+++ b/component/bzip2/buildout.cfg
@@ -20,7 +20,7 @@ make-options =
 post-make-hook = ${bzip2-hooks-download:location}/${bzip2-hooks-download:filename}:post_make_hook
 
 [bzip2:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/bzip2.exe
-  /usr/lib/libbz2.dll.a
\ No newline at end of file
+  /usr/lib/libbz2.dll.a
diff --git a/component/ca-certificates/buildout.cfg b/component/ca-certificates/buildout.cfg
index 79f73861f..84d563459 100644
--- a/component/ca-certificates/buildout.cfg
+++ b/component/ca-certificates/buildout.cfg
@@ -29,7 +29,7 @@ configure-command = true
 make-targets = install DESTDIR=${buildout:parts-directory}/${:_buildout_section_name_} CERTSDIR=certs SBINDIR=sbin
 
 [ca-certificates:cygwin]
-share = /
+share = /usr
 promises =
   /usr/ssl/certs/ca-bundle.crt
-  /usr/ssl/certs/ca-bundle.trust.crt
\ No newline at end of file
+  /usr/ssl/certs/ca-bundle.trust.crt
diff --git a/component/file/buildout.cfg b/component/file/buildout.cfg
index c8d0e97a1..5d04a09a9 100644
--- a/component/file/buildout.cfg
+++ b/component/file/buildout.cfg
@@ -17,7 +17,7 @@ environment =
   LDFLAGS=-L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
 
 [file:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/file.exe
   /usr/bin/cygmagic-1.dll
diff --git a/component/gdbm/buildout.cfg b/component/gdbm/buildout.cfg
index 5615d05a1..0c2bbd5dd 100644
--- a/component/gdbm/buildout.cfg
+++ b/component/gdbm/buildout.cfg
@@ -19,7 +19,7 @@ make-options =
   -j1
 
 [gdbm:cygwin]
-share = /
+share = /usr
 promises =
   /usr/include/dbm.h
   /usr/lib/libgdbm.dll.a
diff --git a/component/gettext/buildout.cfg b/component/gettext/buildout.cfg
index 5312ca8e8..adfdf3dfa 100644
--- a/component/gettext/buildout.cfg
+++ b/component/gettext/buildout.cfg
@@ -28,7 +28,7 @@ environment =
   LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib -L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib
 
 [gettext:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/gettext.exe
   /usr/bin/xgettext.exe
diff --git a/component/glib/buildout.cfg b/component/glib/buildout.cfg
index f0233a738..28a35d4a0 100644
--- a/component/glib/buildout.cfg
+++ b/component/glib/buildout.cfg
@@ -19,7 +19,7 @@ environment =
   PATH=${gettext:location}/bin:%(PATH)s
 
 [glib:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/cyggio-2.0-0.dll
   /usr/bin/cygglib-2.0-0.dll
diff --git a/component/libexpat/buildout.cfg b/component/libexpat/buildout.cfg
index 9ce8f10bb..6d41f52bb 100644
--- a/component/libexpat/buildout.cfg
+++ b/component/libexpat/buildout.cfg
@@ -10,7 +10,7 @@ configure-options =
   --disable-static
 
 [libexpat:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/cygexpat-1.dll
   /usr/lib/libexpat.dll.a
diff --git a/component/libxml2/buildout.cfg b/component/libxml2/buildout.cfg
index b9c7c2370..c96bcd205 100644
--- a/component/libxml2/buildout.cfg
+++ b/component/libxml2/buildout.cfg
@@ -19,7 +19,7 @@ environment =
     LDFLAGS = -Wl,-rpath=${zlib:location}/lib
 
 [libxml2:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/cygxml2-2.dll
   /usr/bin/xmlcatalog.exe
diff --git a/component/libxslt/buildout.cfg b/component/libxslt/buildout.cfg
index 8280acd08..e255dfc04 100644
--- a/component/libxslt/buildout.cfg
+++ b/component/libxslt/buildout.cfg
@@ -22,7 +22,7 @@ environment =
   LDFLAGS=-L${libxml2:location}/lib -Wl,-rpath=${libxml2:location}/lib -L${zlib:location}/lib -Wl,-rpath=${zlib:location}/lib
 
 [libxslt:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/cygxslt-1.dll
   /usr/bin/xsltproc.exe
diff --git a/component/m4/buildout.cfg b/component/m4/buildout.cfg
index cd1a7c839..89e826023 100644
--- a/component/m4/buildout.cfg
+++ b/component/m4/buildout.cfg
@@ -20,6 +20,6 @@ url = http://ftp.gnu.org/gnu/m4/m4-1.4.16.tar.bz2
 md5sum = 8a7cef47fecab6272eb86a6be6363b2f
 
 [m4:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/m4.exe
diff --git a/component/ncurses/buildout.cfg b/component/ncurses/buildout.cfg
index dc6378d53..83e60248a 100644
--- a/component/ncurses/buildout.cfg
+++ b/component/ncurses/buildout.cfg
@@ -23,7 +23,7 @@ make-options =
   -j1
 
 [ncurses:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/cygncurses++-10.dll
   /usr/bin/cygncurses-10.dll
diff --git a/component/openssl/buildout.cfg b/component/openssl/buildout.cfg
index 610b8e4cd..4e6539afa 100644
--- a/component/openssl/buildout.cfg
+++ b/component/openssl/buildout.cfg
@@ -54,7 +54,7 @@ make-targets =
   install && rm -f ${buildout:parts-directory}/${:_buildout_section_name_}/etc/ssl/certs/* && for i in ${ca-certificates:location}/certs/*/*.crt; do ln -sv $i ${buildout:parts-directory}/${:_buildout_section_name_}/etc/ssl/certs/`${buildout:parts-directory}/${:_buildout_section_name_}/bin/openssl x509 -hash -noout -in $i`.0; done; true
 
 [openssl:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/openssl.exe
   /usr/lib/libcrypto.dll.a
diff --git a/component/patch/buildout.cfg b/component/patch/buildout.cfg
index b12846314..ce28c24df 100644
--- a/component/patch/buildout.cfg
+++ b/component/patch/buildout.cfg
@@ -12,6 +12,6 @@ environment =
   PATH=${xz-utils:location}/bin:%(PATH)s
 
 [patch:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/patch.exe
diff --git a/component/pkgconfig/buildout.cfg b/component/pkgconfig/buildout.cfg
index 5140f3a46..172ff2d25 100644
--- a/component/pkgconfig/buildout.cfg
+++ b/component/pkgconfig/buildout.cfg
@@ -34,6 +34,6 @@ environment =
   GLIB_LIBS=-L${glib:location}/lib -lglib-2.0 -lintl
 
 [pkgconfig:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/pkg-config.exe
diff --git a/component/popt/buildout.cfg b/component/popt/buildout.cfg
index 50b7f2135..072108564 100644
--- a/component/popt/buildout.cfg
+++ b/component/popt/buildout.cfg
@@ -10,7 +10,7 @@ configure-options =
   --disable-static
 
 [popt:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/cygpopt-0.dll
   /usr/lib/libpopt.dll.a
diff --git a/component/python-2.7/buildout.cfg b/component/python-2.7/buildout.cfg
index 384011022..7d0df19c4 100644
--- a/component/python-2.7/buildout.cfg
+++ b/component/python-2.7/buildout.cfg
@@ -52,7 +52,7 @@ environment =
   LDFLAGS=-L${zlib:location}/lib -L${readline:location}/lib -L${libexpat:location}/lib -L${ncurses:location}/lib -L${bzip2:location}/lib -L${gdbm:location}/lib -L${openssl:location}/lib -L${sqlite3:location}/lib -Wl,-rpath=${zlib:location}/lib -Wl,-rpath=${readline:location}/lib -Wl,-rpath=${libexpat:location}/lib -Wl,-rpath=${ncurses:location}/lib -Wl,-rpath=${bzip2:location}/lib -Wl,-rpath=${gdbm:location}/lib -Wl,-rpath=${openssl:location}/lib -Wl,-rpath=${sqlite3:location}/lib -L${gettext:location}/lib -Wl,-rpath=${gettext:location}/lib -Wl,-rpath=${file:location}/lib
 
 [python2.7:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/python2.7.exe
   /usr/bin/libpython2.7.dll
diff --git a/component/readline/buildout.cfg b/component/readline/buildout.cfg
index 63ef650a9..5138a7a36 100644
--- a/component/readline/buildout.cfg
+++ b/component/readline/buildout.cfg
@@ -21,13 +21,13 @@ configure-options =
   --disable-static
 
 [readline:cygwin]
-share = /
+share = /usr
 promises =
   /usr/lib/libreadline.dll.a
   /usr/include/readline/readline.h
 
 [readline5:cygwin]
-share = /
+share = /usr
 promises =
   /usr/lib/libreadline.dll.a
   /usr/include/readline/readline.h
diff --git a/component/sqlite3/buildout.cfg b/component/sqlite3/buildout.cfg
index 3aef62af2..47b3d8940 100644
--- a/component/sqlite3/buildout.cfg
+++ b/component/sqlite3/buildout.cfg
@@ -15,7 +15,7 @@ environment =
   LDFLAGS=-L${buildout:parts-directory}/${:_buildout_section_name_} -Wl,-rpath=${readline:location}/lib -Wl,-rpath=${ncurses:location}/lib -L${readline:location}/lib -L${ncurses:location}/lib
 
 [sqlite3:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/cygsqlite3-0.dll
   /usr/lib/libsqlite3.dll.a
diff --git a/component/swig/buildout.cfg b/component/swig/buildout.cfg
index a5aabaded..7edcd430f 100644
--- a/component/swig/buildout.cfg
+++ b/component/swig/buildout.cfg
@@ -36,6 +36,6 @@ environment =
   PATH = ${bison:location}/bin:%(PATH)s
 
 [swig:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/swig.exe
diff --git a/component/xz-utils/buildout.cfg b/component/xz-utils/buildout.cfg
index fdeb4b5fd..47a4f64bb 100644
--- a/component/xz-utils/buildout.cfg
+++ b/component/xz-utils/buildout.cfg
@@ -8,6 +8,6 @@ url = http://tukaani.org/xz/xz-5.0.4.tar.gz
 md5sum = df3df690aef18384e1e031be7ec3a964
 
 [xz-utils:cygwin]
-share = /
+share = /usr
 promises =
   /usr/bin/xz.exe
diff --git a/component/zlib/buildout.cfg b/component/zlib/buildout.cfg
index 9a05d52fe..f533d0318 100644
--- a/component/zlib/buildout.cfg
+++ b/component/zlib/buildout.cfg
@@ -8,7 +8,7 @@ url = http://downloads.sourceforge.net/project/libpng/zlib/1.2.8/zlib-1.2.8.tar.
 md5sum = 44d667c142d7cda120332623eab69f40
 
 [zlib:cygwin]
-share = /
+share = /usr
 promises = 
   /usr/bin/cygz.dll
   /usr/lib/libz.dll.a
-- 
2.30.9