radhermit 14/04/03 00:22:38 Modified: pastedeploy-1.5.2.ebuild ChangeLog Log: Add python3_4 support. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.3 dev-python/pastedeploy/pastedeploy-1.5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild?r1=1.2&r2=1.3 Index: pastedeploy-1.5.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pastedeploy-1.5.2.ebuild 11 Jan 2014 22:29:22 -0000 1.2 +++ pastedeploy-1.5.2.ebuild 3 Apr 2014 00:22:38 -0000 1.3 @@ -1,10 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.2 2014/01/11 22:29:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.2.ebuild,v 1.3 2014/04/03 00:22:38 radhermit Exp $ EAPI=5 - -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 distutils-r1 1.17 dev-python/pastedeploy/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pastedeploy/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 11 Jan 2014 22:29:22 -0000 1.16 +++ ChangeLog 3 Apr 2014 00:22:38 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pastedeploy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.16 2014/01/11 22:29:22 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.17 2014/04/03 00:22:38 radhermit Exp $ + + 03 Apr 2014; Tim Harder <radher...@gentoo.org> pastedeploy-1.5.2.ebuild: + Add python3_4 support. 11 Jan 2014; Mike Gilbert <flop...@gentoo.org> pastedeploy-1.5.2.ebuild: dev-python/paste is an optional runtime dep. Enable python3 support.