radhermit 15/02/19 18:39:07 Modified: ChangeLog snakeoil-0.5.3.ebuild Log: Bump to EAPI 5 and drop py26 and py32 support. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.78 dev-python/snakeoil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.78&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?rev=1.78&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/ChangeLog?r1=1.77&r2=1.78 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- ChangeLog 19 Feb 2015 17:26:11 -0000 1.77 +++ ChangeLog 19 Feb 2015 18:39:07 -0000 1.78 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/snakeoil # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.77 2015/02/19 17:26:11 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.78 2015/02/19 18:39:07 radhermit Exp $ + + 19 Feb 2015; Tim Harder <[email protected]> snakeoil-0.5.3.ebuild: + Bump to EAPI 5 and drop py26 and py32 support. 19 Feb 2015; Tim Harder <[email protected]> snakeoil-9999.ebuild: Bump to EAPI 5. 1.5 dev-python/snakeoil/snakeoil-0.5.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-0.5.3.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-0.5.3.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/snakeoil/snakeoil-0.5.3.ebuild?r1=1.4&r2=1.5 Index: snakeoil-0.5.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.5.3.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- snakeoil-0.5.3.ebuild 8 Jan 2015 20:07:28 -0000 1.4 +++ snakeoil-0.5.3.ebuild 19 Feb 2015 18:39:07 -0000 1.5 @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.5.3.ebuild,v 1.4 2015/01/08 20:07:28 dolsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.5.3.ebuild,v 1.5 2015/02/19 18:39:07 radhermit Exp $ -EAPI=4 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} ) +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then
