diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-04 20:12:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-04 21:11:51 +0200 |
commit | cf037c1f38528312fbc283c26a2d389151d5a42b (patch) | |
tree | e8625b23440157cd6cc9533cfdcdd2fc12bcb421 /media-sound/csound/files | |
parent | dev-libs/flatbuffers: Version bump to v1.10.0 (diff) | |
download | gentoo-cf037c1f38528312fbc283c26a2d389151d5a42b.tar.gz gentoo-cf037c1f38528312fbc283c26a2d389151d5a42b.tar.bz2 gentoo-cf037c1f38528312fbc283c26a2d389151d5a42b.zip |
media-sound/csound: Drop old
Closes: https://bugs.gentoo.org/602376
Closes: https://bugs.gentoo.org/590670
Closes: https://bugs.gentoo.org/599184
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'media-sound/csound/files')
-rw-r--r-- | media-sound/csound/files/csound-6.05-python.patch | 19 | ||||
-rw-r--r-- | media-sound/csound/files/csound-6.09.1-python.patch | 23 |
2 files changed, 0 insertions, 42 deletions
diff --git a/media-sound/csound/files/csound-6.05-python.patch b/media-sound/csound/files/csound-6.05-python.patch deleted file mode 100644 index 3e9ee857fe98..000000000000 --- a/media-sound/csound/files/csound-6.05-python.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- csound-6.05.0.orig/CMakeLists.txt 2015-04-26 03:06:22.941646148 +0800 -+++ csound-6.05.0/CMakeLists.txt 2015-07-08 22:31:16.637995822 +0800 -@@ -41,15 +41,9 @@ - set(PLUGIN_INSTALL_DIR "${LIBRARY_INSTALL_DIR}/csound/plugins-${APIVERSION}") - endif() - -- --execute_process ( -- COMMAND python -c -- "import site, sys; sys.stdout.write(site.getusersitepackages())" -- OUTPUT_VARIABLE PYTHON_MODULE_INSTALL_DIR -- ) -- - set(JAVA_MODULE_INSTALL_DIR ${LIBRARY_INSTALL_DIR}) - set(LUA_MODULE_INSTALL_DIR ${LIBRARY_INSTALL_DIR}) -+set(PYTHON_MODULE_INSTALL_DIR ${REPLACE_ME}) - set(LOCALE_INSTALL_DIR "share/locale") - set(HEADER_INSTALL_DIR "include/csound") - diff --git a/media-sound/csound/files/csound-6.09.1-python.patch b/media-sound/csound/files/csound-6.09.1-python.patch deleted file mode 100644 index 47461e48aaf4..000000000000 --- a/media-sound/csound/files/csound-6.09.1-python.patch +++ /dev/null @@ -1,23 +0,0 @@ -Respect externally set PYTHON_MODULE_INSTALL_DIR. - ---- csound-6.09.1/CMakeLists.txt -+++ csound-6.09.1/CMakeLists.txt -@@ -218,11 +218,13 @@ - set(PLUGIN_INSTALL_DIR "${LIBRARY_INSTALL_DIR}/csound/plugins-${APIVERSION}") - endif() - --execute_process ( -- COMMAND python -c -- "import site, sys; sys.stdout.write(site.getusersitepackages())" -- OUTPUT_VARIABLE PYTHON_MODULE_INSTALL_DIR -- ) -+if(NOT DEFINED PYTHON_MODULE_INSTALL_DIR) -+ execute_process ( -+ COMMAND python -c -+ "import site, sys; sys.stdout.write(site.getusersitepackages())" -+ OUTPUT_VARIABLE PYTHON_MODULE_INSTALL_DIR -+ ) -+endif() - - set(JAVA_MODULE_INSTALL_DIR ${LIBRARY_INSTALL_DIR}) - set(LUA_MODULE_INSTALL_DIR ${LIBRARY_INSTALL_DIR}) |