1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
# ChangeLog for app-emacs/python-mode
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/python-mode/ChangeLog,v 1.29 2008/03/22 13:45:26 opfer Exp $
22 Mar 2008; Christian Faulhammer <opfer@gentoo.org>
python-mode-1.0-r1.ebuild:
stable x86/amd64, bug 214250
*python-mode-1.0-r1 (08 Feb 2008)
08 Feb 2008; Ulrich Mueller <ulm@gentoo.org> +python-mode-1.0-r1.ebuild:
Add pymacs USE flag wrt bug 208186.
06 Oct 2007; Ulrich Mueller <ulm@gentoo.org> python-mode-1.0.ebuild:
Minor QA: quote some variables. Drop ppc-macos keyword.
26 Jul 2007; Markus Rothe <corsair@gentoo.org> python-mode-1.0.ebuild:
Added ~ppc64; bug #186188
23 May 2007; Diego Pettenò <flameeyes@gentoo.org> python-mode-1.0.ebuild:
Add ~x86-fbsd keyword as per bug #178377 by Joe Peterson.
07 May 2007; Jeroen Roovers <jer@gentoo.org> python-mode-1.0.ebuild:
Marked ~hppa (bug #177495).
19 Aug 2006; Matthew Kennedy <mkennedy@gentoo.org>
-files/55python-mode-gentoo.el, -files/50python-mode-gentoo.el,
-python-mode-4.6.ebuild, -python-mode-4.63-r1.ebuild,
-python-mode-4.70.ebuild:
Remove old ebuilds; Resolves Bug #115186; 1.0 is the new latest version
apparently.
19 Aug 2006; Fabian Groffen <grobian@gentoo.org> python-mode-1.0.ebuild:
Marked ppc-macos stable (bug #115186)
25 May 2006; Joseph Jezak <josejx@gentoo.org> python-mode-1.0.ebuild:
Marked ppc stable for bug #115186.
22 May 2006; Mark Loeser <halcy0n@gentoo.org> python-mode-1.0.ebuild:
Stable on x86; bug #115186
16 May 2006; Olivier Crête <tester@gentoo.org> python-mode-1.0.ebuild:
Stable on amd64 per bug #115186
*python-mode-1.0 (15 May 2006)
15 May 2006; Matthew Kennedy <mkennedy@gentoo.org>
+files/60python-mode-gentoo.el, +python-mode-1.0.ebuild:
New upstream version; Resolves Bug #115186.
14 May 2005; Olivier Crête <tester@gentoo.org>
python-mode-4.63-r1.ebuild:
Stable on amd64
*python-mode-4.70 (03 May 2005)
03 May 2005; Mamoru KOMACHI <usata@gentoo.org> +python-mode-4.70.ebuild:
Version bumped. This closes bug #88704.
03 May 2005; Mamoru KOMACHI <usata@gentoo.org> +files/setup.py,
python-mode-4.63-r1.ebuild:
Do not hardcode python path. Thanks to dan <reddan@warpmail.net>; bug #88770.
30 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
python-mode-4.63-r1.ebuild:
Stable on ppc.
21 Apr 2005; Simon Stelling <blubb@gentoo.org> python-mode-4.6.ebuild:
stable on amd64
10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org>
python-mode-4.63-r1.ebuild:
Added to ~ppc.
10 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> python-mode-4.63-r1.ebuild,
-python-mode-4.63.ebuild:
Stable on x86.
08 Dec 2004; Simon Stelling <blubb@gentoo.org> python-mode-4.63-r1.ebuild:
added ~amd64
*python-mode-4.63-r1 (03 Dec 2004)
03 Dec 2004; Mamoru KOMACHI <usata@gentoo.org>
+files/55python-mode-gentoo.el, +python-mode-4.63-r1.ebuild:
Fixed pycomplete.py. Thanks to Nick Savchenko <rust@voliacable.com>;
bug #72712.
*python-mode-4.63 (11 Nov 2004)
11 Nov 2004; Mamoru KOMACHI <usata@gentoo.org> +python-mode-4.63.ebuild:
Version bumped. Dropped ppc and ~amd64 keywords; bug #51435.
11 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> python-mode-4.6.ebuild:
Added amd64 keyword, closing #60694.
04 Apr 2004; Lars Weiler <pylon@gentoo.org> python-mode-4.6.ebuild:
stable on ppc
15 Feb 2004; David Holm <dholm@gentoo.org> python-mode-4.6.ebuild:
Added to ~ppc.
*python-mode-4.6 (31 Oct 2002)
31 Oct 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog,
python-mode-4.6.ebuild, files/50python-mode-gentoo.el,
files/digest-python-mode-4.6 :
Initial import.
|