diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-03 16:53:35 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-03 22:11:06 -0500 |
commit | 2f9bc58ce2e55af06b456818744b39b04c6c0b74 (patch) | |
tree | 9ef6f344b58f926f3c17503c3fa377e642ebcd15 /app-emulation/dynamips | |
parent | dev-util/perf: remove unused patch(es) (diff) | |
download | gentoo-2f9bc58ce2e55af06b456818744b39b04c6c0b74.tar.gz gentoo-2f9bc58ce2e55af06b456818744b39b04c6c0b74.tar.bz2 gentoo-2f9bc58ce2e55af06b456818744b39b04c6c0b74.zip |
app-emulation/dynamips: remove unused patch
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11234
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-emulation/dynamips')
-rw-r--r-- | app-emulation/dynamips/files/0.2.14-docs.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-emulation/dynamips/files/0.2.14-docs.patch b/app-emulation/dynamips/files/0.2.14-docs.patch deleted file mode 100644 index 0572a04c4825..000000000000 --- a/app-emulation/dynamips/files/0.2.14-docs.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/CMakeLists.txt 2014-11-28 14:51:14.375913296 +0900 -+++ b/CMakeLists.txt 2014-11-28 14:52:09.579369288 +0900 -@@ -37,16 +37,6 @@ - add_subdirectory ( stable ) - add_subdirectory ( unstable ) - --install_docs ( -- "ChangeLog" -- "COPYING" -- "MAINTAINERS" -- "README" -- "README.hypervisor" -- "RELEASE-NOTES" -- "TODO" -- ) -- - # uninstall target - leaves behind any directory created during install - set ( _templatefile "${CMAKE_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" ) - set ( _scriptfile "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake" ) - |