Gentoo Archives: gentoo-commits

From: "Jason Donenfeld (zx2c4)" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/requests-cache: requests-cache-0.3.0.ebuild ChangeLog
Date: Thu, 28 Feb 2013 17:32:51
Message-Id: 20130228173247.A953F2171D@flycatcher.gentoo.org
1 zx2c4 13/02/28 17:32:47
2
3 Modified: requests-cache-0.3.0.ebuild ChangeLog
4 Log:
5 Fix metadata.
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A5DE03AE)
8
9 Revision Changes Path
10 1.2 dev-python/requests-cache/requests-cache-0.3.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/requests-cache-0.3.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/requests-cache-0.3.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/requests-cache-0.3.0.ebuild?r1=1.1&r2=1.2
15
16 Index: requests-cache-0.3.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/requests-cache/requests-cache-0.3.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- requests-cache-0.3.0.ebuild 28 Feb 2013 17:31:13 -0000 1.1
23 +++ requests-cache-0.3.0.ebuild 28 Feb 2013 17:32:47 -0000 1.2
24 @@ -1,14 +1,14 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
32
33 inherit distutils-r1
34
35 -DESCRIPTION="HTTP library for human beings"
36 -HOMEPAGE="Persistent cache for requests library"
37 +HOMEPAGE="https://pypi.python.org/pypi/requests-cache"
38 +DESCRIPTION="Persistent cache for requests library"
39 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
40
41 LICENSE="BSD"
42
43
44
45 1.2 dev-python/requests-cache/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/ChangeLog?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/ChangeLog?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/requests-cache/ChangeLog?r1=1.1&r2=1.2
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- ChangeLog 28 Feb 2013 17:31:13 -0000 1.1
58 +++ ChangeLog 28 Feb 2013 17:32:47 -0000 1.2
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-python/requests-cache
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.1 2013/02/28 17:31:13 zx2c4 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/requests-cache/ChangeLog,v 1.2 2013/02/28 17:32:47 zx2c4 Exp $
64 +
65 + 28 Feb 2013; Jason A. Donenfeld <zx2c4@g.o>
66 + requests-cache-0.3.0.ebuild:
67 + Fix metadata.
68
69 *requests-cache-0.3.0 (28 Feb 2013)