pacho 14/11/26 16:14:20 Modified: torrentinfo-1.8.6.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.7 net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild?r1=1.6&r2=1.7 Index: torrentinfo-1.8.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- torrentinfo-1.8.6.ebuild 6 Jul 2014 12:54:59 -0000 1.6 +++ torrentinfo-1.8.6.ebuild 26 Nov 2014 16:14:20 -0000 1.7 @@ -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/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.6 2014/07/06 12:54:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/torrentinfo-1.8.6.ebuild,v 1.7 2014/11/26 16:14:20 pacho 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.16 net-p2p/torrentinfo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/torrentinfo/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/torrentinfo/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/torrentinfo/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 6 Jul 2014 12:54:59 -0000 1.15 +++ ChangeLog 26 Nov 2014 16:14:20 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/torrentinfo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.15 2014/07/06 12:54:59 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/torrentinfo/ChangeLog,v 1.16 2014/11/26 16:14:20 pacho Exp $ + + 26 Nov 2014; Pacho Ramos <[email protected]> torrentinfo-1.8.6.ebuild: + Support python 3.4 06 Jul 2014; Michał Górny <[email protected]> torrentinfo-1.8.4.ebuild, torrentinfo-1.8.6.ebuild:
