public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-SQLite: DBD-SQLite-1.350.0.ebuild DBD-SQLite-1.370.0.ebuild DBD-SQLite-1.400.0.ebuild ChangeLog
@ 2013-08-28 16:07 Mike Gilbert (floppym)
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2013-08-28 16:07 UTC (permalink / raw
  To: gentoo-commits

floppym     13/08/28 16:07:10

  Modified:             DBD-SQLite-1.350.0.ebuild DBD-SQLite-1.370.0.ebuild
                        DBD-SQLite-1.400.0.ebuild ChangeLog
  Log:
  sqlite is dropping the extensions use flag.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.10                 dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild?rev=1.10&view=markup
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
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

Index: DBD-SQLite-1.350.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- DBD-SQLite-1.350.0.ebuild	17 Jun 2012 14:20:18 -0000	1.9
+++ DBD-SQLite-1.350.0.ebuild	28 Aug 2013 16:07:10 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 IUSE="test"
 
 RDEPEND=">=dev-perl/DBI-1.57
-	>=dev-db/sqlite-3.6.22[extensions]
+	>=dev-db/sqlite-3.6.22[extensions(+)]
 	!<dev-perl/DBD-SQLite-1"
 DEPEND="${RDEPEND}
 	test? ( >=virtual/perl-Test-Simple-0.86 )"



1.3                  dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild?rev=1.3&view=markup
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
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

Index: DBD-SQLite-1.370.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DBD-SQLite-1.370.0.ebuild	1 Sep 2012 11:27:02 -0000	1.2
+++ DBD-SQLite-1.370.0.ebuild	28 Aug 2013 16:07:10 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 IUSE="test"
 
 RDEPEND="
-	>=dev-db/sqlite-3.6.22[extensions]
+	>=dev-db/sqlite-3.6.22[extensions(+)]
 	>=dev-perl/DBI-1.57
 	!<dev-perl/DBD-SQLite-1
 "



1.2                  dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild?rev=1.2&view=markup
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
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

Index: DBD-SQLite-1.400.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DBD-SQLite-1.400.0.ebuild	17 Aug 2013 13:24:19 -0000	1.1
+++ DBD-SQLite-1.400.0.ebuild	28 Aug 2013 16:07:10 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=4
 
@@ -15,7 +15,7 @@
 IUSE="test"
 
 RDEPEND="
-	>=dev-db/sqlite-3.6.22[extensions]
+	>=dev-db/sqlite-3.6.22[extensions(+)]
 	>=dev-perl/DBI-1.57
 	!<dev-perl/DBD-SQLite-1
 "



1.111                dev-perl/DBD-SQLite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	17 Aug 2013 13:24:19 -0000	1.110
+++ ChangeLog	28 Aug 2013 16:07:10 -0000	1.111
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/DBD-SQLite
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.110 2013/08/17 13:24:19 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-SQLite/ChangeLog,v 1.111 2013/08/28 16:07:10 floppym Exp $
+
+  28 Aug 2013; Mike Gilbert <floppym@gentoo.org> DBD-SQLite-1.350.0.ebuild,
+  DBD-SQLite-1.370.0.ebuild, DBD-SQLite-1.400.0.ebuild:
+  sqlite is dropping the extensions use flag.
 
 *DBD-SQLite-1.400.0 (17 Aug 2013)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-28 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-28 16:07 [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-SQLite: DBD-SQLite-1.350.0.ebuild DBD-SQLite-1.370.0.ebuild DBD-SQLite-1.400.0.ebuild ChangeLog Mike Gilbert (floppym)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox