diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2005-11-20 19:57:36 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2005-11-20 19:57:36 +0000 |
commit | 25eaa2ebc72b984c50a7dcece90d7d90a10d64cf (patch) | |
tree | 5c447885a0464125329d05d80d63e2f04fc1f73f /dev-python/pysqlite | |
parent | Also provide the build fix for the new libxslt to 1.3.9-r1 (diff) | |
download | gentoo-2-25eaa2ebc72b984c50a7dcece90d7d90a10d64cf.tar.gz gentoo-2-25eaa2ebc72b984c50a7dcece90d7d90a10d64cf.tar.bz2 gentoo-2-25eaa2ebc72b984c50a7dcece90d7d90a10d64cf.zip |
Marked stable on amd64
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/Manifest | 14 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-1.0.1.ebuild | 4 |
3 files changed, 8 insertions, 15 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index b915f6874213..84b5e5db793a 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.35 2005/11/06 00:30:01 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.36 2005/11/20 19:57:36 dang Exp $ + + 20 Nov 2005; <dang@gentoo.org> pysqlite-1.0.1.ebuild: + Marked stable on amd64 *pysqlite-2.0.5 (06 Nov 2005) diff --git a/dev-python/pysqlite/Manifest b/dev-python/pysqlite/Manifest index 715c16808d66..ed4e7d2ca9ef 100644 --- a/dev-python/pysqlite/Manifest +++ b/dev-python/pysqlite/Manifest @@ -1,20 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4cf66877903ae484c7fdba3a149cc647 ChangeLog 4419 +MD5 2ed101bd3d118c11bb9f31b5e9d3e450 ChangeLog 4501 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 MD5 d3a68b39767346805785855ab9169ffd files/digest-pysqlite-2.0.5 65 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 1a1bd270218fb545aaa20212213645f3 pysqlite-0.5.1.ebuild 889 -MD5 87b20b2e45da1439c49bca9f69aacc9c pysqlite-1.0.1.ebuild 869 +MD5 02ff3b213bb4192d43e29a6a36e2c1cc pysqlite-1.0.1.ebuild 868 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) - -iD8DBQFDbU6t9ZFPrqoILX8RAkmgAKDlBcaC0HnQ/GTkvmQITTF3lVEWzQCcDV1L -UWa6vJ7PFUNjRmVWWS56/CI= -=WPB2 ------END PGP SIGNATURE----- diff --git a/dev-python/pysqlite/pysqlite-1.0.1.ebuild b/dev-python/pysqlite/pysqlite-1.0.1.ebuild index 890396ccc92e..1a27d039570e 100644 --- a/dev-python/pysqlite/pysqlite-1.0.1.ebuild +++ b/dev-python/pysqlite/pysqlite-1.0.1.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-1.0.1.ebuild,v 1.4 2005/08/01 18:54:46 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v 1.5 2005/11/20 19:57:36 dang 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="~amd64 sparc x86" +KEYWORDS="amd64 sparc x86" LICENSE="pysqlite" SLOT="0" |