diff options
author | 2008-03-19 14:47:46 +0000 | |
---|---|---|
committer | 2008-03-19 14:47:46 +0000 | |
commit | 0d4ec8ad85c8fcb76fa59164b504412f455cfa6e (patch) | |
tree | 3c031b9a355e7f19d9e514b250ca3b649f1fcab3 /dev-python/pysqlite/pysqlite-0.5.1.ebuild | |
parent | Flip include order for bug 210218 to fix conflicting types between linux-head... (diff) | |
download | historical-0d4ec8ad85c8fcb76fa59164b504412f455cfa6e.tar.gz historical-0d4ec8ad85c8fcb76fa59164b504412f455cfa6e.tar.bz2 historical-0d4ec8ad85c8fcb76fa59164b504412f455cfa6e.zip |
fixing HOMEPAGE
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-python/pysqlite/pysqlite-0.5.1.ebuild')
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |