floppym 14/03/30 20:23:58 Modified: python-3.4.0.ebuild ChangeLog Log: Update postinst message; python.eclass does not support 3.4. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.2 dev-lang/python/python-3.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0.ebuild?r1=1.1&r2=1.2 Index: python-3.4.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-3.4.0.ebuild 28 Mar 2014 01:45:34 -0000 1.1 +++ python-3.4.0.ebuild 30 Mar 2014 20:23:57 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0.ebuild,v 1.1 2014/03/28 01:45:34 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0.ebuild,v 1.2 2014/03/30 20:23:57 floppym Exp $ EAPI="4" WANT_AUTOMAKE="none" @@ -311,8 +311,6 @@ ewarn "You have just upgraded from an older version of Python." ewarn ewarn "Please adjust PYTHON_TARGETS (if so desired), and run emerge with the --newuse or --changed-use option to rebuild packages installing python modules." - ewarn - ewarn "For legacy packages, you should switch active version of Python and run 'python-updater [options]' to rebuild Python modules." fi } 1.754 dev-lang/python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.754&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.754&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.753&r2=1.754 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v retrieving revision 1.753 retrieving revision 1.754 diff -u -r1.753 -r1.754 --- ChangeLog 28 Mar 2014 02:10:17 -0000 1.753 +++ ChangeLog 30 Mar 2014 20:23:57 -0000 1.754 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.753 2014/03/28 02:10:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.754 2014/03/30 20:23:57 floppym Exp $ + + 30 Mar 2014; Mike Gilbert <[email protected]> python-3.4.0.ebuild: + Update postinst message; python.eclass does not support 3.4. 28 Mar 2014; Mike Gilbert <[email protected]> python-3.2.5-r3.ebuild: Backport readline-6.3 fixes to python-3.2.5, bug 505416.
