summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2013-02-28 17:32:47 +0000
committerJason A. Donenfeld <zx2c4@gentoo.org>2013-02-28 17:32:47 +0000
commitd4bf7987d503d233c94abf607b9a33841f32db5c (patch)
treec8f8d520755b57d7dab5119c24ed393193baccd9 /dev-python
parentImport based on dev-python/requests. (diff)
downloadgentoo-2-d4bf7987d503d233c94abf607b9a33841f32db5c.tar.gz
gentoo-2-d4bf7987d503d233c94abf607b9a33841f32db5c.tar.bz2
gentoo-2-d4bf7987d503d233c94abf607b9a33841f32db5c.zip
Fix metadata.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A5DE03AE)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/requests-cache/ChangeLog6
-rw-r--r--dev-python/requests-cache/requests-cache-0.3.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/requests-cache/ChangeLog b/dev-python/requests-cache/ChangeLog
index 859769572f3a..9629677fe7d7 100644
--- a/dev-python/requests-cache/ChangeLog
+++ b/dev-python/requests-cache/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/requests-cache
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.1 2013/02/28 17:31:13 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.2 2013/02/28 17:32:47 zx2c4 Exp $
+
+ 28 Feb 2013; Jason A. Donenfeld <zx2c4@gentoo.org>
+ requests-cache-0.3.0.ebuild:
+ Fix metadata.
*requests-cache-0.3.0 (28 Feb 2013)
diff --git a/dev-python/requests-cache/requests-cache-0.3.0.ebuild b/dev-python/requests-cache/requests-cache-0.3.0.ebuild
index a240f4c79360..8a27a89381e5 100644
--- a/dev-python/requests-cache/requests-cache-0.3.0.ebuild
+++ b/dev-python/requests-cache/requests-cache-0.3.0.ebuild
@@ -1,14 +1,14 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/requests-cache-0.3.0.ebuild,v 1.1 2013/02/28 17:31:13 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/requests-cache-0.3.0.ebuild,v 1.2 2013/02/28 17:32:47 zx2c4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
inherit distutils-r1
-DESCRIPTION="HTTP library for human beings"
-HOMEPAGE="Persistent cache for requests library"
+HOMEPAGE="https://pypi.python.org/pypi/requests-cache"
+DESCRIPTION="Persistent cache for requests library"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"