diff options
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pysqlite/files/digest-pysqlite-2.3.4 | 3 | ||||
-rw-r--r-- | dev-python/pysqlite/files/digest-pysqlite-2.3.4-r1 | 3 | ||||
-rw-r--r-- | dev-python/pysqlite/files/digest-pysqlite-2.3.5 | 3 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.3.4.ebuild | 39 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.3.5.ebuild (renamed from dev-python/pysqlite/pysqlite-2.3.4-r1.ebuild) | 2 |
6 files changed, 11 insertions, 47 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index dc210260afea..6dbf69bf812c 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.76 2007/07/15 18:53:48 rbu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.77 2007/07/18 18:21:05 lucass Exp $ + +*pysqlite-2.3.5 (18 Jul 2007) + + 18 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org> + -pysqlite-2.3.4.ebuild, -pysqlite-2.3.4-r1.ebuild, +pysqlite-2.3.5.ebuild: + Version bump. Dropped old versions. 15 Jul 2007; Robert Buchholz <rbu@gentoo.org> pysqlite-1.0.1.ebuild: Adding ~ppc (bug #185160) diff --git a/dev-python/pysqlite/files/digest-pysqlite-2.3.4 b/dev-python/pysqlite/files/digest-pysqlite-2.3.4 deleted file mode 100644 index bdf5a42cb26a..000000000000 --- a/dev-python/pysqlite/files/digest-pysqlite-2.3.4 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0c0103a3cea1beebbd7d5ad7458f61e1 pysqlite-2.3.4.tar.gz 65240 -RMD160 1fdbb48e2af7b4ee26a932e930cce5016d7b73cb pysqlite-2.3.4.tar.gz 65240 -SHA256 743559c2ed64e465d7db46fb2d0932fb21e3a870ff3d761b2373dac624c96434 pysqlite-2.3.4.tar.gz 65240 diff --git a/dev-python/pysqlite/files/digest-pysqlite-2.3.4-r1 b/dev-python/pysqlite/files/digest-pysqlite-2.3.4-r1 deleted file mode 100644 index bdf5a42cb26a..000000000000 --- a/dev-python/pysqlite/files/digest-pysqlite-2.3.4-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0c0103a3cea1beebbd7d5ad7458f61e1 pysqlite-2.3.4.tar.gz 65240 -RMD160 1fdbb48e2af7b4ee26a932e930cce5016d7b73cb pysqlite-2.3.4.tar.gz 65240 -SHA256 743559c2ed64e465d7db46fb2d0932fb21e3a870ff3d761b2373dac624c96434 pysqlite-2.3.4.tar.gz 65240 diff --git a/dev-python/pysqlite/files/digest-pysqlite-2.3.5 b/dev-python/pysqlite/files/digest-pysqlite-2.3.5 new file mode 100644 index 000000000000..1593730f66fb --- /dev/null +++ b/dev-python/pysqlite/files/digest-pysqlite-2.3.5 @@ -0,0 +1,3 @@ +MD5 b4a185e936848370fcc1a5b17755b641 pysqlite-2.3.5.tar.gz 85198 +RMD160 ee9064b73f0ffc90bdf586b4534bd8c48bf4b440 pysqlite-2.3.5.tar.gz 85198 +SHA256 074e88e14762cf25684658fbc893eb9f55cf4b9889b71f8aeee6e8992d3f33fe pysqlite-2.3.5.tar.gz 85198 diff --git a/dev-python/pysqlite/pysqlite-2.3.4.ebuild b/dev-python/pysqlite/pysqlite-2.3.4.ebuild deleted file mode 100644 index 60fd26cecb1b..000000000000 --- a/dev-python/pysqlite/pysqlite-2.3.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.4.ebuild,v 1.1 2007/06/20 10:46:15 lucass Exp $ - -NEED_PYTHON=2.3 - -inherit distutils - -DESCRIPTION="Python wrapper for the local database Sqlite" -SRC_URI="http://initd.org/pub/software/pysqlite/releases/${PV:0:3}/${PV}/pysqlite-${PV}.tar.gz" -HOMEPAGE="http://initd.org/tracker/pysqlite/" - -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -LICENSE="pysqlite" -SLOT="2" -IUSE="examples" - -DEPEND=">=dev-db/sqlite-3.1" - -src_install() { - DOCS="doc/usage-guide.txt" - distutils_src_install - - rm -rf "${D}"/usr/pysqlite2-doc - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r doc/code - fi -} - -src_test() { - cd build/lib* - # tests use this as a nonexistant file - addpredict /foo/bar - PYTHONPATH=. "${python}" -c \ - "from pysqlite2.test import test;import sys;sys.exit(test())" \ - || die "test failed" -} diff --git a/dev-python/pysqlite/pysqlite-2.3.4-r1.ebuild b/dev-python/pysqlite/pysqlite-2.3.5.ebuild index 1312d0e19bf6..55326b10d2f2 100644 --- a/dev-python/pysqlite/pysqlite-2.3.4-r1.ebuild +++ b/dev-python/pysqlite/pysqlite-2.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.4-r1.ebuild,v 1.1 2007/07/07 13:44:32 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild,v 1.1 2007/07/18 18:21:05 lucass Exp $ NEED_PYTHON=2.3 |