Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgaminggear/files: libgaminggear-0.10.0-doc.patch
Date: Tue, 30 Jun 2015 14:41:31
Message-Id: 20150630144123.BB383739@oystercatcher.gentoo.org
1 idella4 15/06/30 14:41:23
2
3 Added: libgaminggear-0.10.0-doc.patch
4 Log:
5 bump; ebuild submitted via bug #548388 by proxy maintainer
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.1 dev-libs/libgaminggear/files/libgaminggear-0.10.0-doc.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgaminggear/files/libgaminggear-0.10.0-doc.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgaminggear/files/libgaminggear-0.10.0-doc.patch?rev=1.1&content-type=text/plain
14
15 Index: libgaminggear-0.10.0-doc.patch
16 ===================================================================
17 Set install of the docs to DOCDIR
18 --- libgaminggear-0.10.0.orig/include/gaminggear/CMakeLists.txt 2015-06-28 12:46:22.615985840 +0100
19 +++ libgaminggear-0.10.0/include/gaminggear/CMakeLists.txt 2015-06-28 13:01:35.511970664 +0100
20 @@ -14,10 +14,10 @@ IF(WITH_DOC)
21 DEPENDS
22 ${CMAKE_CURRENT_BINARY_DIR}/html/index.html
23 )
24 -
25 +
26 INSTALL(
27 DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html
28 - DESTINATION share/doc/libgaminggear
29 + DESTINATION ${DOCDIR}
30 )
31 ENDIF()