Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libcaldav: ChangeLog libcaldav-0.6.2.ebuild
Date: Tue, 28 Jul 2015 06:45:51
Message-Id: 20150728064545.B7A9BB2@oystercatcher.gentoo.org
1 aballier 15/07/28 06:45:45
2
3 Modified: ChangeLog libcaldav-0.6.2.ebuild
4 Log:
5 add missing tl-latexextra dep when building docs, bug #528560 by tharvik@×××××.com
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.6 dev-libs/libcaldav/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/ChangeLog?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/ChangeLog?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/ChangeLog?r1=1.5&r2=1.6
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ChangeLog 9 Jun 2015 14:19:43 -0000 1.5
23 +++ ChangeLog 28 Jul 2015 06:45:45 -0000 1.6
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/libcaldav
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.5 2015/06/09 14:19:43 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/ChangeLog,v 1.6 2015/07/28 06:45:45 aballier Exp $
29 +
30 + 28 Jul 2015; Alexis Ballier <aballier@g.o> libcaldav-0.6.2.ebuild:
31 + add missing tl-latexextra dep when building docs, bug #528560 by
32 + tharvik@×××××.com
33
34 09 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
35 Updating remote-id in metadata.xml
36
37
38
39 1.4 dev-libs/libcaldav/libcaldav-0.6.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild?r1=1.3&r2=1.4
44
45 Index: libcaldav-0.6.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- libcaldav-0.6.2.ebuild 6 May 2012 17:00:17 -0000 1.3
52 +++ libcaldav-0.6.2.ebuild 28 Jul 2015 06:45:45 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 1.3 2012/05/06 17:00:17 dilfridge Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcaldav/libcaldav-0.6.2.ebuild,v 1.4 2015/07/28 06:45:45 aballier Exp $
59
60 EAPI=4
61
62 @@ -20,8 +20,11 @@
63 net-misc/curl[ssl,gnutls(+),curl_ssl_gnutls(+)]
64 "
65 DEPEND="${RDEPEND}
66 - doc? ( app-doc/doxygen
67 - virtual/latex-base )
68 + doc? (
69 + app-doc/doxygen
70 + virtual/latex-base
71 + dev-texlive/texlive-latexextra
72 + )
73 "
74
75 src_configure() {