Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/libodfgen: ChangeLog libodfgen-0.0.4.ebuild
Date: Tue, 30 Dec 2014 15:07:18
Message-Id: 20141230150714.CD3D0E801@oystercatcher.gentoo.org
1 dilfridge 14/12/30 15:07:14
2
3 Modified: ChangeLog libodfgen-0.0.4.ebuild
4 Log:
5 Depend on correct slots of libwpd and libwpg, bug 522338
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
8
9 Revision Changes Path
10 1.16 app-text/libodfgen/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 27 Dec 2014 15:54:33 -0000 1.15
23 +++ ChangeLog 30 Dec 2014 15:07:14 -0000 1.16
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-text/libodfgen
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.15 2014/12/27 15:54:33 dilfridge Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/ChangeLog,v 1.16 2014/12/30 15:07:14 dilfridge Exp $
29 +
30 + 30 Dec 2014; Andreas K. Huettel <dilfridge@g.o>
31 + libodfgen-0.0.4.ebuild:
32 + Depend on correct slots of libwpd and libwpg, bug 522338
33
34 *libodfgen-0.1.2 (27 Dec 2014)
35
36
37
38
39 1.4 app-text/libodfgen/libodfgen-0.0.4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/libodfgen-0.0.4.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/libodfgen-0.0.4.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/libodfgen/libodfgen-0.0.4.ebuild?r1=1.3&r2=1.4
44
45 Index: libodfgen-0.0.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-0.0.4.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- libodfgen-0.0.4.ebuild 29 Jun 2014 16:43:37 -0000 1.3
52 +++ libodfgen-0.0.4.ebuild 30 Dec 2014 15:07:14 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-0.0.4.ebuild,v 1.3 2014/06/29 16:43:37 ago Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-0.0.4.ebuild,v 1.4 2014/12/30 15:07:14 dilfridge Exp $
58
59 EAPI=5
60
61 @@ -17,8 +17,8 @@
62
63 RDEPEND="
64 app-text/libetonyek
65 - app-text/libwpd
66 - app-text/libwpg
67 + app-text/libwpd:0.9
68 + app-text/libwpg:0.2
69 "
70 DEPEND="${RDEPEND}
71 >=dev-libs/boost-1.46