From 86f30b56959077b7b3f2b38f0e3bff5a379728ce Mon Sep 17 00:00:00 2001 From: "nslu2-linux.adm@bkbits.net" Date: Sun, 16 Jan 2005 17:40:07 +0000 Subject: Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/16 17:38:14+00:00 nexus.co.uk!pb update gpe-plucker to 0.2 2005/01/16 12:36:22-05:00 handhelds.org!kergoth Add cvs build of genext2fs from http://sf.net/projects/genext2fs/. 2005/01/16 12:17:28-05:00 handhelds.org!kergoth Add patch to xfont to build with automake 1.9.x. 2005/01/16 12:08:17-05:00 handhelds.org!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into handhelds.org:/home/kergoth/code/openembedded 2005/01/16 12:08:08-05:00 handhelds.org!kergoth Add versions of the recent damageext and libxrandr patches that apply to the release, since the recent ChangeLog modifications made them fail to apply to those versions. 2005/01/16 17:55:30+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/01/16 16:53:02+00:00 nexus.co.uk!pb break out some GPE customisations from Angelistic theme into global /etc/gtk-2.0/gtkrc 2005/01/16 17:52:53+01:00 uni-frankfurt.de!mickeyl Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/01/16 11:54:05-05:00 handhelds.org!kergoth Add ChangeLog entries to the libxrandr and damageext automake 1.9.x patches. 2005/01/16 17:52:43+01:00 uni-frankfurt.de!mickeyl make gpsd-2.6 work, sanitize, and call older gpsd 2005/01/16 11:49:27-05:00 handhelds.org!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into handhelds.org:/home/kergoth/code/openembedded 2005/01/16 11:49:19-05:00 handhelds.org!kergoth Apply patch to the damageext configure script to make it buildable with automake 1.9 and higher. 2005/01/16 17:35:42+01:00 uni-frankfurt.de!mickeyl update pylinda to 0.4 BKrev: 41eaa6f79U-clYVe-ZNzRsRbjTNblw --- packages/python/python-pylinda/honor-datadir.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/python/python-pylinda/honor-datadir.patch (limited to 'packages/python/python-pylinda') diff --git a/packages/python/python-pylinda/honor-datadir.patch b/packages/python/python-pylinda/honor-datadir.patch new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3 From 6579e8daf68dd520b702412208bfeae85af6fadc Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 8 Feb 2005 18:05:47 +0000 Subject: make python 2.4 as default, move python-sip into python/, make sip4 as default BKrev: 4208ff7b-sgl7QbT_1xhYPmdi-Oy4g --- packages/python/python-pylinda/honor-datadir.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'packages/python/python-pylinda') diff --git a/packages/python/python-pylinda/honor-datadir.patch b/packages/python/python-pylinda/honor-datadir.patch index e69de29bb2..9035804592 100644 --- a/packages/python/python-pylinda/honor-datadir.patch +++ b/packages/python/python-pylinda/honor-datadir.patch @@ -0,0 +1,29 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- linda-0.4/setup.py~honor-datadir.patch ++++ linda-0.4/setup.py +@@ -74,7 +74,7 @@ + class myinstall(install): + def run(self): + install.run(self) +- ++ return + print "PyLinda's post-install options" + + # the following is taken from the install_scripts standard command +@@ -123,9 +123,9 @@ + Topic :: System :: Distributed Computing""".split("\n"), + version="0.4", + scripts=["linda_server.py"], +- data_files=[(root_path+"/examples", glob.glob("examples/*.py")), +- (root_path+"/doc", glob.glob("doc/html/*")), +- (root_path, ["README"])], ++ data_files=[("examples", glob.glob("examples/*.py")), ++ ("doc", glob.glob("doc/html/*")), ++ (".", ["README"])], + ext_modules=ext, + packages=["linda"], + package_dir={"linda": ""}, -- cgit v1.2.3 From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/python/python-pylinda/.mtn2git_empty | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 packages/python/python-pylinda/.mtn2git_empty (limited to 'packages/python/python-pylinda') diff --git a/packages/python/python-pylinda/.mtn2git_empty b/packages/python/python-pylinda/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3