idella4 14/11/28 07:01:11 Added: 0.2.14-docs.patch Removed: dynamips-0.2.10-makefile.patch Log: bump; build system has changed to cmake, patch to remove install_doc function from cmake, drop disused patch & oldest version, closes bug #527550 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.1 app-emulation/dynamips/files/0.2.14-docs.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/dynamips/files/0.2.14-docs.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/dynamips/files/0.2.14-docs.patch?rev=1.1&content-type=text/plain Index: 0.2.14-docs.patch =================================================================== --- CMakeLists-orig.txt 2014-11-28 14:51:14.375913296 +0900 +++ 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" )
