diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-08-26 03:47:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-08-26 03:47:43 +0000 |
commit | b04c15ab8b019217ed7761e02f453e976a9272f7 (patch) | |
tree | 2200d09cc4ada747971dcaad04e3fa58a716004e /dev-python/pysqlite | |
parent | Marked x86 stable (diff) | |
download | historical-b04c15ab8b019217ed7761e02f453e976a9272f7.tar.gz historical-b04c15ab8b019217ed7761e02f453e976a9272f7.tar.bz2 historical-b04c15ab8b019217ed7761e02f453e976a9272f7.zip |
add ~ia64
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/Manifest | 10 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.0.3.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 012d7d113b7c..ebf036d92881 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.32 2005/08/01 18:54:46 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.33 2005/08/26 03:41:04 agriffis Exp $ + + 26 Aug 2005; Aron Griffis <agriffis@gentoo.org> pysqlite-2.0.3.ebuild: + add ~ia64 *pysqlite-2.0.3 (01 Aug 2005) diff --git a/dev-python/pysqlite/Manifest b/dev-python/pysqlite/Manifest index 196764cd9747..7a089c59aac0 100644 --- a/dev-python/pysqlite/Manifest +++ b/dev-python/pysqlite/Manifest @@ -1,10 +1,10 @@ -MD5 4a7eca8cfa300418153a0f2996124b26 ChangeLog 4017 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 87b20b2e45da1439c49bca9f69aacc9c pysqlite-1.0.1.ebuild 869 MD5 8e413ab8ddcd112b985de48f15b11739 pysqlite-2.0.2.ebuild 1004 -MD5 3acc76520246d6aed1f25a8ace865127 pysqlite-2.0.3.ebuild 1004 +MD5 d64a6039a348f5789389e0e96b95fbe6 pysqlite-2.0.3.ebuild 1009 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 4a7eca8cfa300418153a0f2996124b26 ChangeLog 4017 MD5 1a1bd270218fb545aaa20212213645f3 pysqlite-0.5.1.ebuild 889 -MD5 87b20b2e45da1439c49bca9f69aacc9c pysqlite-1.0.1.ebuild 869 -MD5 10663b4cc513c17728dfb9e4d98e72b1 files/digest-pysqlite-2.0.2 65 MD5 846897dc95da81f811264333ed822f8b files/digest-pysqlite-2.0.3 65 MD5 c27bf7af6842480285e9a1bc6422480a files/digest-pysqlite-0.5.1 65 MD5 8474697be6f1f182b2e727ae06f3714c files/digest-pysqlite-1.0.1 65 +MD5 10663b4cc513c17728dfb9e4d98e72b1 files/digest-pysqlite-2.0.2 65 diff --git a/dev-python/pysqlite/pysqlite-2.0.3.ebuild b/dev-python/pysqlite/pysqlite-2.0.3.ebuild index 924beaeb7f6e..86676922d398 100644 --- a/dev-python/pysqlite/pysqlite-2.0.3.ebuild +++ b/dev-python/pysqlite/pysqlite-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.3.ebuild,v 1.1 2005/08/01 18:54:46 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.3.ebuild,v 1.2 2005/08/26 03:41:05 agriffis Exp $ inherit distutils @@ -9,7 +9,7 @@ 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 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" LICENSE="pysqlite" SLOT="2" |