summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2007-09-01 13:04:53 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2007-09-01 13:04:53 +0000
commitf35797670f58a8a9a035324be14fd9375a9bfdef (patch)
treef406a40702143c3274ba400402d363955b9c8a4d /dev-python
parentsparc stable wrt #188909 (diff)
downloadgentoo-2-f35797670f58a8a9a035324be14fd9375a9bfdef.tar.gz
gentoo-2-f35797670f58a8a9a035324be14fd9375a9bfdef.tar.bz2
gentoo-2-f35797670f58a8a9a035324be14fd9375a9bfdef.zip
Fixed HOMEPAGE and SRC_URI (bug #190942). Added NEED_PYTHON. Dropped old version.
(Portage version: 2.1.3.7)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/httplib2/ChangeLog7
-rw-r--r--dev-python/httplib2/files/digest-httplib2-0.2.03
-rw-r--r--dev-python/httplib2/httplib2-0.2.0.ebuild17
-rw-r--r--dev-python/httplib2/httplib2-0.3.0.ebuild10
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}"