Gentoo Archives: gentoo-commits

From: "Piotr Jaroszynski (peper)" <peper@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/httplib2: ChangeLog httplib2-0.4.0.ebuild
Date: Mon, 31 Mar 2008 10:15:09
Message-Id: E1JgH2f-0005RD-GN@stork.gentoo.org
1 peper 08/03/31 10:15:05
2
3 Modified: ChangeLog
4 Added: httplib2-0.4.0.ebuild
5 Log:
6 Add 0.4.0.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.4 dev-python/httplib2/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/httplib2/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/httplib2/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 1 Sep 2007 13:04:53 -0000 1.3
23 +++ ChangeLog 31 Mar 2008 10:15:04 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/httplib2
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.3 2007/09/01 13:04:53 lucass Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.4 2008/03/31 10:15:04 peper Exp $
30 +
31 +*httplib2-0.4.0 (31 Mar 2008)
32 +
33 + 31 Mar 2008; Piotr JaroszyƄski <peper@g.o> +httplib2-0.4.0.ebuild:
34 + Add 0.4.0.
35
36 01 Sep 2007; Lukasz Strzygowski <lucass@g.o>
37 -httplib2-0.2.0.ebuild, httplib2-0.3.0.ebuild:
38
39
40
41 1.1 dev-python/httplib2/httplib2-0.4.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/httplib2/httplib2-0.4.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/httplib2/httplib2-0.4.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: httplib2-0.4.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.4.0.ebuild,v 1.1 2008/03/31 10:15:04 peper Exp $
51
52 NEED_PYTHON=2.3
53
54 inherit distutils
55
56 DESCRIPTION="A comprehensive HTTP client library with caching and authentication."
57 HOMEPAGE="http://code.google.com/p/httplib2/"
58 SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz"
59
60 LICENSE="MIT"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63
64 IUSE=""
65
66
67
68 --
69 gentoo-commits@l.g.o mailing list