diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-01-11 17:10:53 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-01-11 17:10:53 +0000 |
commit | 0e482785d8b56e45ba6b8f7d94f164b87d7fcc49 (patch) | |
tree | 4dae90b1d1009b7d023264ebff4d2caf009c8e57 /dev-python/pysqlite | |
parent | 2.6.15-git7 release (diff) | |
download | historical-0e482785d8b56e45ba6b8f7d94f164b87d7fcc49.tar.gz historical-0e482785d8b56e45ba6b8f7d94f164b87d7fcc49.tar.bz2 historical-0e482785d8b56e45ba6b8f7d94f164b87d7fcc49.zip |
Stable on sparc
Package-Manager: portage-2.0.54
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-2.0.5.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 9b76f05fd978..5feddf9933c3 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.38 2006/01/11 14:26:28 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.39 2006/01/11 17:10:53 gustavoz Exp $ + + 11 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> pysqlite-2.0.5.ebuild: + Stable on sparc 11 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> pysqlite-2.0.5.ebuild: diff --git a/dev-python/pysqlite/Manifest b/dev-python/pysqlite/Manifest index 0baafb4431f3..90dd73d74b38 100644 --- a/dev-python/pysqlite/Manifest +++ b/dev-python/pysqlite/Manifest @@ -1,4 +1,7 @@ -MD5 f52c6892185fe16ae9d017542c910f28 ChangeLog 4713 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 e53df56cd224680f7dc3a3224d84b411 ChangeLog 4807 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 @@ -7,4 +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 64943eb245dd78c07a788fc8134d9b7e pysqlite-2.0.5.ebuild 1008 +MD5 f88ef26b72d9f03cf5028e4a2f79128d pysqlite-2.0.5.ebuild 1005 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) + +iD8DBQFDxTwuKRy60XGEcJIRAvEfAKCmcdC64RsHO7tn2EuvF1giZs/QbwCcDeYI +yHLEvGJs5tijplSiR7e0Pmk= +=Cg2R +-----END PGP SIGNATURE----- diff --git a/dev-python/pysqlite/pysqlite-2.0.5.ebuild b/dev-python/pysqlite/pysqlite-2.0.5.ebuild index 72d2b5b1d97b..0b797b1659e0 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-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.3 2006/01/11 14:26:28 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.5.ebuild,v 1.4 2006/01/11 17:10:53 gustavoz 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" |