Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/dynamips/files/
Date: Mon, 04 Mar 2019 03:14:25
Message-Id: 1551669066.2f9bc58ce2e55af06b456818744b39b04c6c0b74.bman@gentoo
1 commit: 2f9bc58ce2e55af06b456818744b39b04c6c0b74
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 3 15:53:35 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 4 03:11:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f9bc58c
7
8 app-emulation/dynamips: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11234
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 app-emulation/dynamips/files/0.2.14-docs.patch | 20 --------------------
15 1 file changed, 20 deletions(-)
16
17 diff --git a/app-emulation/dynamips/files/0.2.14-docs.patch b/app-emulation/dynamips/files/0.2.14-docs.patch
18 deleted file mode 100644
19 index 0572a04c482..00000000000
20 --- a/app-emulation/dynamips/files/0.2.14-docs.patch
21 +++ /dev/null
22 @@ -1,20 +0,0 @@
23 ---- a/CMakeLists.txt 2014-11-28 14:51:14.375913296 +0900
24 -+++ b/CMakeLists.txt 2014-11-28 14:52:09.579369288 +0900
25 -@@ -37,16 +37,6 @@
26 - add_subdirectory ( stable )
27 - add_subdirectory ( unstable )
28 -
29 --install_docs (
30 -- "ChangeLog"
31 -- "COPYING"
32 -- "MAINTAINERS"
33 -- "README"
34 -- "README.hypervisor"
35 -- "RELEASE-NOTES"
36 -- "TODO"
37 -- )
38 --
39 - # uninstall target - leaves behind any directory created during install
40 - set ( _templatefile "${CMAKE_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" )
41 - set ( _scriptfile "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake" )
42 -