pacho 14/11/27 14:55:37 Modified: pyinsane-1.3.8.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.2 dev-python/pyinsane/pyinsane-1.3.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/pyinsane-1.3.8.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/pyinsane-1.3.8.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/pyinsane-1.3.8.ebuild?r1=1.1&r2=1.2 Index: pyinsane-1.3.8.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinsane/pyinsane-1.3.8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pyinsane-1.3.8.ebuild 30 Sep 2014 11:28:17 -0000 1.1 +++ pyinsane-1.3.8.ebuild 27 Nov 2014 14:55:37 -0000 1.2 @@ -1,9 +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/pyinsane/pyinsane-1.3.8.ebuild,v 1.1 2014/09/30 11:28:17 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinsane/pyinsane-1.3.8.ebuild,v 1.2 2014/11/27 14:55:37 pacho Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 1.2 dev-python/pyinsane/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyinsane/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyinsane/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 30 Sep 2014 11:28:17 -0000 1.1 +++ ChangeLog 27 Nov 2014 14:55:37 -0000 1.2 @@ -1,10 +1,12 @@ # ChangeLog for dev-python/pyinsane # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinsane/ChangeLog,v 1.1 2014/09/30 11:28:17 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyinsane/ChangeLog,v 1.2 2014/11/27 14:55:37 pacho Exp $ + + 27 Nov 2014; Pacho Ramos <[email protected]> pyinsane-1.3.8.ebuild: + Support python 3.4 *pyinsane-1.3.8 (30 Sep 2014) 30 Sep 2014; Bernard Cafarelli <[email protected]> +pyinsane-1.3.8.ebuild, +metadata.xml: Initial commit, based on lorelei overlay version -
