diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-10-08 10:39:16 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-10-08 10:39:16 +0000 |
commit | 1c9a9fae1cc7e9b037261df345e9b5279c647632 (patch) | |
tree | fb26835ed7935608989a2e4a03b9c5b9b7dbac29 /dev-python/pysqlite | |
parent | updated metadata.xml (diff) | |
download | historical-1c9a9fae1cc7e9b037261df345e9b5279c647632.tar.gz historical-1c9a9fae1cc7e9b037261df345e9b5279c647632.tar.bz2 historical-1c9a9fae1cc7e9b037261df345e9b5279c647632.zip |
stable bump
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/Manifest | 12 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.4.3.ebuild | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/pysqlite/Manifest b/dev-python/pysqlite/Manifest index 3a5dab37c811..ff4e50a7193b 100644 --- a/dev-python/pysqlite/Manifest +++ b/dev-python/pysqlite/Manifest @@ -1,8 +1,8 @@ -MD5 0ea822314660e8462fb5eeb937ce2310 files/digest-pysqlite-0.4.3 65 -MD5 e553eec3bb40bcfc1ace7fc8f2e60806 files/digest-pysqlite-0.3.1 129 -MD5 2358ec1e5d6c50a9b165a50d31c0e5a8 files/digest-pysqlite-0.4.1 65 -MD5 52f03069ffa68c4e74dd0d7064f233a3 pysqlite-0.3.1.ebuild 760 MD5 8ba4f9e2cff0cf5bdeeca7e32d4533ea ChangeLog 1219 -MD5 68c0b031e5cef334fa548a2d9e8b2813 pysqlite-0.4.1.ebuild 761 -MD5 aaeee34bcc73eb7ee70e11779d643f8b pysqlite-0.4.3.ebuild 765 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 52f03069ffa68c4e74dd0d7064f233a3 pysqlite-0.3.1.ebuild 760 +MD5 68c0b031e5cef334fa548a2d9e8b2813 pysqlite-0.4.1.ebuild 761 +MD5 452b16e931627336476cd676f1f12bf7 pysqlite-0.4.3.ebuild 764 +MD5 e553eec3bb40bcfc1ace7fc8f2e60806 files/digest-pysqlite-0.3.1 129 +MD5 2358ec1e5d6c50a9b165a50d31c0e5a8 files/digest-pysqlite-0.4.1 65 +MD5 0ea822314660e8462fb5eeb937ce2310 files/digest-pysqlite-0.4.3 65 diff --git a/dev-python/pysqlite/pysqlite-0.4.3.ebuild b/dev-python/pysqlite/pysqlite-0.4.3.ebuild index cbcb1b9e7c98..d25dd2f82a6c 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-2003 Gentoo Technologies, Inc. # 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.1 2003/06/25 23:18:40 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.3.ebuild,v 1.2 2003/10/08 10:34:09 liquidx Exp $ inherit distutils @@ -9,7 +9,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="mirror://sourceforge/pysqlite/pysqlite-${PV}.tar.gz" HOMEPAGE="http://pysqlite.sourceforge.net/" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" LICENSE="pysqlite" SLOT="0" |