summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-03-21 16:24:32 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-03-21 16:24:32 +0000
commit490068744628a940a684714232a3833e0afae358 (patch)
treed0b8c8d83186db17a0147728473867c4cd796811 /dev-python
parentStable on amd64 wrt bug #168069. (diff)
downloadgentoo-2-490068744628a940a684714232a3833e0afae358.tar.gz
gentoo-2-490068744628a940a684714232a3833e0afae358.tar.bz2
gentoo-2-490068744628a940a684714232a3833e0afae358.zip
Version bump.
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/httplib2/ChangeLog9
-rw-r--r--dev-python/httplib2/files/digest-httplib2-0.3.03
-rw-r--r--dev-python/httplib2/httplib2-0.3.0.ebuild18
3 files changed, 28 insertions, 2 deletions
diff --git a/dev-python/httplib2/ChangeLog b/dev-python/httplib2/ChangeLog
index ff4695fd158e..517ef1094c0e 100644
--- a/dev-python/httplib2/ChangeLog
+++ b/dev-python/httplib2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/httplib2
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.1 2006/10/23 20:10:36 peper Exp $
+# 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 $
+
+*httplib2-0.3.0 (21 Mar 2007)
+
+ 21 Mar 2007; Piotr Jaroszyński <peper@gentoo.org> +httplib2-0.3.0.ebuild:
+ Version bump.
*httplib2-0.2.0 (23 Oct 2006)
diff --git a/dev-python/httplib2/files/digest-httplib2-0.3.0 b/dev-python/httplib2/files/digest-httplib2-0.3.0
new file mode 100644
index 000000000000..6b4c82c3652a
--- /dev/null
+++ b/dev-python/httplib2/files/digest-httplib2-0.3.0
@@ -0,0 +1,3 @@
+MD5 781110e8031bdbe753d80532cfbe1bc4 httplib2-0.3.0.tar.gz 16149
+RMD160 85d968a2a8f9638a7870b229162b4e7ebd376cc5 httplib2-0.3.0.tar.gz 16149
+SHA256 20c85b73dd6c4a1d0aeaa21f2d0161fd1e79ea5562cd92e89d63a209a9514372 httplib2-0.3.0.tar.gz 16149
diff --git a/dev-python/httplib2/httplib2-0.3.0.ebuild b/dev-python/httplib2/httplib2-0.3.0.ebuild
new file mode 100644
index 000000000000..d070b772077e
--- /dev/null
+++ b/dev-python/httplib2/httplib2-0.3.0.ebuild
@@ -0,0 +1,18 @@
+# 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.1 2007/03/21 16:24:32 peper 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}"
+