diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2007-09-01 13:04:53 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2007-09-01 13:04:53 +0000 |
commit | 18367e2ea36dc4063ea6bb9168db1dd3c2100beb (patch) | |
tree | 056c0e0c3ec9f21231b78de47d578d8bc0def4fa /dev-python/httplib2/httplib2-0.3.0.ebuild | |
parent | sparc stable wrt #188909 (diff) | |
download | historical-18367e2ea36dc4063ea6bb9168db1dd3c2100beb.tar.gz historical-18367e2ea36dc4063ea6bb9168db1dd3c2100beb.tar.bz2 historical-18367e2ea36dc4063ea6bb9168db1dd3c2100beb.zip |
Fixed HOMEPAGE and SRC_URI (bug #190942). Added NEED_PYTHON. Dropped old version.
Package-Manager: portage-2.1.3.7
Diffstat (limited to 'dev-python/httplib2/httplib2-0.3.0.ebuild')
-rw-r--r-- | dev-python/httplib2/httplib2-0.3.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/httplib2/httplib2-0.3.0.ebuild b/dev-python/httplib2/httplib2-0.3.0.ebuild index 1ab7f520618e..9ed0cf0f797b 100644 --- a/dev-python/httplib2/httplib2-0.3.0.ebuild +++ b/dev-python/httplib2/httplib2-0.3.0.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.3.0.ebuild,v 1.2 2007/07/11 06:19:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.3.0.ebuild,v 1.3 2007/09/01 13:04:53 lucass Exp $ + +NEED_PYTHON=2.3 inherit distutils DESCRIPTION="A comprehensive HTTP client library with caching and authentication." -HOMEPAGE="http://bitworking.org/projects/httplib2/" -SRC_URI="http://bitworking.org/projects/${PN}/dist/${P}.tar.gz" +HOMEPAGE="http://code.google.com/p/httplib2/" +SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND=">=dev-lang/python-2.3" -RDEPEND="${DEPEND}" |