diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2008-02-05 16:30:20 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2008-02-05 16:30:20 +0000 |
commit | 743649ad12ef0f056e819a6f3e53352da33bacbb (patch) | |
tree | 2d1d661e5614e77a08cf5f8387299c95cde5d273 /dev-python/pysqlite | |
parent | Second amd64 round. (diff) | |
download | gentoo-2-743649ad12ef0f056e819a6f3e53352da33bacbb.tar.gz gentoo-2-743649ad12ef0f056e819a6f3e53352da33bacbb.tar.bz2 gentoo-2-743649ad12ef0f056e819a6f3e53352da33bacbb.zip |
Version bump (bug #209012). Dropped old versions.
(Portage version: 2.1.4.1)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.3.3.ebuild | 39 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.4.1.ebuild (renamed from dev-python/pysqlite/pysqlite-2.4.0.ebuild) | 4 |
3 files changed, 10 insertions, 43 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index a92020397899..5a6ae6627f5d 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.84 2007/12/26 01:25:57 hawking Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.85 2008/02/05 16:30:20 lucass Exp $ + +*pysqlite-2.4.1 (05 Feb 2008) + + 05 Feb 2008; Lukasz Strzygowski <lucass@gentoo.org> + -pysqlite-2.3.3.ebuild, -pysqlite-2.4.0.ebuild, +pysqlite-2.4.1.ebuild: + Version bump (bug #209012). Dropped old versions. *pysqlite-2.4.0 (26 Dec 2007) diff --git a/dev-python/pysqlite/pysqlite-2.3.3.ebuild b/dev-python/pysqlite/pysqlite-2.3.3.ebuild deleted file mode 100644 index c6b727aee22e..000000000000 --- a/dev-python/pysqlite/pysqlite-2.3.3.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.3.ebuild,v 1.6 2007/06/17 11:28:25 armin76 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.4.0.ebuild b/dev-python/pysqlite/pysqlite-2.4.1.ebuild index 9ce3baed09cd..f8682f94358a 100644 --- a/dev-python/pysqlite/pysqlite-2.4.0.ebuild +++ b/dev-python/pysqlite/pysqlite-2.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.4.0.ebuild,v 1.1 2007/12/26 01:25:57 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.4.1.ebuild,v 1.1 2008/02/05 16:30:20 lucass Exp $ NEED_PYTHON=2.3 |