From 76fb20b72e9e853be4efaba18a193bca0fa2e785 Mon Sep 17 00:00:00 2001 From: Bart Verwilst Date: Sat, 23 Nov 2002 18:45:12 +0000 Subject: new version --- dev-python/pysqlite/ChangeLog | 6 +++++- dev-python/pysqlite/files/digest-pysqlite-0.3.1 | 1 + dev-python/pysqlite/pysqlite-0.3.1.ebuild | 28 +++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 dev-python/pysqlite/files/digest-pysqlite-0.3.1 create mode 100644 dev-python/pysqlite/pysqlite-0.3.1.ebuild diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index db5c8f8b9f03..de87af037175 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.3 2002/11/03 19:27:01 roughneck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.4 2002/11/23 18:45:12 verwilst Exp $ + +*pysqlite-0.3.1 (23 Nov 2002) Bart Verwilst + + New version *pysqlite-0.2.0-r1 (03 Nov 2002) diff --git a/dev-python/pysqlite/files/digest-pysqlite-0.3.1 b/dev-python/pysqlite/files/digest-pysqlite-0.3.1 new file mode 100644 index 000000000000..0961675ffcc6 --- /dev/null +++ b/dev-python/pysqlite/files/digest-pysqlite-0.3.1 @@ -0,0 +1 @@ +MD5 758041528bbeb7c24f029e6bd72e88ff pysqlite-0.3.1.tar.gz 79703 diff --git a/dev-python/pysqlite/pysqlite-0.3.1.ebuild b/dev-python/pysqlite/pysqlite-0.3.1.ebuild new file mode 100644 index 000000000000..8db105d14ee2 --- /dev/null +++ b/dev-python/pysqlite/pysqlite-0.3.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# 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.1 2002/11/23 18:45:12 verwilst Exp $ + +DESCRIPTION="Python wrapper for the local database Sqlite" +SRC_URI="mirror://sourceforge/pysqlite/pysqlite-${PV}.tar.gz" +HOMEPAGE="http://www.hwaci.com/sw/sqlite/" + +KEYWORDS="ppc x86 sparc sparc64 alpha" +LICENSE="pysqlite" +SLOT="0" + +DEPEND="virtual/python + dev-db/sqlite" + +src_compile() { + python setup.py build || die +} + +src_install() { + python setup.py install --root=${D} --prefix=/usr || die + dodoc README + + # Need to do the examples explicitly since dodoc + # doesn't do directories properly + dodir /usr/share/doc/${PF}/examples || die + cp -r ${S}/examples/* ${D}/usr/share/doc/${PF}/examples || die +} -- cgit v1.2.3-65-gdbad