summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-08-28 16:07:10 +0000
committerMike Gilbert <floppym@gentoo.org>2013-08-28 16:07:10 +0000
commit37d3d79cbe0378787c06714133dbabdcf5102c4e (patch)
tree623cfa1934711cbd82332827e4af70dbe9e55a59 /dev-perl/DBD-SQLite
parentsqlite is dropping the extensions use flag. (diff)
downloadgentoo-2-37d3d79cbe0378787c06714133dbabdcf5102c4e.tar.gz
gentoo-2-37d3d79cbe0378787c06714133dbabdcf5102c4e.tar.bz2
gentoo-2-37d3d79cbe0378787c06714133dbabdcf5102c4e.zip
sqlite is dropping the extensions use flag.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-perl/DBD-SQLite')
-rw-r--r--dev-perl/DBD-SQLite/ChangeLog6
-rw-r--r--dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild6
-rw-r--r--dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild6
-rw-r--r--dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-perl/DBD-SQLite/ChangeLog b/dev-perl/DBD-SQLite/ChangeLog
index 0d05faf9e420..1402bbf142c2 100644
--- a/dev-perl/DBD-SQLite/ChangeLog
+++ b/dev-perl/DBD-SQLite/ChangeLog
@@ -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)
diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild
index 5d079c40d16f..33e20a1f06f9 100644
--- a/dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild
+++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.350.0.ebuild
@@ -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 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbs
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 )"
diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild
index 9a09f54c33d3..607473597b83 100644
--- a/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild
+++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.370.0.ebuild
@@ -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 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
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
"
diff --git a/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild b/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild
index b3ae72443880..39a3f5118279 100644
--- a/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild
+++ b/dev-perl/DBD-SQLite/DBD-SQLite-1.400.0.ebuild
@@ -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 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
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
"