Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/dynamips/files: 0.2.14-docs.patch dynamips-0.2.10-makefile.patch
Date: Fri, 28 Nov 2014 07:01:15
Message-Id: 20141128070111.96904B11D@oystercatcher.gentoo.org
1 idella4 14/11/28 07:01:11
2
3 Added: 0.2.14-docs.patch
4 Removed: dynamips-0.2.10-makefile.patch
5 Log:
6 bump; build system has changed to cmake, patch to remove install_doc function from cmake, drop disused patch & oldest version, closes bug #527550
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.1 app-emulation/dynamips/files/0.2.14-docs.patch
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/dynamips/files/0.2.14-docs.patch?rev=1.1&view=markup
14 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
15
16 Index: 0.2.14-docs.patch
17 ===================================================================
18 --- CMakeLists-orig.txt 2014-11-28 14:51:14.375913296 +0900
19 +++ CMakeLists.txt 2014-11-28 14:52:09.579369288 +0900
20 @@ -37,16 +37,6 @@
21 add_subdirectory ( stable )
22 add_subdirectory ( unstable )
23
24 -install_docs (
25 - "ChangeLog"
26 - "COPYING"
27 - "MAINTAINERS"
28 - "README"
29 - "README.hypervisor"
30 - "RELEASE-NOTES"
31 - "TODO"
32 - )
33 -
34 # uninstall target - leaves behind any directory created during install
35 set ( _templatefile "${CMAKE_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" )
36 set ( _scriptfile "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake" )