Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/spatialite: spatialite-3.0.1.ebuild spatialite-2.4.0_rc4.ebuild ChangeLog
Date: Wed, 28 Aug 2013 16:05:46
Message-Id: 20130828160543.9E0BB2004C@flycatcher.gentoo.org
1 floppym 13/08/28 16:05:43
2
3 Modified: spatialite-3.0.1.ebuild spatialite-2.4.0_rc4.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.4 dev-db/spatialite/spatialite-3.0.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/spatialite/spatialite-3.0.1.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/spatialite/spatialite-3.0.1.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/spatialite/spatialite-3.0.1.ebuild?r1=1.3&r2=1.4
16
17 Index: spatialite-3.0.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/spatialite/spatialite-3.0.1.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- spatialite-3.0.1.ebuild 25 May 2012 18:51:37 -0000 1.3
24 +++ spatialite-3.0.1.ebuild 28 Aug 2013 16:05:43 -0000 1.4
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2012 Gentoo Foundation
27 +# Copyright 1999-2013 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/spatialite-3.0.1.ebuild,v 1.3 2012/05/25 18:51:37 scarabeus Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/spatialite-3.0.1.ebuild,v 1.4 2013/08/28 16:05:43 floppym Exp $
31
32 EAPI=4
33
34 @@ -18,7 +18,7 @@
35 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
36 IUSE="+geos iconv +proj +xls"
37
38 -RDEPEND=">=dev-db/sqlite-3.7.5:3[extensions]
39 +RDEPEND=">=dev-db/sqlite-3.7.5:3[extensions(+)]
40 geos? ( >=sci-libs/geos-3.3 )
41 proj? ( sci-libs/proj )
42 xls? ( dev-libs/freexl )
43
44
45
46 1.5 dev-db/spatialite/spatialite-2.4.0_rc4.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild?rev=1.5&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild?rev=1.5&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild?r1=1.4&r2=1.5
51
52 Index: spatialite-2.4.0_rc4.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild,v
55 retrieving revision 1.4
56 retrieving revision 1.5
57 diff -u -r1.4 -r1.5
58 --- spatialite-2.4.0_rc4.ebuild 25 May 2012 17:46:27 -0000 1.4
59 +++ spatialite-2.4.0_rc4.ebuild 28 Aug 2013 16:05:43 -0000 1.5
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2012 Gentoo Foundation
62 +# Copyright 1999-2013 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild,v 1.4 2012/05/25 17:46:27 scarabeus Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild,v 1.5 2013/08/28 16:05:43 floppym Exp $
66
67 EAPI=4
68
69 @@ -18,7 +18,7 @@
70 KEYWORDS="amd64 x86"
71 IUSE="+geos iconv +proj"
72
73 -RDEPEND=">=dev-db/sqlite-3.7.5:3[extensions]
74 +RDEPEND=">=dev-db/sqlite-3.7.5:3[extensions(+)]
75 geos? ( sci-libs/geos )
76 proj? ( sci-libs/proj )"
77 DEPEND="${RDEPEND}"
78
79
80
81 1.7 dev-db/spatialite/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/spatialite/ChangeLog?rev=1.7&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/spatialite/ChangeLog?rev=1.7&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/spatialite/ChangeLog?r1=1.6&r2=1.7
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-db/spatialite/ChangeLog,v
90 retrieving revision 1.6
91 retrieving revision 1.7
92 diff -u -r1.6 -r1.7
93 --- ChangeLog 25 May 2012 18:51:37 -0000 1.6
94 +++ ChangeLog 28 Aug 2013 16:05:43 -0000 1.7
95 @@ -1,6 +1,10 @@
96 # ChangeLog for dev-db/spatialite
97 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/ChangeLog,v 1.6 2012/05/25 18:51:37 scarabeus Exp $
99 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
100 +# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/ChangeLog,v 1.7 2013/08/28 16:05:43 floppym Exp $
101 +
102 + 28 Aug 2013; Mike Gilbert <floppym@g.o> spatialite-2.4.0_rc4.ebuild,
103 + spatialite-3.0.1.ebuild:
104 + sqlite is dropping the extensions use flag.
105
106 25 May 2012; Tomáš Chvátal <scarabeus@g.o> spatialite-3.0.1.ebuild:
107 Works on ppc -> keyword.
108 @@ -27,4 +31,3 @@
109 12 Jun 2011; Tomáš Chvátal <scarabeus@g.o>
110 +spatialite-2.4.0_rc4.ebuild, +metadata.xml:
111 Initial commit. Fixes bug #284476. Required for sci-geosciences/qgis.
112 -