app-cdr/cdemu: remove unused patch
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>
Sun, 3 Jul 2016 14:18:05 +0000 (16:18 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 7 Jul 2016 07:18:26 +0000 (07:18 +0000)
Closes: https://github.com/gentoo/gentoo/pull/1826

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
app-cdr/cdemu/files/cdemu-2.1.0-bash-completion-dir.patch [deleted file]

diff --git a/app-cdr/cdemu/files/cdemu-2.1.0-bash-completion-dir.patch b/app-cdr/cdemu/files/cdemu-2.1.0-bash-completion-dir.patch
deleted file mode 100644 (file)
index a4b26f2..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/cdemu-client/CMakeLists.txt b/cdemu-client/CMakeLists.txt
-index 6f33b7c..3c61daa 100644
---- a/cdemu-client/CMakeLists.txt
-+++ b/cdemu-client/CMakeLists.txt
-@@ -41,8 +41,8 @@ install (
- install (
-     FILES data/cdemu-bashcomp
--    DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
--    RENAME cdemu-client
-+    DESTINATION ${GENTOO_BASHCOMPDIR}
-+    RENAME cdemu
- )
- intltool_merge ("-d" po data/cdemu-client.desktop.in cdemu-client.desktop)