diff options
Diffstat (limited to 'net-p2p/museek+/files')
4 files changed, 0 insertions, 43 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 b4b0ef4f1442..000000000000 --- a/net-p2p/museek+/files/patch-Mucipher_python_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- Mucipher/python/SConscript.orig Sat Aug 12 13:50:30 2006 -+++ Mucipher/python/SConscript Sat Aug 12 13:51:26 2006 -@@ -28,7 +28,7 @@ - - mucipherc = env_swigpy.SharedLibrary('_mucipherc', sources, SWIGFLAGS='-python') - -- py_dest = env['DESTDIR'] + os.path.join(sys.prefix, "lib", "python" + py_ver, "site-packages") -+ py_dest = env['DESTDIR'] + "%%PYTHONPREFIX_SITELIBDIR%%" - - install = env.Install(py_dest, source = [ mucipherc, 'mucipherc.py', 'mucipher.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-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-pymuseekd_museek_SConscript b/net-p2p/museek+/files/patch-pymuseekd_museek_SConscript deleted file mode 100644 index d55afb2145ed..000000000000 --- a/net-p2p/museek+/files/patch-pymuseekd_museek_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- pymuseekd/museek/SConscript.orig Sat Aug 12 14:07:46 2006 -+++ pymuseekd/museek/SConscript Sat Aug 12 14:08:21 2006 -@@ -14,7 +14,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) |