tomjbe 15/03/14 05:38:02 Modified: ChangeLog pythonprop-0.13.ebuild Removed: pythonprop-0.11.ebuild pythonprop-0.10.ebuild Log: Move to EAPI=5 (bug #543172). Remove old (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Revision Changes Path 1.4 sci-visualization/pythonprop/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/pythonprop/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/pythonprop/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/pythonprop/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 30 Nov 2013 10:13:31 -0000 1.3 +++ ChangeLog 14 Mar 2015 05:38:02 -0000 1.4 @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/pythonprop -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/ChangeLog,v 1.3 2013/11/30 10:13:31 tomjbe Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/ChangeLog,v 1.4 2015/03/14 05:38:02 tomjbe Exp $ + + 14 Mar 2015; Thomas Beierlein <tom...@gentoo.org> -pythonprop-0.10.ebuild, + -pythonprop-0.11.ebuild, pythonprop-0.13.ebuild: + Move to EAPI=5 (bug #543172). Remove old *pythonprop-0.13 (30 Nov 2013) 1.2 sci-visualization/pythonprop/pythonprop-0.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.13.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.13.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.13.ebuild?r1=1.1&r2=1.2 Index: pythonprop-0.13.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.13.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pythonprop-0.13.ebuild 30 Nov 2013 10:13:31 -0000 1.1 +++ pythonprop-0.13.ebuild 14 Mar 2015 05:38:02 -0000 1.2 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.13.ebuild,v 1.1 2013/11/30 10:13:31 tomjbe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pythonprop/pythonprop-0.13.ebuild,v 1.2 2015/03/14 05:38:02 tomjbe Exp $ -EAPI="4" +EAPI="5" PYTHON_COMPAT=( python2_7 ) inherit python-single-r1