diff options
author | Jason Wever <weeve@gentoo.org> | 2004-10-23 15:10:19 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-10-23 15:10:19 +0000 |
commit | 591acd4fa43413177ee3f48d53f5ef8717d296ed (patch) | |
tree | f427af654fcb5ead5d29f85c426f16858567d782 /dev-python | |
parent | Stable on sparc. (diff) | |
download | historical-591acd4fa43413177ee3f48d53f5ef8717d296ed.tar.gz historical-591acd4fa43413177ee3f48d53f5ef8717d296ed.tar.bz2 historical-591acd4fa43413177ee3f48d53f5ef8717d296ed.zip |
Added ~sparc keyword.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-1.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 5db8747a03b0..0bab322a8fe7 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.24 2004/10/17 11:39:35 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.25 2004/10/23 15:10:19 weeve Exp $ + + 23 Oct 2004; Jason Wever <weeve@gentoo.org> pysqlite-1.0.ebuild: + Added ~sparc keyword. 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> pysqlite-0.5.1.ebuild: stable on amd64. diff --git a/dev-python/pysqlite/Manifest b/dev-python/pysqlite/Manifest index 04735b3eaae0..4b5837d9615d 100644 --- a/dev-python/pysqlite/Manifest +++ b/dev-python/pysqlite/Manifest @@ -1,11 +1,11 @@ -MD5 7b297c9b1f372eaa9a08d148a3981c6e ChangeLog 2803 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 f5afe78018a5987ed385f8c31286fc78 pysqlite-0.3.1.ebuild 752 MD5 cee42d93ef2517457e953c2b6688ee6d pysqlite-0.4.1.ebuild 759 MD5 e87f96fab6577e1f41684f47015ce404 pysqlite-0.4.3.ebuild 758 MD5 99bc7f2b0ff3c58e29e88266556acb5c pysqlite-0.5.0.ebuild 863 +MD5 69bb546faa448435a104177ae6818c0e ChangeLog 2892 MD5 70f1ee8adca743aca4b5ffaa004c9e9e pysqlite-0.5.1.ebuild 881 -MD5 bd4131703b3fdc5ddedf6ffda4bb449f pysqlite-1.0.ebuild 841 +MD5 8d4bec7f0c61ac6c92c847797bfa8594 pysqlite-1.0.ebuild 850 MD5 e553eec3bb40bcfc1ace7fc8f2e60806 files/digest-pysqlite-0.3.1 129 MD5 2358ec1e5d6c50a9b165a50d31c0e5a8 files/digest-pysqlite-0.4.1 65 MD5 0ea822314660e8462fb5eeb937ce2310 files/digest-pysqlite-0.4.3 65 diff --git a/dev-python/pysqlite/pysqlite-1.0.ebuild b/dev-python/pysqlite/pysqlite-1.0.ebuild index 2b1b6d6937d9..29a1614f6602 100644 --- a/dev-python/pysqlite/pysqlite-1.0.ebuild +++ b/dev-python/pysqlite/pysqlite-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.ebuild,v 1.1 2004/10/10 20:28:40 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.ebuild,v 1.2 2004/10/23 15:10:19 weeve 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="~x86" +KEYWORDS="~x86 ~sparc" LICENSE="pysqlite" SLOT="0" |