1 |
floppym 13/08/28 16:07:10 |
2 |
|
3 |
Modified: DBD-SQLite-1.350.0.ebuild DBD-SQLite-1.370.0.ebuild |
4 |
DBD-SQLite-1.400.0.ebuild 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.10 dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild |
12 |
|
13 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild?rev=1.10&view=markup |
14 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild?rev=1.10&content-type=text/plain |
15 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild?r1=1.9&r2=1.10 |
16 |
|
17 |
Index: DBD-SQLite-1.350.0.ebuild |
18 |
=================================================================== |
19 |
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild,v |
20 |
retrieving revision 1.9 |
21 |
retrieving revision 1.10 |
22 |
diff -u -r1.9 -r1.10 |
23 |
--- DBD-SQLite-1.350.0.ebuild 17 Jun 2012 14:20:18 -0000 1.9 |
24 |
+++ DBD-SQLite-1.350.0.ebuild 28 Aug 2013 16:07:10 -0000 1.10 |
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-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild,v 1.9 2012/06/17 14:20:18 armin76 Exp $ |
30 |
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild,v 1.10 2013/08/28 16:07:10 floppym Exp $ |
31 |
|
32 |
EAPI=4 |
33 |
|
34 |
@@ -15,7 +15,7 @@ |
35 |
IUSE="test" |
36 |
|
37 |
RDEPEND=">=dev-perl/DBI-1.57 |
38 |
- >=dev-db/sqlite-3.6.22[extensions] |
39 |
+ >=dev-db/sqlite-3.6.22[extensions(+)] |
40 |
!<dev-perl/DBD-SQLite-1" |
41 |
DEPEND="${RDEPEND} |
42 |
test? ( >=virtual/perl-Test-Simple-0.86 )" |
43 |
|
44 |
|
45 |
|
46 |
1.3 dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild |
47 |
|
48 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild?rev=1.3&view=markup |
49 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild?rev=1.3&content-type=text/plain |
50 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild?r1=1.2&r2=1.3 |
51 |
|
52 |
Index: DBD-SQLite-1.370.0.ebuild |
53 |
=================================================================== |
54 |
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild,v |
55 |
retrieving revision 1.2 |
56 |
retrieving revision 1.3 |
57 |
diff -u -r1.2 -r1.3 |
58 |
--- DBD-SQLite-1.370.0.ebuild 1 Sep 2012 11:27:02 -0000 1.2 |
59 |
+++ DBD-SQLite-1.370.0.ebuild 28 Aug 2013 16:07:10 -0000 1.3 |
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-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild,v 1.2 2012/09/01 11:27:02 grobian Exp $ |
65 |
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild,v 1.3 2013/08/28 16:07:10 floppym Exp $ |
66 |
|
67 |
EAPI=4 |
68 |
|
69 |
@@ -15,7 +15,7 @@ |
70 |
IUSE="test" |
71 |
|
72 |
RDEPEND=" |
73 |
- >=dev-db/sqlite-3.6.22[extensions] |
74 |
+ >=dev-db/sqlite-3.6.22[extensions(+)] |
75 |
>=dev-perl/DBI-1.57 |
76 |
!<dev-perl/DBD-SQLite-1 |
77 |
" |
78 |
|
79 |
|
80 |
|
81 |
1.2 dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild |
82 |
|
83 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild?rev=1.2&view=markup |
84 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild?rev=1.2&content-type=text/plain |
85 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild?r1=1.1&r2=1.2 |
86 |
|
87 |
Index: DBD-SQLite-1.400.0.ebuild |
88 |
=================================================================== |
89 |
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild,v |
90 |
retrieving revision 1.1 |
91 |
retrieving revision 1.2 |
92 |
diff -u -r1.1 -r1.2 |
93 |
--- DBD-SQLite-1.400.0.ebuild 17 Aug 2013 13:24:19 -0000 1.1 |
94 |
+++ DBD-SQLite-1.400.0.ebuild 28 Aug 2013 16:07:10 -0000 1.2 |
95 |
@@ -1,6 +1,6 @@ |
96 |
# Copyright 1999-2013 Gentoo Foundation |
97 |
# Distributed under the terms of the GNU General Public License v2 |
98 |
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild,v 1.1 2013/08/17 13:24:19 patrick Exp $ |
99 |
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild,v 1.2 2013/08/28 16:07:10 floppym Exp $ |
100 |
|
101 |
EAPI=4 |
102 |
|
103 |
@@ -15,7 +15,7 @@ |
104 |
IUSE="test" |
105 |
|
106 |
RDEPEND=" |
107 |
- >=dev-db/sqlite-3.6.22[extensions] |
108 |
+ >=dev-db/sqlite-3.6.22[extensions(+)] |
109 |
>=dev-perl/DBI-1.57 |
110 |
!<dev-perl/DBD-SQLite-1 |
111 |
" |
112 |
|
113 |
|
114 |
|
115 |
1.111 dev-perl/DBD-SQLite/ChangeLog |
116 |
|
117 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?rev=1.111&view=markup |
118 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?rev=1.111&content-type=text/plain |
119 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?r1=1.110&r2=1.111 |
120 |
|
121 |
Index: ChangeLog |
122 |
=================================================================== |
123 |
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v |
124 |
retrieving revision 1.110 |
125 |
retrieving revision 1.111 |
126 |
diff -u -r1.110 -r1.111 |
127 |
--- ChangeLog 17 Aug 2013 13:24:19 -0000 1.110 |
128 |
+++ ChangeLog 28 Aug 2013 16:07:10 -0000 1.111 |
129 |
@@ -1,6 +1,10 @@ |
130 |
# ChangeLog for dev-perl/DBD-SQLite |
131 |
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 |
132 |
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.110 2013/08/17 13:24:19 patrick Exp $ |
133 |
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.111 2013/08/28 16:07:10 floppym Exp $ |
134 |
+ |
135 |
+ 28 Aug 2013; Mike Gilbert <floppym@g.o> DBD-SQLite-1.350.0.ebuild, |
136 |
+ DBD-SQLite-1.370.0.ebuild, DBD-SQLite-1.400.0.ebuild: |
137 |
+ sqlite is dropping the extensions use flag. |
138 |
|
139 |
*DBD-SQLite-1.400.0 (17 Aug 2013) |