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/sphinx_rtd_theme: sphinx_rtd_theme-0.1.6.ebuild ChangeLog
Date: Thu, 04 Sep 2014 10:59:50
Message-Id: 20140904105946.DBDF14AE8@oystercatcher.gentoo.org
1 idella4 14/09/04 10:59:46
2
3 Modified: sphinx_rtd_theme-0.1.6.ebuild ChangeLog
4 Log:
5 added missing RDEP, fixes Bug 521998 by W.T. King
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.5 dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild?r1=1.4&r2=1.5
15
16 Index: sphinx_rtd_theme-0.1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- sphinx_rtd_theme-0.1.6.ebuild 15 Aug 2014 00:06:16 -0000 1.4
23 +++ sphinx_rtd_theme-0.1.6.ebuild 4 Sep 2014 10:59:46 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.4 2014/08/15 00:06:16 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/sphinx_rtd_theme-0.1.6.ebuild,v 1.5 2014/09/04 10:59:46 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
32 @@ -17,3 +17,4 @@
33 IUSE=""
34
35 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
36 +RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
37
38
39
40 1.5 dev-python/sphinx_rtd_theme/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog?rev=1.5&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog?rev=1.5&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog?r1=1.4&r2=1.5
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v
49 retrieving revision 1.4
50 retrieving revision 1.5
51 diff -u -r1.4 -r1.5
52 --- ChangeLog 15 Aug 2014 00:06:16 -0000 1.4
53 +++ ChangeLog 4 Sep 2014 10:59:46 -0000 1.5
54 @@ -1,6 +1,9 @@
55 # ChangeLog for dev-python/sphinx_rtd_theme
56 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.4 2014/08/15 00:06:16 blueness Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx_rtd_theme/ChangeLog,v 1.5 2014/09/04 10:59:46 idella4 Exp $
59 +
60 + 04 Sep 2014; Ian Delaney <idella4@g.o> sphinx_rtd_theme-0.1.6.ebuild:
61 + added missing RDEP, fixes Bug 521998 by W.T. King
62
63 15 Aug 2014; Anthony G. Basile <blueness@g.o>
64 sphinx_rtd_theme-0.1.6.ebuild: