Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/icnc: icnc-1.0.100.ebuild ChangeLog
Date: Fri, 06 Mar 2015 22:05:34
Message-Id: 20150306220530.EAB2113311@oystercatcher.gentoo.org
1 ottxor 15/03/06 22:05:30
2
3 Modified: icnc-1.0.100.ebuild ChangeLog
4 Log:
5 fixed install without doc (bug #542022)
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
8
9 Revision Changes Path
10 1.3 dev-cpp/icnc/icnc-1.0.100.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild?r1=1.2&r2=1.3
15
16 Index: icnc-1.0.100.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- icnc-1.0.100.ebuild 8 Feb 2015 20:41:08 -0000 1.2
23 +++ icnc-1.0.100.ebuild 6 Mar 2015 22:05:30 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v 1.2 2015/02/08 20:41:08 ottxor Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/icnc-1.0.100.ebuild,v 1.3 2015/03/06 22:05:30 ottxor Exp $
29
30 EAPI=5
31
32 @@ -40,6 +40,7 @@
33 local mycmakeargs=(
34 $(cmake-utils_use mpi BUILD_LIBS_FOR_MPI)
35 -DLIB=$(get_libdir)
36 + $(cmake-utils_use_find_package doc Doxygen)
37 )
38 cmake-utils_src_configure
39 if use test ; then
40 @@ -65,8 +66,7 @@
41 insinto /usr/share/doc/${P}/html
42 doins -r "${ED}"/usr/doc/api/*
43 fi
44 - rm -fr "${ED}"/usr/doc/api
45 - rmdir "${ED}"/usr/doc || die
46 + rm -fr "${ED}"/usr/doc
47 if use examples ; then
48 insinto /usr/share/${PN}/examples
49 doins -r "${ED}"/usr/samples/*
50
51
52
53 1.3 dev-cpp/icnc/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/ChangeLog?rev=1.3&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/ChangeLog?rev=1.3&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/icnc/ChangeLog?r1=1.2&r2=1.3
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v
62 retrieving revision 1.2
63 retrieving revision 1.3
64 diff -u -r1.2 -r1.3
65 --- ChangeLog 8 Feb 2015 20:41:08 -0000 1.2
66 +++ ChangeLog 6 Mar 2015 22:05:30 -0000 1.3
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-cpp/icnc
69 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v 1.2 2015/02/08 20:41:08 ottxor Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/icnc/ChangeLog,v 1.3 2015/03/06 22:05:30 ottxor Exp $
72 +
73 + 06 Mar 2015; Christoph Junghans <ottxor@g.o> icnc-1.0.100.ebuild:
74 + fixed install without doc (bug #542022)
75
76 08 Feb 2015; Christoph Junghans <ottxor@g.o> icnc-1.0.100.ebuild:
77 fixed deps and install of api docu (bug #539318)