diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2004-08-05 23:33:47 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2004-08-05 23:33:47 +0000 |
commit | c932cd91a58b6c155447fc8f27a416966564b0e8 (patch) | |
tree | fb31d2d00bd257ec263cc0681e05cf5a4055d8aa /dev-python/pysqlite | |
parent | stable on x86 (diff) | |
download | gentoo-2-c932cd91a58b6c155447fc8f27a416966564b0e8.tar.gz gentoo-2-c932cd91a58b6c155447fc8f27a416966564b0e8.tar.bz2 gentoo-2-c932cd91a58b6c155447fc8f27a416966564b0e8.zip |
new sqlite ebuild slot
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.4.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.0.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.1.ebuild | 4 |
6 files changed, 16 insertions, 11 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index bba899bda85f..f380d84169ea 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.16 2004/07/06 15:18:49 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.17 2004/08/05 23:31:05 arj Exp $ + + 05 Aug 2004; Anders Rune Jensen <arj@gentoo.org> pysqlite-0.3.1.ebuild, + pysqlite-0.4.1.ebuild, pysqlite-0.4.3.ebuild, pysqlite-0.5.0.ebuild, + pysqlite-0.5.1.ebuild: + Depend on version 2 of sqlite. *pysqlite-0.5.1 (06 Jul 2004) diff --git a/dev-python/pysqlite/pysqlite-0.3.1.ebuild b/dev-python/pysqlite/pysqlite-0.3.1.ebuild index 36147adb153e..dd28508676f0 100644 --- a/dev-python/pysqlite/pysqlite-0.3.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.3.1.ebuild,v 1.9 2004/06/25 01:43:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.3.1.ebuild,v 1.10 2004/08/05 23:31:05 arj Exp $ inherit distutils @@ -14,7 +14,7 @@ LICENSE="pysqlite" SLOT="0" DEPEND="virtual/python - dev-db/sqlite" + =dev-db/sqlite-2*" src_install() { distutils_src_install diff --git a/dev-python/pysqlite/pysqlite-0.4.1.ebuild b/dev-python/pysqlite/pysqlite-0.4.1.ebuild index e19939dc5f32..9da0860455f6 100644 --- a/dev-python/pysqlite/pysqlite-0.4.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.1.ebuild,v 1.6 2004/06/25 01:43:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.1.ebuild,v 1.7 2004/08/05 23:31:05 arj Exp $ inherit distutils @@ -14,7 +14,7 @@ LICENSE="pysqlite" SLOT="0" DEPEND="virtual/python - dev-db/sqlite" + =dev-db/sqlite-2*" src_install() { distutils_src_install diff --git a/dev-python/pysqlite/pysqlite-0.4.3.ebuild b/dev-python/pysqlite/pysqlite-0.4.3.ebuild index 9da1e6fe996f..e4e4919999ab 100644 --- a/dev-python/pysqlite/pysqlite-0.4.3.ebuild +++ b/dev-python/pysqlite/pysqlite-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.3.ebuild,v 1.5 2004/06/25 01:43:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.3.ebuild,v 1.6 2004/08/05 23:31:05 arj Exp $ inherit distutils @@ -14,7 +14,7 @@ LICENSE="pysqlite" SLOT="0" DEPEND="virtual/python - dev-db/sqlite" + =dev-db/sqlite-2*" src_install() { distutils_src_install diff --git a/dev-python/pysqlite/pysqlite-0.5.0.ebuild b/dev-python/pysqlite/pysqlite-0.5.0.ebuild index d2c1ea9c4358..f8f2fde51ea6 100644 --- a/dev-python/pysqlite/pysqlite-0.5.0.ebuild +++ b/dev-python/pysqlite/pysqlite-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.0.ebuild,v 1.6 2004/07/06 15:18:49 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.0.ebuild,v 1.7 2004/08/05 23:31:05 arj Exp $ inherit distutils @@ -14,7 +14,7 @@ LICENSE="pysqlite" SLOT="0" DEPEND="virtual/python - dev-db/sqlite" + =dev-db/sqlite-2*" src_unpack() { unpack ${A} diff --git a/dev-python/pysqlite/pysqlite-0.5.1.ebuild b/dev-python/pysqlite/pysqlite-0.5.1.ebuild index 768123478c07..a9d5aa9fb9ac 100644 --- a/dev-python/pysqlite/pysqlite-0.5.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.1 2004/07/06 15:18:49 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.2 2004/08/05 23:31:05 arj Exp $ inherit distutils @@ -14,7 +14,7 @@ LICENSE="pysqlite" SLOT="0" DEPEND="virtual/python - dev-db/sqlite" + =dev-db/sqlite-2*" src_unpack() { unpack ${A} |