radhermit 14/10/15 22:33:01 Modified: ChangeLog html2text-2014.4.5-r1.ebuild Log: Add python3_4 support and remove pypy2_0. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.17 dev-python/html2text/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 10 Aug 2014 21:11:59 -0000 1.16 +++ ChangeLog 15 Oct 2014 22:33:01 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/html2text # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.16 2014/08/10 21:11:59 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/ChangeLog,v 1.17 2014/10/15 22:33:01 radhermit Exp $ + + 15 Oct 2014; Tim Harder <[email protected]> html2text-2014.4.5-r1.ebuild: + Add python3_4 support and remove pypy2_0. 10 Aug 2014; Sergei Trofimovich <[email protected]> html2text-2014.4.5-r1.ebuild, html2text-3.02.ebuild, 1.4 dev-python/html2text/html2text-2014.4.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild?r1=1.3&r2=1.4 Index: html2text-2014.4.5-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- html2text-2014.4.5-r1.ebuild 10 Aug 2014 21:11:59 -0000 1.3 +++ html2text-2014.4.5-r1.ebuild 15 Oct 2014 22:33:01 -0000 1.4 @@ -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/html2text/html2text-2014.4.5-r1.ebuild,v 1.3 2014/08/10 21:11:59 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/html2text/html2text-2014.4.5-r1.ebuild,v 1.4 2014/10/15 22:33:01 radhermit Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{2,3}} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_{2,3,4}} pypy ) inherit python-utils-r1 distutils-r1
