diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/httplib2/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/httplib2/files/digest-httplib2-0.2.0 | 3 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.2.0.ebuild | 17 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.3.0.ebuild | 10 |
4 files changed, 11 insertions, 26 deletions
diff --git a/dev-python/httplib2/ChangeLog b/dev-python/httplib2/ChangeLog index 517ef1094c0e..cc74bab7732b 100644 --- a/dev-python/httplib2/ChangeLog +++ b/dev-python/httplib2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/httplib2 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.2 2007/03/21 16:24:32 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.3 2007/09/01 13:04:53 lucass Exp $ + + 01 Sep 2007; Lukasz Strzygowski <lucass@gentoo.org> + -httplib2-0.2.0.ebuild, httplib2-0.3.0.ebuild: + Fixed HOMEPAGE and SRC_URI (bug #190942). Added NEED_PYTHON. Dropped old + version. *httplib2-0.3.0 (21 Mar 2007) diff --git a/dev-python/httplib2/files/digest-httplib2-0.2.0 b/dev-python/httplib2/files/digest-httplib2-0.2.0 deleted file mode 100644 index 4a6bd5ad3fd7..000000000000 --- a/dev-python/httplib2/files/digest-httplib2-0.2.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 64eecfd3e38cad8f3bcf6405a518cbd0 httplib2-0.2.0.tar.gz 12295 -RMD160 c9480c4b5523e47dfa6e9c7f6e9dd7649dd1db4a httplib2-0.2.0.tar.gz 12295 -SHA256 da02fb6e40318b4fa85bb7f4b7b2b42eba470d1da15bc8e928a28c9f41b45d74 httplib2-0.2.0.tar.gz 12295 diff --git a/dev-python/httplib2/httplib2-0.2.0.ebuild b/dev-python/httplib2/httplib2-0.2.0.ebuild deleted file mode 100644 index 46eda5a1466b..000000000000 --- a/dev-python/httplib2/httplib2-0.2.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.2.0.ebuild,v 1.2 2007/07/11 06:19:47 mr_bones_ Exp $ - -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" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -IUSE="" -DEPEND=">=dev-lang/python-2.3" -RDEPEND="${DEPEND}" 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}" |