Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/cdemu/files/
Date: Thu, 07 Jul 2016 09:04:39
Message-Id: 1467875906.f0b6cc5c67100c54e1c9e765c4c208692929d7eb.monsieurp@gentoo
1 commit: f0b6cc5c67100c54e1c9e765c4c208692929d7eb
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 3 14:18:05 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 7 07:18:26 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b6cc5c
7
8 app-cdr/cdemu: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/1826
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-cdr/cdemu/files/cdemu-2.1.0-bash-completion-dir.patch | 15 ---------------
15 1 file changed, 15 deletions(-)
16
17 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
18 deleted file mode 100644
19 index a4b26f2..0000000
20 --- a/app-cdr/cdemu/files/cdemu-2.1.0-bash-completion-dir.patch
21 +++ /dev/null
22 @@ -1,15 +0,0 @@
23 -diff --git a/cdemu-client/CMakeLists.txt b/cdemu-client/CMakeLists.txt
24 -index 6f33b7c..3c61daa 100644
25 ---- a/cdemu-client/CMakeLists.txt
26 -+++ b/cdemu-client/CMakeLists.txt
27 -@@ -41,8 +41,8 @@ install (
28 -
29 - install (
30 - FILES data/cdemu-bashcomp
31 -- DESTINATION ${CMAKE_INSTALL_SYSCONFDIR}/bash_completion.d
32 -- RENAME cdemu-client
33 -+ DESTINATION ${GENTOO_BASHCOMPDIR}
34 -+ RENAME cdemu
35 - )
36 -
37 - intltool_merge ("-d" po data/cdemu-client.desktop.in cdemu-client.desktop)