Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/calligra: calligra-2.6.4.ebuild calligra-9999.ebuild ChangeLog
Date: Wed, 28 Aug 2013 16:03:09
Message-Id: 20130828160306.30B932004C@flycatcher.gentoo.org
1 floppym 13/08/28 16:03:06
2
3 Modified: calligra-2.6.4.ebuild calligra-9999.ebuild
4 ChangeLog
5 Log:
6 sqlite is dropping the extensions use flag.
7
8 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
9
10 Revision Changes Path
11 1.6 app-office/calligra/calligra-2.6.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-2.6.4.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-2.6.4.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-2.6.4.ebuild?r1=1.5&r2=1.6
16
17 Index: calligra-2.6.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.6.4.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- calligra-2.6.4.ebuild 6 Aug 2013 07:47:18 -0000 1.5
24 +++ calligra-2.6.4.ebuild 28 Aug 2013 16:03:05 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.6.4.ebuild,v 1.5 2013/08/06 07:47:18 kensington Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-2.6.4.ebuild,v 1.6 2013/08/28 16:03:05 floppym Exp $
30
31 # note: files that need to be checked for dependencies etc:
32 # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
33 @@ -130,7 +130,7 @@
34 xbase? ( dev-db/xbase )
35 xslt? ( dev-libs/libxslt )
36 calligra_features_kexi? (
37 - >=dev-db/sqlite-3.7.9:3[extensions]
38 + >=dev-db/sqlite-3.7.9:3[extensions(+)]
39 dev-libs/icu:=
40 )
41 "
42
43
44
45 1.40 app-office/calligra/calligra-9999.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-9999.ebuild?rev=1.40&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-9999.ebuild?rev=1.40&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/calligra-9999.ebuild?r1=1.39&r2=1.40
50
51 Index: calligra-9999.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-9999.ebuild,v
54 retrieving revision 1.39
55 retrieving revision 1.40
56 diff -u -r1.39 -r1.40
57 --- calligra-9999.ebuild 6 Aug 2013 07:47:18 -0000 1.39
58 +++ calligra-9999.ebuild 28 Aug 2013 16:03:05 -0000 1.40
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-9999.ebuild,v 1.39 2013/08/06 07:47:18 kensington Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/calligra-9999.ebuild,v 1.40 2013/08/28 16:03:05 floppym Exp $
64
65 # note: files that need to be checked for dependencies etc:
66 # CMakeLists.txt, kexi/CMakeLists.txt kexi/migration/CMakeLists.txt
67 @@ -130,7 +130,7 @@
68 xbase? ( dev-db/xbase )
69 xslt? ( dev-libs/libxslt )
70 calligra_features_kexi? (
71 - >=dev-db/sqlite-3.7.9:3[extensions]
72 + >=dev-db/sqlite-3.7.9:3[extensions(+)]
73 dev-libs/icu:=
74 )
75 "
76
77
78
79 1.95 app-office/calligra/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/ChangeLog?rev=1.95&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/ChangeLog?rev=1.95&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/calligra/ChangeLog?r1=1.94&r2=1.95
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v
88 retrieving revision 1.94
89 retrieving revision 1.95
90 diff -u -r1.94 -r1.95
91 --- ChangeLog 6 Aug 2013 07:47:18 -0000 1.94
92 +++ ChangeLog 28 Aug 2013 16:03:05 -0000 1.95
93 @@ -1,6 +1,10 @@
94 # ChangeLog for app-office/calligra
95 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.94 2013/08/06 07:47:18 kensington Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-office/calligra/ChangeLog,v 1.95 2013/08/28 16:03:05 floppym Exp $
98 +
99 + 28 Aug 2013; Mike Gilbert <floppym@g.o> calligra-2.6.4.ebuild,
100 + calligra-9999.ebuild:
101 + sqlite is dropping the extensions use flag.
102
103 06 Aug 2013; Michael Palimaka <kensington@g.o> calligra-2.6.4.ebuild,
104 calligra-9999.ebuild: