Gentoo Archives: gentoo-commits

From: "Tobias Klausmann (klausman)" <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/nikola: nikola-6.4.0.ebuild ChangeLog
Date: Mon, 29 Sep 2014 16:17:22
Message-Id: 20140929161714.6D53A571@oystercatcher.gentoo.org
1 klausman 14/09/29 16:17:14
2
3 Modified: nikola-6.4.0.ebuild ChangeLog
4 Log:
5 Loosen overly-specific configparser dep. dev-python/configparser-3.2.0.3 breaks llvm compilation so let's try to get rid of it
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
8
9 Revision Changes Path
10 1.2 www-apps/nikola/nikola-6.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-6.4.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-6.4.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/nikola-6.4.0.ebuild?r1=1.1&r2=1.2
15
16 Index: nikola-6.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-6.4.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- nikola-6.4.0.ebuild 21 Mar 2014 10:13:50 -0000 1.1
23 +++ nikola-6.4.0.ebuild 29 Sep 2014 16:17:14 -0000 1.2
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/www-apps/nikola/nikola-6.4.0.ebuild,v 1.1 2014/03/21 10:13:50 yngwin Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/nikola-6.4.0.ebuild,v 1.2 2014/09/29 16:17:14 klausman Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 ) # 3_3 needs PyRSS2Gen update
32 @@ -26,7 +26,7 @@
33
34 DEPEND="dev-python/docutils[${PYTHON_USEDEP}]" # needs rst2man to build manpage
35 RDEPEND="${DEPEND}
36 - python_targets_python2_7? ( =dev-python/configparser-3.2.0*[${PYTHON_USEDEP}] )
37 + python_targets_python2_7? ( dev-python/configparser[${PYTHON_USEDEP}] )
38 dev-python/blinker[${PYTHON_USEDEP}]
39 dev-python/colorama[${PYTHON_USEDEP}]
40 >=dev-python/doit-0.23.0[${PYTHON_USEDEP}]
41
42
43
44 1.19 www-apps/nikola/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.19&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?rev=1.19&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/nikola/ChangeLog?r1=1.18&r2=1.19
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v
53 retrieving revision 1.18
54 retrieving revision 1.19
55 diff -u -r1.18 -r1.19
56 --- ChangeLog 21 Mar 2014 10:14:52 -0000 1.18
57 +++ ChangeLog 29 Sep 2014 16:17:14 -0000 1.19
58 @@ -1,6 +1,10 @@
59 # ChangeLog for www-apps/nikola
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.18 2014/03/21 10:14:52 yngwin Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/www-apps/nikola/ChangeLog,v 1.19 2014/09/29 16:17:14 klausman Exp $
63 +
64 + 29 Sep 2014; Tobias Klausmann <klausman@g.o> nikola-6.4.0.ebuild:
65 + Loosen overly-specific configparser dep. dev-python/configparser-3.2.0.3
66 + breaks llvm compilation so let's try to get rid of it
67
68 21 Mar 2014; Ben de Groot <yngwin@g.o> -nikola-6.2.1.ebuild,
69 -nikola-6.3.0.ebuild: