Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.4.0.ebuild ChangeLog
Date: Sun, 30 Mar 2014 20:24:01
Message-Id: 20140330202358.19E6020057@flycatcher.gentoo.org
1 floppym 14/03/30 20:23:58
2
3 Modified: python-3.4.0.ebuild ChangeLog
4 Log:
5 Update postinst message; python.eclass does not support 3.4.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 dev-lang/python/python-3.4.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.4.0.ebuild?r1=1.1&r2=1.2
15
16 Index: python-3.4.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- python-3.4.0.ebuild 28 Mar 2014 01:45:34 -0000 1.1
23 +++ python-3.4.0.ebuild 30 Mar 2014 20:23:57 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0.ebuild,v 1.1 2014/03/28 01:45:34 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.4.0.ebuild,v 1.2 2014/03/30 20:23:57 floppym Exp $
29
30 EAPI="4"
31 WANT_AUTOMAKE="none"
32 @@ -311,8 +311,6 @@
33 ewarn "You have just upgraded from an older version of Python."
34 ewarn
35 ewarn "Please adjust PYTHON_TARGETS (if so desired), and run emerge with the --newuse or --changed-use option to rebuild packages installing python modules."
36 - ewarn
37 - ewarn "For legacy packages, you should switch active version of Python and run 'python-updater [options]' to rebuild Python modules."
38 fi
39 }
40
41
42
43
44 1.754 dev-lang/python/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.754&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.754&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.753&r2=1.754
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
53 retrieving revision 1.753
54 retrieving revision 1.754
55 diff -u -r1.753 -r1.754
56 --- ChangeLog 28 Mar 2014 02:10:17 -0000 1.753
57 +++ ChangeLog 30 Mar 2014 20:23:57 -0000 1.754
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-lang/python
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.753 2014/03/28 02:10:17 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.754 2014/03/30 20:23:57 floppym Exp $
63 +
64 + 30 Mar 2014; Mike Gilbert <floppym@g.o> python-3.4.0.ebuild:
65 + Update postinst message; python.eclass does not support 3.4.
66
67 28 Mar 2014; Mike Gilbert <floppym@g.o> python-3.2.5-r3.ebuild:
68 Backport readline-6.3 fixes to python-3.2.5, bug 505416.