Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/sphinxcontrib-googleanalytics: sphinxcontrib-googleanalytics-0.1-r1.ebuild ChangeLog
Date: Fri, 06 Mar 2015 22:38:30
Message-Id: 20150306223826.E6A3F13318@oystercatcher.gentoo.org
1 pacho 15/03/06 22:38:26
2
3 Modified: sphinxcontrib-googleanalytics-0.1-r1.ebuild
4 ChangeLog
5 Log:
6 amd64 stable, bug 540290
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.2 dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: sphinxcontrib-googleanalytics-0.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- sphinxcontrib-googleanalytics-0.1-r1.ebuild 30 Dec 2014 12:57:16 -0000 1.1
24 +++ sphinxcontrib-googleanalytics-0.1-r1.ebuild 6 Mar 2015 22:38:26 -0000 1.2
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild,v 1.1 2014/12/30 12:57:16 idella4 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild,v 1.2 2015/03/06 22:38:26 pacho Exp $
31
32 EAPI=5
33 PYTHON_COMPAT=( python2_7 )
34 @@ -12,7 +12,7 @@
35 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
36
37 LICENSE="BSD-2"
38 -KEYWORDS="~amd64 ~x86"
39 +KEYWORDS="amd64 ~x86"
40 SLOT="0"
41 IUSE=""
42
43
44
45
46 1.6 dev-python/sphinxcontrib-googleanalytics/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.6&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.6&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?r1=1.5&r2=1.6
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v
55 retrieving revision 1.5
56 retrieving revision 1.6
57 diff -u -r1.5 -r1.6
58 --- ChangeLog 30 Dec 2014 12:57:16 -0000 1.5
59 +++ ChangeLog 6 Mar 2015 22:38:26 -0000 1.6
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-python/sphinxcontrib-googleanalytics
62 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.5 2014/12/30 12:57:16 idella4 Exp $
64 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.6 2015/03/06 22:38:26 pacho Exp $
66 +
67 + 06 Mar 2015; Pacho Ramos <pacho@g.o>
68 + sphinxcontrib-googleanalytics-0.1-r1.ebuild:
69 + amd64 stable, bug 540290
70
71 *sphinxcontrib-googleanalytics-0.1-r1 (30 Dec 2014)