diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-01-10 20:26:22 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-01-10 20:26:22 +0000 |
commit | dc071417206419c3e5a23993ebb3cafdc697e6dd (patch) | |
tree | 384e0c9304c8240f454352ee2aab4c6c1b5661d8 /dev-python | |
parent | Stable on sparc too (diff) | |
download | historical-dc071417206419c3e5a23993ebb3cafdc697e6dd.tar.gz historical-dc071417206419c3e5a23993ebb3cafdc697e6dd.tar.bz2 historical-dc071417206419c3e5a23993ebb3cafdc697e6dd.zip |
Stable on x86; bug #118302
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pysqlite/Manifest | 10 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.0.5.ebuild | 6 |
3 files changed, 13 insertions, 10 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..8b9af19cd266 100644 --- a/dev-python/pysqlite/Manifest +++ b/dev-python/pysqlite/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 ea52fab86d75da9fe033d4c8da46c42f ChangeLog 4498 +MD5 0b37a94fb44bc7468a91133c37ef3222 ChangeLog 4602 MD5 c27bf7af6842480285e9a1bc6422480a files/digest-pysqlite-0.5.1 65 MD5 8474697be6f1f182b2e727ae06f3714c files/digest-pysqlite-1.0.1 65 MD5 dd51c2919dfa483fcfc70c4c331f4a43 files/digest-pysqlite-2.0.4 65 @@ -10,11 +10,11 @@ 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 +MD5 26f251936236687147178d7ba5504804 pysqlite-2.0.5.ebuild 1006 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDgNU5omPajV0RnrERAuncAJ4ysGJOSLWAW9wNgm7JIfvQp8lgFACeO0Lo -cjeJRRoXT/qFTcdMr14FPow= -=48Ud +iD8DBQFDxBh/CRZPokWLroQRAoAbAKCUv5evDYRU5E5TQa5bDuI2QF1Y/QCgkBsp +rMOPnuumsCcBwBu32Cf2AIE= +=GnnX -----END PGP SIGNATURE----- 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" |