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-5.2.0.ebuild ChangeLog python-mode-6.0.3-r1.ebuild
Date: Sat, 03 Dec 2011 23:48:05
Message-Id: 20111203234754.5E6EA2004B@flycatcher.gentoo.org
1 ulm 11/12/03 23:47:54
2
3 Modified: python-mode-5.2.0.ebuild ChangeLog
4 python-mode-6.0.3-r1.ebuild
5 Log:
6 Make use of new elisp.eclass variable for removal of files.
7
8 (Portage version: 2.1.10.39/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 app-emacs/python-mode/python-mode-5.2.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-5.2.0.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-5.2.0.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-5.2.0.ebuild?r1=1.3&r2=1.4
16
17 Index: python-mode-5.2.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.2.0.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- python-mode-5.2.0.ebuild 29 Nov 2011 15:29:30 -0000 1.3
24 +++ python-mode-5.2.0.ebuild 3 Dec 2011 23:47:54 -0000 1.4
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.2.0.ebuild,v 1.3 2011/11/29 15:29:30 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-5.2.0.ebuild,v 1.4 2011/12/03 23:47:54 ulm Exp $
30
31 EAPI=3
32
33 @@ -16,15 +16,11 @@
34 IUSE=""
35
36 S="${WORKDIR}/${PN}"
37 +# doctest-mode has its own package, pycomplete is not yet ready for production
38 +ELISP_REMOVE="doctest-mode.el pycomplete.el"
39 SITEFILE="50${PN}-gentoo.el"
40 DOCS="NEWS"
41
42 -src_prepare() {
43 - # doctest-mode has its own package,
44 - # pycomplete is not yet ready for production.
45 - rm doctest-mode.el pycomplete.el || die
46 -}
47 -
48 pkg_postinst() {
49 elisp-site-regen
50 elog "Note that doctest support is split out to app-emacs/doctest-mode."
51
52
53
54 1.55 app-emacs/python-mode/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.55&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?rev=1.55&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/ChangeLog?r1=1.54&r2=1.55
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v
63 retrieving revision 1.54
64 retrieving revision 1.55
65 diff -u -r1.54 -r1.55
66 --- ChangeLog 29 Nov 2011 15:29:30 -0000 1.54
67 +++ ChangeLog 3 Dec 2011 23:47:54 -0000 1.55
68 @@ -1,6 +1,10 @@
69 # ChangeLog for app-emacs/python-mode
70 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.54 2011/11/29 15:29:30 jer Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.55 2011/12/03 23:47:54 ulm Exp $
73 +
74 + 03 Dec 2011; Ulrich Mueller <ulm@g.o> python-mode-5.2.0.ebuild,
75 + python-mode-6.0.3-r1.ebuild:
76 + Make use of new elisp.eclass variable for removal of files.
77
78 29 Nov 2011; Jeroen Roovers <jer@g.o> python-mode-5.2.0.ebuild:
79 Stable for HPPA (bug #391725).
80
81
82
83 1.2 app-emacs/python-mode/python-mode-6.0.3-r1.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-6.0.3-r1.ebuild?rev=1.2&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-6.0.3-r1.ebuild?rev=1.2&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/python-mode/python-mode-6.0.3-r1.ebuild?r1=1.1&r2=1.2
88
89 Index: python-mode-6.0.3-r1.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.0.3-r1.ebuild,v
92 retrieving revision 1.1
93 retrieving revision 1.2
94 diff -u -r1.1 -r1.2
95 --- python-mode-6.0.3-r1.ebuild 23 Nov 2011 17:32:56 -0000 1.1
96 +++ python-mode-6.0.3-r1.ebuild 3 Dec 2011 23:47:54 -0000 1.2
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2011 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.0.3-r1.ebuild,v 1.1 2011/11/23 17:32:56 ulm Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/python-mode-6.0.3-r1.ebuild,v 1.2 2011/12/03 23:47:54 ulm Exp $
102
103 EAPI=4
104
105 @@ -18,15 +18,11 @@
106
107 S="${WORKDIR}/${MY_P}"
108 ELISP_PATCHES="${P}-obsolete-vars.patch"
109 +# remove XEmacs specific file
110 +ELISP_REMOVE="highlight-indentation.el"
111 SITEFILE="50${PN}-gentoo.el"
112 DOCS="NEWS"
113
114 -src_prepare() {
115 - elisp_src_prepare
116 - # remove XEmacs specific file
117 - rm highlight-indentation.el || die
118 -}
119 -
120 pkg_postinst() {
121 elisp-site-regen
122 elog "Note that doctest support is split out to app-emacs/doctest-mode."