Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@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 sphinxcontrib-googleanalytics-0.1.ebuild
Date: Tue, 30 Dec 2014 12:57:20
Message-Id: 20141230125716.EE4F8E7E6@oystercatcher.gentoo.org
1 idella4 14/12/30 12:57:16
2
3 Modified: ChangeLog
4 Added: sphinxcontrib-googleanalytics-0.1-r1.ebuild
5 Removed: sphinxcontrib-googleanalytics-0.1.ebuild
6 Log:
7 revbump; conversion -> distutils-r1, rm old
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
10
11 Revision Changes Path
12 1.5 dev-python/sphinxcontrib-googleanalytics/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 12 Oct 2012 07:04:45 -0000 1.4
25 +++ ChangeLog 30 Dec 2014 12:57:16 -0000 1.5
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-python/sphinxcontrib-googleanalytics
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.4 2012/10/12 07:04:45 patrick Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/ChangeLog,v 1.5 2014/12/30 12:57:16 idella4 Exp $
32 +
33 +*sphinxcontrib-googleanalytics-0.1-r1 (30 Dec 2014)
34 +
35 + 30 Dec 2014; Ian Delaney <idella4@g.o>
36 + +sphinxcontrib-googleanalytics-0.1-r1.ebuild,
37 + -sphinxcontrib-googleanalytics-0.1.ebuild:
38 + revbump; conversion -> distutils-r1, rm old
39
40 12 Oct 2012; Patrick Lauer <patrick@g.o>
41 sphinxcontrib-googleanalytics-0.1.ebuild:
42
43
44
45 1.1 dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: sphinxcontrib-googleanalytics-0.1-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $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 $
55
56 EAPI=5
57 PYTHON_COMPAT=( python2_7 )
58
59 inherit distutils-r1
60
61 DESCRIPTION="Sphinx extension googleanalytics"
62 HOMEPAGE="http://bitbucket.org/birkenfeld/sphinx-contrib"
63 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
64
65 LICENSE="BSD-2"
66 KEYWORDS="~amd64 ~x86"
67 SLOT="0"
68 IUSE=""
69
70 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
71 RDEPEND=">=dev-python/sphinx-0.6[${PYTHON_USEDEP}]"
72
73 PATCHES=( "${FILESDIR}/setup.py.utf-8.patch" )