Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sphinxcontrib-googleanalytics: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog
Date: Tue, 28 Aug 2012 19:11:35
Message-Id: 20120828191124.A3BBB20A6A@flycatcher.gentoo.org
1 floppym 12/08/28 19:11:24
2
3 Modified: sphinxcontrib-googleanalytics-0.1.ebuild ChangeLog
4 Log:
5 Restrict python 3.
6
7 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild?r1=1.2&r2=1.3
15
16 Index: sphinxcontrib-googleanalytics-0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- sphinxcontrib-googleanalytics-0.1.ebuild 5 Aug 2012 03:53:12 -0000 1.2
23 +++ sphinxcontrib-googleanalytics-0.1.ebuild 28 Aug 2012 19:11:24 -0000 1.3
24 @@ -1,9 +1,11 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v 1.2 2012/08/05 03:53:12 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v 1.3 2012/08/28 19:11:24 floppym Exp $
29
30 EAPI="4"
31 +PYTHON_DEPEND="2"
32 SUPPORT_PYTHON_ABIS="1"
33 +RESTRICT_PYTHON_ABIS="3.*"
34
35 inherit distutils eutils
36
37
38
39
40 1.3 dev-python/sphinxcontrib-googleanalytics/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?r1=1.2&r2=1.3
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- ChangeLog 5 Aug 2012 03:53:12 -0000 1.2
53 +++ ChangeLog 28 Aug 2012 19:11:24 -0000 1.3
54 @@ -1,6 +1,10 @@
55 # ChangeLog for dev-python/sphinxcontrib-googleanalytics
56 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.2 2012/08/05 03:53:12 floppym Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.3 2012/08/28 19:11:24 floppym Exp $
59 +
60 + 28 Aug 2012; Mike Gilbert <floppym@g.o>
61 + sphinxcontrib-googleanalytics-0.1.ebuild:
62 + Restrict python 3.
63
64 05 Aug 2012; Mike Gilbert <floppym@g.o> +files/setup.py.utf-8.patch,
65 sphinxcontrib-googleanalytics-0.1.ebuild: