summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2013-11-23 17:23:34 +0000
committerMike Gilbert <floppym@gentoo.org>2013-11-23 17:23:34 +0000
commit43810473991d489d6d78f909b6b2a90b30ca9817 (patch)
tree888ba74d2d330734126b320b608704e147ddbf85 /dev-lang
parentRevision bump adds patch by Chris Reffett <creffett@gentoo.org>. Patch fixes ... (diff)
downloadgentoo-2-43810473991d489d6d78f909b6b2a90b30ca9817.tar.gz
gentoo-2-43810473991d489d6d78f909b6b2a90b30ca9817.tar.bz2
gentoo-2-43810473991d489d6d78f909b6b2a90b30ca9817.zip
Update the postinst upgrade message.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/ChangeLog6
-rw-r--r--dev-lang/python/python-3.3.2-r2.ebuild8
-rw-r--r--dev-lang/python/python-3.3.3.ebuild8
3 files changed, 15 insertions, 7 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index 2cdb71f848c5..5c04d482c381 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/python
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.712 2013/11/21 22:23:06 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.713 2013/11/23 17:23:34 floppym Exp $
+
+ 23 Nov 2013; Mike Gilbert <floppym@gentoo.org> python-3.3.2-r2.ebuild,
+ python-3.3.3.ebuild:
+ Update the postinst upgrade message.
*python-3.3.3 (21 Nov 2013)
diff --git a/dev-lang/python/python-3.3.2-r2.ebuild b/dev-lang/python/python-3.3.2-r2.ebuild
index 09443b98c39c..b88876c51702 100644
--- a/dev-lang/python/python-3.3.2-r2.ebuild
+++ b/dev-lang/python/python-3.3.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild,v 1.6 2013/09/26 04:20:27 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild,v 1.7 2013/11/23 17:23:34 floppym Exp $
EAPI="3"
WANT_AUTOMAKE="none"
@@ -304,8 +304,10 @@ pkg_postinst() {
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."
+ ewarn
+ ewarn "Please adjust PYTHON_TARGETS (if so desired), and run emerge with the --newuse or --chanded-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
}
diff --git a/dev-lang/python/python-3.3.3.ebuild b/dev-lang/python/python-3.3.3.ebuild
index 51b4d2165143..c3d26b1c8e98 100644
--- a/dev-lang/python/python-3.3.3.ebuild
+++ b/dev-lang/python/python-3.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.3.ebuild,v 1.1 2013/11/21 22:23:06 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.3.ebuild,v 1.2 2013/11/23 17:23:34 floppym Exp $
EAPI="4"
WANT_AUTOMAKE="none"
@@ -302,8 +302,10 @@ pkg_postinst() {
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."
+ ewarn
+ ewarn "Please adjust PYTHON_TARGETS (if so desired), and run emerge with the --newuse or --chanded-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
}