summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-03 16:18:05 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-07 07:18:26 +0000
commitf0b6cc5c67100c54e1c9e765c4c208692929d7eb (patch)
tree86fefdc4c08c1aac8b156414381495c2abce5c05
parentapp-benchmarks/piozone: remove unused patch (diff)
downloadgentoo-f0b6cc5c67100c54e1c9e765c4c208692929d7eb.tar.gz
gentoo-f0b6cc5c67100c54e1c9e765c4c208692929d7eb.tar.bz2
gentoo-f0b6cc5c67100c54e1c9e765c4c208692929d7eb.zip
app-cdr/cdemu: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/1826 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--app-cdr/cdemu/files/cdemu-2.1.0-bash-completion-dir.patch15
1 files changed, 0 insertions, 15 deletions
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
index a4b26f2608c6..000000000000
--- a/app-cdr/cdemu/files/cdemu-2.1.0-bash-completion-dir.patch
+++ /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)