Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emacs/python-mode: python-mode-1.0-r1.ebuild python-mode-1.0.ebuild ChangeLog
Date: Thu, 28 Aug 2008 06:08:15
Message-Id: E1KYag0-0002n6-Jt@stork.gentoo.org
1 ulm 08/08/28 06:08:12
2
3 Modified: python-mode-1.0-r1.ebuild python-mode-1.0.ebuild
4 ChangeLog
5 Log:
6 Use eclass default instead of elisp-comp, bug 235442.
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
8
9 Revision Changes Path
10 1.6 app-emacs/python-mode/python-mode-1.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-1.0-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-1.0-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-1.0-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: python-mode-1.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- python-mode-1.0-r1.ebuild 9 Jul 2008 18:49:35 -0000 1.5
23 +++ python-mode-1.0-r1.ebuild 28 Aug 2008 06:08:11 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0-r1.ebuild,v 1.5 2008/07/09 18:49:35 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0-r1.ebuild,v 1.6 2008/08/28 06:08:11 ulm Exp $
29
30 inherit elisp distutils
31
32 @@ -28,7 +28,7 @@
33 }
34
35 src_compile() {
36 - elisp-comp *.el || die "elisp-comp failed"
37 + elisp_src_compile
38 use pymacs && distutils_src_compile
39 }
40
41
42
43
44 1.12 app-emacs/python-mode/python-mode-1.0.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild?rev=1.12&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild?rev=1.12&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild?r1=1.11&r2=1.12
49
50 Index: python-mode-1.0.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v
53 retrieving revision 1.11
54 retrieving revision 1.12
55 diff -u -r1.11 -r1.12
56 --- python-mode-1.0.ebuild 6 Oct 2007 20:31:20 -0000 1.11
57 +++ python-mode-1.0.ebuild 28 Aug 2008 06:08:11 -0000 1.12
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2007 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.11 2007/10/06 20:31:20 ulm Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-1.0.ebuild,v 1.12 2008/08/28 06:08:11 ulm Exp $
64
65 inherit elisp distutils
66
67 @@ -24,7 +24,7 @@
68
69 src_compile() {
70 distutils_src_compile
71 - elisp-comp *.el || die
72 + elisp_src_compile
73 }
74
75 src_install() {
76
77
78
79 1.35 app-emacs/python-mode/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.35&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.35&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.34&r2=1.35
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
88 retrieving revision 1.34
89 retrieving revision 1.35
90 diff -u -r1.34 -r1.35
91 --- ChangeLog 28 Jul 2008 19:13:11 -0000 1.34
92 +++ ChangeLog 28 Aug 2008 06:08:11 -0000 1.35
93 @@ -1,6 +1,10 @@
94 # ChangeLog for app-emacs/python-mode
95 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.34 2008/07/28 19:13:11 ulm Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.35 2008/08/28 06:08:11 ulm Exp $
98 +
99 + 28 Aug 2008; Ulrich Mueller <ulm@g.o> python-mode-1.0.ebuild,
100 + python-mode-1.0-r1.ebuild:
101 + Use eclass default instead of elisp-comp, bug 235442.
102
103 28 Jul 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
104 Add USE flag description to metadata wrt GLEP 56.