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