diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 23:32:19 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-07-02 23:32:19 +0000 |
commit | 9774cc63c9d749af94f525cc09f6f7880c818aa9 (patch) | |
tree | 5b26f732725f1fbf4d3a7007ad65f425607b465b /dev-python/pysqlite | |
parent | Stable on alpha. (diff) | |
download | historical-9774cc63c9d749af94f525cc09f6f7880c818aa9.tar.gz historical-9774cc63c9d749af94f525cc09f6f7880c818aa9.tar.bz2 historical-9774cc63c9d749af94f525cc09f6f7880c818aa9.zip |
Add ~alpha keyword.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/Manifest | 18 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.0.2.ebuild | 4 |
3 files changed, 20 insertions, 7 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index dcfa7b3c3e35..37da5746903b 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.29 2005/05/27 21:08:31 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.30 2005/07/02 23:32:19 kloeri Exp $ + + 02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org> pysqlite-2.0.2.ebuild: + Add ~alpha keyword. 27 May 2005; Jason Wever <weeve@gentoo.org> pysqlite-1.0.1.ebuild: Stable on SPARC. diff --git a/dev-python/pysqlite/Manifest b/dev-python/pysqlite/Manifest index 74722d7bc930..d5c839854c74 100644 --- a/dev-python/pysqlite/Manifest +++ b/dev-python/pysqlite/Manifest @@ -1,8 +1,18 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 6a83f873c664e55731e7f396363eea67 ChangeLog 3683 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 cbf50bf8715ee814bc0ea9488d3d71d4 pysqlite-2.0.2.ebuild 980 -MD5 4ed5f67173a63ae4235f08918703f2b7 ChangeLog 3583 -MD5 70f1ee8adca743aca4b5ffaa004c9e9e pysqlite-0.5.1.ebuild 881 MD5 fb2a73ac23a0b8a4f04354bdfcca7eb8 pysqlite-1.0.1.ebuild 857 +MD5 51a0d92dd7a5bd05a019e1dc146c70c4 pysqlite-2.0.2.ebuild 988 +MD5 70f1ee8adca743aca4b5ffaa004c9e9e pysqlite-0.5.1.ebuild 881 +MD5 8474697be6f1f182b2e727ae06f3714c files/digest-pysqlite-1.0.1 65 MD5 10663b4cc513c17728dfb9e4d98e72b1 files/digest-pysqlite-2.0.2 65 MD5 c27bf7af6842480285e9a1bc6422480a files/digest-pysqlite-0.5.1 65 -MD5 8474697be6f1f182b2e727ae06f3714c files/digest-pysqlite-1.0.1 65 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCxyQPKf2g/qXtneoRArdpAJwK8weKY6VojCNUDcNtyXQJIF+HAwCfdkVl +4ALV75oC98P9F8Srj9oDNVY= +=FZYs +-----END PGP SIGNATURE----- diff --git a/dev-python/pysqlite/pysqlite-2.0.2.ebuild b/dev-python/pysqlite/pysqlite-2.0.2.ebuild index 5bcfc0f184ea..fc6d9c9af80f 100644 --- a/dev-python/pysqlite/pysqlite-2.0.2.ebuild +++ b/dev-python/pysqlite/pysqlite-2.0.2.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-2.0.2.ebuild,v 1.1 2005/05/26 16:10:58 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.2.ebuild,v 1.2 2005/07/02 23:32:19 kloeri 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="~x86 ~sparc ~amd64" +KEYWORDS="~alpha ~amd64 ~sparc ~x86" LICENSE="pysqlite" SLOT="2" |