Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/fityk: fityk-1.2.1.ebuild ChangeLog
Date: Fri, 28 Nov 2014 21:37:41
Message-Id: 20141128213736.83440B1CA@oystercatcher.gentoo.org
1 pacho 14/11/28 21:37:36
2
3 Modified: fityk-1.2.1.ebuild ChangeLog
4 Log:
5 Support python 3.4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.3 sci-visualization/fityk/fityk-1.2.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?r1=1.2&r2=1.3
15
16 Index: fityk-1.2.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- fityk-1.2.1.ebuild 8 Jun 2013 02:45:31 -0000 1.2
23 +++ fityk-1.2.1.ebuild 28 Nov 2014 21:37:36 -0000 1.3
24 @@ -1,12 +1,12 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.2 2013/06/08 02:45:31 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.3 2014/11/28 21:37:36 pacho Exp $
30
31 EAPI=5
32
33 WX_GTK_VER="2.9"
34 GITHUB_USER="wojdyr"
35 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
36 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
37
38 inherit autotools-utils fdo-mime python-r1 wxwidgets
39
40 @@ -27,7 +27,7 @@
41 nlopt? ( sci-libs/nlopt )
42 python? ( ${PYTHON_DEPS} )
43 readline? ( sys-libs/readline )
44 - wxwidgets? ( >=x11-libs/wxGTK-2.9.2 )"
45 + wxwidgets? ( >=x11-libs/wxGTK-2.9.2:2.9 )"
46 DEPEND="${CDEPEND}
47 dev-libs/boost
48 dev-lang/swig"
49
50
51
52 1.23 sci-visualization/fityk/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.23&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.23&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?r1=1.22&r2=1.23
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v
61 retrieving revision 1.22
62 retrieving revision 1.23
63 diff -u -r1.22 -r1.23
64 --- ChangeLog 8 Jun 2013 02:45:31 -0000 1.22
65 +++ ChangeLog 28 Nov 2014 21:37:36 -0000 1.23
66 @@ -1,6 +1,9 @@
67 # ChangeLog for sci-visualization/fityk
68 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.22 2013/06/08 02:45:31 patrick Exp $
70 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.23 2014/11/28 21:37:36 pacho Exp $
72 +
73 + 28 Nov 2014; Pacho Ramos <pacho@g.o> fityk-1.2.1.ebuild:
74 + Support python 3.4
75
76 08 Jun 2013; Patrick Lauer <patrick@g.o> fityk-1.2.1.ebuild:
77 Fix swig dependency and quoting