idella4 15/03/31 07:47:28 Modified: simpy-3.0.3.ebuild ChangeLog Removed: simpy-2.3.ebuild simpy-2.3.1.ebuild Log: clean old impl add py3.4 support, rm old ebuilds with old EAPI and eclass (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/simpy/simpy-3.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild?r1=1.2&r2=1.3 Index: simpy-3.0.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- simpy-3.0.3.ebuild 12 Mar 2014 07:17:48 -0000 1.2 +++ simpy-3.0.3.ebuild 31 Mar 2015 07:47:28 -0000 1.3 @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild,v 1.2 2014/03/12 07:17:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpy/simpy-3.0.3.ebuild,v 1.3 2015/03/31 07:47:28 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE="tk" inherit distutils-r1 1.11 dev-python/simpy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/simpy/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/simpy/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 12 Mar 2014 07:17:48 -0000 1.10 +++ ChangeLog 31 Mar 2015 07:47:28 -0000 1.11 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/simpy -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/simpy/ChangeLog,v 1.10 2014/03/12 07:17:48 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/simpy/ChangeLog,v 1.11 2015/03/31 07:47:28 idella4 Exp $ + + 31 Mar 2015; Ian Delaney <[email protected]> -simpy-2.3.1.ebuild, + -simpy-2.3.ebuild, simpy-3.0.3.ebuild: + clean old impl add py3.4 support, rm old ebuilds with old EAPI and eclass 12 Mar 2014; Justin Lecher <[email protected]> simpy-3.0.3.ebuild: Fix doc installation, #504184 @@ -41,4 +45,3 @@ 06 Jan 2012; Justin Lecher <[email protected]> +simpy-2.3.ebuild, +metadata.xml: Moved from sci overlay to tree -
