Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/pymacs: pymacs-0.25-r1.ebuild ChangeLog
Date: Tue, 31 Mar 2015 06:10:29
Message-Id: 20150331061023.897E414E60@oystercatcher.gentoo.org
1 idella4 15/03/31 06:10:22
2
3 Modified: pymacs-0.25-r1.ebuild ChangeLog
4 Log:
5 Clean old python impls, add py3.4 support and correction to install phase
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.10 app-emacs/pymacs/pymacs-0.25-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild?r1=1.9&r2=1.10
15
16 Index: pymacs-0.25-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- pymacs-0.25-r1.ebuild 15 Jan 2014 09:17:18 -0000 1.9
23 +++ pymacs-0.25-r1.ebuild 31 Mar 2015 06:10:22 -0000 1.10
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v 1.9 2014/01/15 09:17:18 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/pymacs-0.25-r1.ebuild,v 1.10 2015/03/31 06:10:22 idella4 Exp $
30
31 EAPI=5
32 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
33 +PYTHON_COMPAT=( python{2_7,3_3,3_4} )
34
35 inherit elisp distutils-r1 vcs-snapshot
36
37 @@ -39,6 +39,7 @@
38
39 python_install_all() {
40 elisp_src_install
41 + distutils-r1_python_install_all
42 dodoc pymacs.rst
43 use doc && dodoc pymacs.pdf
44 }
45
46
47
48 1.67 app-emacs/pymacs/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/pymacs/ChangeLog?rev=1.67&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/pymacs/ChangeLog?rev=1.67&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/pymacs/ChangeLog?r1=1.66&r2=1.67
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v
57 retrieving revision 1.66
58 retrieving revision 1.67
59 diff -u -r1.66 -r1.67
60 --- ChangeLog 15 Jan 2014 09:17:18 -0000 1.66
61 +++ ChangeLog 31 Mar 2015 06:10:22 -0000 1.67
62 @@ -1,6 +1,9 @@
63 # ChangeLog for app-emacs/pymacs
64 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.66 2014/01/15 09:17:18 ago Exp $
66 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/pymacs/ChangeLog,v 1.67 2015/03/31 06:10:22 idella4 Exp $
68 +
69 + 31 Mar 2015; Ian Delaney <idella4@g.o> pymacs-0.25-r1.ebuild:
70 + Clean old python impls, add py3.4 support and correction to install phase
71
72 15 Jan 2014; Agostino Sarubbo <ago@g.o> pymacs-0.25-r1.ebuild:
73 Stable for ia64, wrt bug #490096