mgorny      14/12/11 16:05:48

  Modified:             python-3.2.5-r6.ebuild ChangeLog
  Log:
  Add a postinst explaining that Python 3.2 is not supported.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.10                 dev-lang/python/python-3.2.5-r6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5-r6.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5-r6.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.5-r6.ebuild?r1=1.9&r2=1.10

Index: python-3.2.5-r6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-3.2.5-r6.ebuild      9 Aug 2014 10:47:42 -0000       1.9
+++ python-3.2.5-r6.ebuild      11 Dec 2014 16:05:48 -0000      1.10
@@ -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.2.5-r6.ebuild,v 
1.9 2014/08/09 10:47:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.5-r6.ebuild,v 
1.10 2014/12/11 16:05:48 mgorny Exp $
 
 EAPI="4"
 WANT_AUTOMAKE="none"
@@ -368,13 +368,15 @@
 }
 
 pkg_postinst() {
-       eselect_python_update
-
-       if [[ "${python_updater_warning}" == "1" ]]; then
-               ewarn "You have just upgraded from an older version of Python."
-               ewarn "You should switch active version of Python ${PV%%.*} and 
run"
-               ewarn "'python-updater [options]' to rebuild Python modules."
-       fi
+       ewarn "Please note that Python ${PV%.*} is no longer supported in 
Gentoo."
+       ewarn "The interpreter is not well maintained, and may contain security"
+       ewarn "vulnerabilities. Gentoo ebuilds will no longer be built with 
support"
+       ewarn "for Python ${PV%.*}."
+       ewarn
+       ewarn "If you wish to use Python ${PV%.*} for your own purposes 
(development,"
+       ewarn "testing), we suggest establishing a virtualenv for this 
interpreter,"
+       ewarn "and installing the necessary dependencies inside it. However, we 
also"
+       ewarn "strongly discourage using Python ${PV%.*} on production systems."
 }
 
 pkg_postrm() {



1.798                dev-lang/python/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.798&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.798&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.797&r2=1.798

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
retrieving revision 1.797
retrieving revision 1.798
diff -u -r1.797 -r1.798
--- ChangeLog   11 Nov 2014 21:01:03 -0000      1.797
+++ ChangeLog   11 Dec 2014 16:05:48 -0000      1.798
@@ -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.797 
2014/11/11 21:01:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.798 
2014/12/11 16:05:48 mgorny Exp $
+
+  11 Dec 2014; Michał Górny <[email protected]> python-3.2.5-r6.ebuild:
+  Add a postinst explaining that Python 3.2 is not supported.
 
   11 Nov 2014; Markus Meier <[email protected]> python-3.4.1.ebuild:
   arm stable, bug #522322




Reply via email to