diff options
Diffstat (limited to 'net-p2p/museek+/files')
5 files changed, 0 insertions, 53 deletions
diff --git a/net-p2p/museek+/files/patch-Mucipher_python_SConscript b/net-p2p/museek+/files/patch-Mucipher_python_SConscript deleted file mode 100644 index 7eac66f45a16..000000000000 --- a/net-p2p/museek+/files/patch-Mucipher_python_SConscript +++ /dev/null @@ -1,10 +0,0 @@ ---- Mucipher/python/SConscript.orig Sat Aug 12 13:50:30 2006 -+++ Mucipher/python/SConscript Sat Aug 12 13:51:26 2006 -@@ -38,6 +38,6 @@ - - mucipherc = mucipherc[0] -- py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages") -+ py_dest = env['DESTDIR'] + "%%PYTHONPREFIX_SITELIBDIR%%" - - dp1 = env_swigpy.Install(py_dest, 'mucipherc.py') - diff --git a/net-p2p/museek+/files/patch-mucous_pymucous_SConscript b/net-p2p/museek+/files/patch-mucous_pymucous_SConscript deleted file mode 100644 index 5aafa5f8c66c..000000000000 --- a/net-p2p/museek+/files/patch-mucous_pymucous_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- mucous/pymucous/SConscript.orig Sat Aug 12 14:06:25 2006 -+++ mucous/pymucous/SConscript Sat Aug 12 14:07:11 2006 -@@ -8,7 +8,7 @@ - - import sys, os - py_ver = str(sys.version_info[0]) + "." + str(sys.version_info[1]) --py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages", "pymucous") -+py_dest = env['DESTDIR'] + os.path.join("%%PYTHONPREFIX_SITELIBDIR%%", "pymucous") - - install = env.Install(py_dest, files) - env.Alias('install_mucous', install) diff --git a/net-p2p/museek+/files/patch-murmur_pymurmur_SConscript b/net-p2p/museek+/files/patch-murmur_pymurmur_SConscript deleted file mode 100644 index b545c57bda23..000000000000 --- a/net-p2p/museek+/files/patch-murmur_pymurmur_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- murmur/pymurmur/SConscript.orig 2007-08-23 18:03:02.000000000 +0300 -+++ murmur/pymurmur/SConscript 2007-10-18 11:25:48.000000000 +0300 -@@ -11,7 +11,7 @@ - - import sys, os - py_ver = str(sys.version_info[0]) + "." + str(sys.version_info[1]) --py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages", "pymurmur") -+py_dest = env['DESTDIR'] + os.path.join("%%PYTHONPREFIX_SITELIBDIR%%", "pymurmur") - - install = env.Install(py_dest, files) - env.Alias('install_murmur', install) diff --git a/net-p2p/museek+/files/patch-museeq_SConscript b/net-p2p/museek+/files/patch-museeq_SConscript deleted file mode 100644 index ec795e4286cd..000000000000 --- a/net-p2p/museek+/files/patch-museeq_SConscript +++ /dev/null @@ -1,10 +0,0 @@ ---- museeq/SConscript.orig Mon Nov 22 16:01:35 2004 -+++ museeq/SConscript Mon Nov 22 17:29:36 2004 -@@ -123,6 +123,7 @@ - - sys.stdout.write("Checking Qt library...") - sys.stdout.flush() -+env_qt.Append(LINKFLAGS = ['-pthread']) - if not conf.TryLink('#include <qapplication.h>\nint main() {};\n', ".cpp"): - env_qt.Replace(QT_LIB = "qt-mt") - if not conf.TryLink('#include <qapplication.h>\nint main() {};\n', ".cpp"): diff --git a/net-p2p/museek+/files/patch-python-bindings_museek_SConscript b/net-p2p/museek+/files/patch-python-bindings_museek_SConscript deleted file mode 100644 index 02eadc281767..000000000000 --- a/net-p2p/museek+/files/patch-python-bindings_museek_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- python-bindings/museek/SConscript.orig 2007-08-21 09:25:18.000000000 +0300 -+++ python-bindings/museek/SConscript 2007-10-18 11:30:12.000000000 +0300 -@@ -8,7 +8,7 @@ - - import sys, os - py_ver = str(sys.version_info[0]) + "." + str(sys.version_info[1]) --py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages", "museek") -+py_dest = env['DESTDIR'] + os.path.join("%%PYTHONPREFIX_SITELIBDIR%%", "museek") - - install = env.Install(py_dest, files) - env.Alias('install_pymuseekd', install) |