summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-01-17 16:11:04 +0000
committerMichał Górny <mgorny@gentoo.org>2013-01-17 16:11:04 +0000
commit7ff543441c38fe34bcff9ef5a977b4c05ff0f87c (patch)
tree2f8a48dfed88d956f57adc41369c2fa70f8f40eb /dev-python/adodb-py
parentRequest built-in Python sqlite3 support rather than pysqlite package. (diff)
downloadgentoo-2-7ff543441c38fe34bcff9ef5a977b4c05ff0f87c.tar.gz
gentoo-2-7ff543441c38fe34bcff9ef5a977b4c05ff0f87c.tar.bz2
gentoo-2-7ff543441c38fe34bcff9ef5a977b4c05ff0f87c.zip
Request built-in Python sqlite3 support rather than pysqlite package.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/adodb-py')
-rw-r--r--dev-python/adodb-py/ChangeLog8
-rw-r--r--dev-python/adodb-py/adodb-py-2.20.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-python/adodb-py/ChangeLog b/dev-python/adodb-py/ChangeLog
index a22ac2aba971..7bf189b95420 100644
--- a/dev-python/adodb-py/ChangeLog
+++ b/dev-python/adodb-py/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/adodb-py
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/ChangeLog,v 1.31 2010/09/29 17:23:46 arfrever Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/ChangeLog,v 1.32 2013/01/17 16:11:04 mgorny Exp $
+
+ 17 Jan 2013; Michał Górny <mgorny@gentoo.org> adodb-py-2.20.ebuild:
+ Request built-in Python sqlite3 support rather than pysqlite package.
29 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-adodb-py-2.00.ebuild:
@@ -114,4 +117,3 @@
09 Aug 2004; Rob Cakebread <pythonhead@gentoo.org> +metadata.xml,
+adodb-py-1.0.1.ebuild:
Initial commit - thanks Salim Fadhley for the ebuild bug 43154
-
diff --git a/dev-python/adodb-py/adodb-py-2.20.ebuild b/dev-python/adodb-py/adodb-py-2.20.ebuild
index 27b8e1152e28..54ff44cfd74f 100644
--- a/dev-python/adodb-py/adodb-py-2.20.ebuild
+++ b/dev-python/adodb-py/adodb-py-2.20.ebuild
@@ -1,11 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-2.20.ebuild,v 1.7 2010/09/29 15:51:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/adodb-py/adodb-py-2.20.ebuild,v 1.8 2013/01/17 16:11:04 mgorny Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_USE_WITH=sqlite?
inherit distutils eutils
@@ -22,8 +23,7 @@ KEYWORDS="~amd64 ia64 ppc ~ppc64 x86"
IUSE="mysql postgres sqlite"
RDEPEND="postgres? ( dev-python/psycopg:0 )
- mysql? ( >=dev-python/mysql-python-0.9.2 )
- sqlite? ( dev-python/pysqlite:2 ) "
+ mysql? ( >=dev-python/mysql-python-0.9.2 )"
DEPEND="${RDEPEND}
app-arch/unzip"