diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-08-28 16:05:43 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-08-28 16:05:43 +0000 |
commit | 16fa1e1a76273a221cc64ec7b40380d1cc3cb962 (patch) | |
tree | b05bc43ba9704b27a7e7a85c9fcb1f9b6d045c83 /dev-db | |
parent | sqlite is dropping the extensions use flag. (diff) | |
download | gentoo-2-16fa1e1a76273a221cc64ec7b40380d1cc3cb962.tar.gz gentoo-2-16fa1e1a76273a221cc64ec7b40380d1cc3cb962.tar.bz2 gentoo-2-16fa1e1a76273a221cc64ec7b40380d1cc3cb962.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-db')
-rw-r--r-- | dev-db/spatialite/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/spatialite/spatialite-2.4.0_rc4.ebuild | 6 | ||||
-rw-r--r-- | dev-db/spatialite/spatialite-3.0.1.ebuild | 6 |
3 files changed, 12 insertions, 9 deletions
diff --git a/dev-db/spatialite/ChangeLog b/dev-db/spatialite/ChangeLog index 17c3b9d675f8..d237d55434bb 100644 --- a/dev-db/spatialite/ChangeLog +++ b/dev-db/spatialite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/spatialite -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/ChangeLog,v 1.6 2012/05/25 18:51:37 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/ChangeLog,v 1.7 2013/08/28 16:05:43 floppym Exp $ + + 28 Aug 2013; Mike Gilbert <floppym@gentoo.org> spatialite-2.4.0_rc4.ebuild, + spatialite-3.0.1.ebuild: + sqlite is dropping the extensions use flag. 25 May 2012; Tomáš Chvátal <scarabeus@gentoo.org> spatialite-3.0.1.ebuild: Works on ppc -> keyword. @@ -27,4 +31,3 @@ 12 Jun 2011; Tomáš Chvátal <scarabeus@gentoo.org> +spatialite-2.4.0_rc4.ebuild, +metadata.xml: Initial commit. Fixes bug #284476. Required for sci-geosciences/qgis. - diff --git a/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild b/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild index 0b951367505e..518c20a5d799 100644 --- a/dev-db/spatialite/spatialite-2.4.0_rc4.ebuild +++ b/dev-db/spatialite/spatialite-2.4.0_rc4.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-db/spatialite/spatialite-2.4.0_rc4.ebuild,v 1.4 2012/05/25 17:46:27 scarabeus Exp $ +# $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 $ EAPI=4 @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="+geos iconv +proj" -RDEPEND=">=dev-db/sqlite-3.7.5:3[extensions] +RDEPEND=">=dev-db/sqlite-3.7.5:3[extensions(+)] geos? ( sci-libs/geos ) proj? ( sci-libs/proj )" DEPEND="${RDEPEND}" diff --git a/dev-db/spatialite/spatialite-3.0.1.ebuild b/dev-db/spatialite/spatialite-3.0.1.ebuild index 8812109b3fb4..918beda44740 100644 --- a/dev-db/spatialite/spatialite-3.0.1.ebuild +++ b/dev-db/spatialite/spatialite-3.0.1.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-db/spatialite/spatialite-3.0.1.ebuild,v 1.3 2012/05/25 18:51:37 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/spatialite/spatialite-3.0.1.ebuild,v 1.4 2013/08/28 16:05:43 floppym Exp $ EAPI=4 @@ -18,7 +18,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="+geos iconv +proj +xls" -RDEPEND=">=dev-db/sqlite-3.7.5:3[extensions] +RDEPEND=">=dev-db/sqlite-3.7.5:3[extensions(+)] geos? ( >=sci-libs/geos-3.3 ) proj? ( sci-libs/proj ) xls? ( dev-libs/freexl ) |