diff options
-rw-r--r-- | dev-python/pysqlite/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-1.0.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.3.5.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.4.1.ebuild | 4 |
5 files changed, 16 insertions, 11 deletions
diff --git a/dev-python/pysqlite/ChangeLog b/dev-python/pysqlite/ChangeLog index 37e862a81ae5..8abf0737c6f1 100644 --- a/dev-python/pysqlite/ChangeLog +++ b/dev-python/pysqlite/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pysqlite # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.86 2008/03/08 06:31:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/ChangeLog,v 1.87 2008/03/19 14:47:45 hoffie Exp $ + + 19 Mar 2008; Christian Hoffmann <hoffie@gentoo.org> pysqlite-0.5.1.ebuild, + pysqlite-1.0.1.ebuild, pysqlite-2.3.5.ebuild, pysqlite-2.4.1.ebuild: + fixing HOMEPAGE, both (for <pysqlite-2 and for pysqlite-2*) are no longer + reachable 08 Mar 2008; Jeroen Roovers <jer@gentoo.org> pysqlite-2.3.5.ebuild: Stable for HPPA (bug #212482). diff --git a/dev-python/pysqlite/pysqlite-0.5.1.ebuild b/dev-python/pysqlite/pysqlite-0.5.1.ebuild index 798dda16f025..139bd25bd66f 100644 --- a/dev-python/pysqlite/pysqlite-0.5.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.5.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.15 2007/12/13 18:51:34 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.16 2008/03/19 14:47:45 hoffie Exp $ inherit distutils IUSE="" DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="mirror://sourceforge/pysqlite/pysqlite-${PV}.tar.gz" -HOMEPAGE="http://pysqlite.sourceforge.net/" +HOMEPAGE="http://pysqlite.org/" KEYWORDS="alpha amd64 ~ia64 ppc sparc x86" LICENSE="pysqlite" diff --git a/dev-python/pysqlite/pysqlite-1.0.1.ebuild b/dev-python/pysqlite/pysqlite-1.0.1.ebuild index 560e94de8645..74cc94c81823 100644 --- a/dev-python/pysqlite/pysqlite-1.0.1.ebuild +++ b/dev-python/pysqlite/pysqlite-1.0.1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.9 2007/12/13 18:51:34 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v 1.10 2008/03/19 14:47:46 hoffie Exp $ inherit distutils IUSE="" DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="mirror://sourceforge/pysqlite/pysqlite-${PV}.tar.gz" -HOMEPAGE="http://pysqlite.sourceforge.net/" +HOMEPAGE="http://pysqlite.org/" KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd" LICENSE="pysqlite" diff --git a/dev-python/pysqlite/pysqlite-2.3.5.ebuild b/dev-python/pysqlite/pysqlite-2.3.5.ebuild index 0eb1a4b33aa2..e7fa2ff13997 100644 --- a/dev-python/pysqlite/pysqlite-2.3.5.ebuild +++ b/dev-python/pysqlite/pysqlite-2.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild,v 1.7 2008/03/08 06:31:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.5.ebuild,v 1.8 2008/03/19 14:47:45 hoffie Exp $ NEED_PYTHON=2.3 @@ -8,7 +8,7 @@ inherit distutils 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/" +HOMEPAGE="http://pysqlite.org/" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" LICENSE="pysqlite" diff --git a/dev-python/pysqlite/pysqlite-2.4.1.ebuild b/dev-python/pysqlite/pysqlite-2.4.1.ebuild index f8682f94358a..e8fafbba7af0 100644 --- a/dev-python/pysqlite/pysqlite-2.4.1.ebuild +++ b/dev-python/pysqlite/pysqlite-2.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.4.1.ebuild,v 1.1 2008/02/05 16:30:20 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.4.1.ebuild,v 1.2 2008/03/19 14:47:46 hoffie Exp $ NEED_PYTHON=2.3 @@ -8,7 +8,7 @@ inherit distutils 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/" +HOMEPAGE="http://pysqlite.org/" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" LICENSE="pysqlite" |