diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-01-10 20:28:41 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-01-10 20:28:41 +0000 |
commit | 3d86a74bac3dac26bbe1e661e282a491e5d9b1fe (patch) | |
tree | 78fae56d41f355c0e7e34249dfd89e286409f1a2 /dev-python | |
parent | Added modular X dependencies. (diff) | |
download | gentoo-2-3d86a74bac3dac26bbe1e661e282a491e5d9b1fe.tar.gz gentoo-2-3d86a74bac3dac26bbe1e661e282a491e5d9b1fe.tar.bz2 gentoo-2-3d86a74bac3dac26bbe1e661e282a491e5d9b1fe.zip |
Stable on x86; bug #118302
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pysqlite/Manifest | 12 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.0.5.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 84b5e5db793a..5728f83a10d4 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.36 2005/11/20 19:57:36 dang Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.37 2006/01/10 20:26:22 halcy0n Exp $ + + 10 Jan 2006; Mark Loeser <halcy0n@gentoo.org> pysqlite-2.0.5.ebuild: + Stable on x86; bug #118302 20 Nov 2005; <dang@gentoo.org> pysqlite-1.0.1.ebuild: Marked stable on amd64 diff --git a/dev-python/pysqlite/Manifest b/dev-python/pysqlite/Manifest index 389038a42ef4..d76fd1d45b9e 100644 --- a/dev-python/pysqlite/Manifest +++ b/dev-python/pysqlite/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 ea52fab86d75da9fe033d4c8da46c42f ChangeLog 4498 MD5 c27bf7af6842480285e9a1bc6422480a files/digest-pysqlite-0.5.1 65 MD5 8474697be6f1f182b2e727ae06f3714c files/digest-pysqlite-1.0.1 65 @@ -10,11 +7,4 @@ MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 1a1bd270218fb545aaa20212213645f3 pysqlite-0.5.1.ebuild 889 MD5 7e8ab9fa1b878c10c7c78acc8e45042e pysqlite-1.0.1.ebuild 862 MD5 77cc3cab9ea1cc4a5ebc3b5be7cda4a3 pysqlite-2.0.4.ebuild 1006 -MD5 36b72b749593cb46e00fd6cfe294e2c0 pysqlite-2.0.5.ebuild 1007 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDgNU5omPajV0RnrERAuncAJ4ysGJOSLWAW9wNgm7JIfvQp8lgFACeO0Lo -cjeJRRoXT/qFTcdMr14FPow= -=48Ud ------END PGP SIGNATURE----- +MD5 13f625c28d2338b5a2f1718506a8b3e0 pysqlite-2.0.5.ebuild 1006 diff --git a/dev-python/pysqlite/pysqlite-2.0.5.ebuild b/dev-python/pysqlite/pysqlite-2.0.5.ebuild index 59e04b1acfaf..ed3f7e4a8066 100644 --- a/dev-python/pysqlite/pysqlite-2.0.5.ebuild +++ b/dev-python/pysqlite/pysqlite-2.0.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.5.ebuild,v 1.1 2005/11/06 00:30:01 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.5.ebuild,v 1.2 2006/01/10 20:26:22 halcy0n 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 ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc x86" LICENSE="pysqlite" SLOT="2" |