pacho 14/11/28 21:37:36 Modified: fityk-1.2.1.ebuild ChangeLog Log: Support python 3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.3 sci-visualization/fityk/fityk-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild?r1=1.2&r2=1.3 Index: fityk-1.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fityk-1.2.1.ebuild 8 Jun 2013 02:45:31 -0000 1.2 +++ fityk-1.2.1.ebuild 28 Nov 2014 21:37:36 -0000 1.3 @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.2 2013/06/08 02:45:31 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/fityk-1.2.1.ebuild,v 1.3 2014/11/28 21:37:36 pacho Exp $ EAPI=5 WX_GTK_VER="2.9" GITHUB_USER="wojdyr" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) inherit autotools-utils fdo-mime python-r1 wxwidgets @@ -27,7 +27,7 @@ nlopt? ( sci-libs/nlopt ) python? ( ${PYTHON_DEPS} ) readline? ( sys-libs/readline ) - wxwidgets? ( >=x11-libs/wxGTK-2.9.2 )" + wxwidgets? ( >=x11-libs/wxGTK-2.9.2:2.9 )" DEPEND="${CDEPEND} dev-libs/boost dev-lang/swig" 1.23 sci-visualization/fityk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/fityk/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 8 Jun 2013 02:45:31 -0000 1.22 +++ ChangeLog 28 Nov 2014 21:37:36 -0000 1.23 @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/fityk -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.22 2013/06/08 02:45:31 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fityk/ChangeLog,v 1.23 2014/11/28 21:37:36 pacho Exp $ + + 28 Nov 2014; Pacho Ramos <[email protected]> fityk-1.2.1.ebuild: + Support python 3.4 08 Jun 2013; Patrick Lauer <[email protected]> fityk-1.2.1.ebuild: Fix swig dependency and quoting
