Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/w3lib: w3lib-1.2.ebuild ChangeLog
Date: Thu, 28 Jun 2012 07:46:52
Message-Id: 20120628074640.B24D22004B@flycatcher.gentoo.org
1 patrick 12/06/28 07:46:40
2
3 Modified: ChangeLog
4 Added: w3lib-1.2.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-python/w3lib/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/w3lib/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/w3lib/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/w3lib/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/w3lib/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 20 Apr 2012 03:17:29 -0000 1.2
24 +++ ChangeLog 28 Jun 2012 07:46:40 -0000 1.3
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/w3lib
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/ChangeLog,v 1.2 2012/04/20 03:17:29 floppym Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/ChangeLog,v 1.3 2012/06/28 07:46:40 patrick Exp $
30 +
31 +*w3lib-1.2 (28 Jun 2012)
32 +
33 + 28 Jun 2012; Patrick Lauer <patrick@g.o> +w3lib-1.2.ebuild:
34 + Bump
35
36 *w3lib-1.1 (20 Apr 2012)
37
38 @@ -14,4 +19,3 @@
39 +w3lib-1.0.ebuild:
40 Add dev-python/w3lib-1.0, bug #398641. Thanks to Guillaume Bandet
41 <guillaume.bandet@×××.org>
42 -
43
44
45
46 1.1 dev-python/w3lib/w3lib-1.2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/w3lib/w3lib-1.2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/w3lib/w3lib-1.2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: w3lib-1.2.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-python/w3lib/w3lib-1.2.ebuild,v 1.1 2012/06/28 07:46:40 patrick Exp $
56
57 EAPI=4
58
59 SUPPORT_PYTHON_ABIS=1
60 PYTHON_DEPEND="2"
61 RESTRICT_PYTHON_ABIS="3.*"
62
63 inherit distutils
64
65 DESCRIPTION="Python library of web-related functions"
66 HOMEPAGE="http://github.com/scrapy/w3lib"
67 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
68
69 LICENSE="BSD"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""