diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-10-16 13:52:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-10-16 13:52:42 +0000 |
commit | 6f5343eaacd276508024255fae86f22924c19d3e (patch) | |
tree | 46c560f0b1d29e58b1ee6dfb267982ec2dc0c3e1 /dev-python/pysqlite | |
parent | Stable for HPPA (bug #287562). (diff) | |
download | historical-6f5343eaacd276508024255fae86f22924c19d3e.tar.gz historical-6f5343eaacd276508024255fae86f22924c19d3e.tar.bz2 historical-6f5343eaacd276508024255fae86f22924c19d3e.zip |
Stable for HPPA (bug #287572).
Package-Manager: portage-2.2_rc46/cvs/Linux i686
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.5.5-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 863fd28b612b..d6be103f1fe7 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pysqlite # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.102 2009/10/11 11:02:35 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.103 2009/10/16 13:52:42 jer Exp $ + + 16 Oct 2009; Jeroen Roovers <jer@gentoo.org> pysqlite-2.5.5-r1.ebuild: + Stable for HPPA (bug #287572). 11 Oct 2009; Fabian Groffen <grobian@gentoo.org> pysqlite-2.5.5-r1.ebuild: Merge from Prefix diff --git a/dev-python/pysqlite/pysqlite-2.5.5-r1.ebuild b/dev-python/pysqlite/pysqlite-2.5.5-r1.ebuild index 47e22f85f49c..b1d200a55327 100644 --- a/dev-python/pysqlite/pysqlite-2.5.5-r1.ebuild +++ b/dev-python/pysqlite/pysqlite-2.5.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.5-r1.ebuild,v 1.5 2009/10/11 11:02:35 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.5.5-r1.ebuild,v 1.6 2009/10/16 13:52:42 jer Exp $ EAPI="2" @@ -14,7 +14,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="http://oss.itsystementwicklung.de/download/pysqlite/${PV:0:3}/${PV}/pysqlite-${PV}.tar.gz" HOMEPAGE="http://pysqlite.org/" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" LICENSE="pysqlite" SLOT="2" IUSE="examples" |