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
|
# ChangeLog for dev-python/pmw
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/ChangeLog,v 1.31 2010/06/08 11:31:52 hwoarang Exp $
08 Jun 2010; Markos Chandras <hwoarang@gentoo.org> pmw-1.3.2-r2.ebuild:
Stable on amd64 wrt bug #310775
24 May 2010; Raúl Porcel <armin76@gentoo.org> pmw-1.3.2-r2.ebuild:
alpha/ia64/sparc/x86 stable wrt #310775
18 Apr 2010; <nixnut@gentoo.org> pmw-1.3.2-r2.ebuild:
ppc stable #310775
26 Feb 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pmw-1.3.2-r2.ebuild:
Set SUPPORT_PYTHON_ABIS.
*pmw-1.3.2-r2 (20 Feb 2010)
20 Feb 2010; Justin Lecher (jlec) <jlec@gentoo.org>
+files/1.3.2-python2.5.patch, +pmw-1.3.2-r2.ebuild:
Make deletecommand work with python 2.5, patched grabbed from debian
07 Feb 2010; Peter Volkov <pva@gentoo.org> pmw-1.3.2-r1.ebuild:
Add inherit eutils: epatch is defined there.
11 Oct 2009; Fabian Groffen <grobian@gentoo.org> pmw-1.3.2-r1.ebuild:
Merge from Prefix
*pmw-1.3.2-r1 (01 Mar 2009)
01 Mar 2009; Jesus Rivero <neurogeek@gentoo.org> -pmw-1.3.2.ebuild,
+pmw-1.3.2-r1.ebuild:
Revbump. EAPI 2 support for python tk USE flag. Removed older version
*pmw-1.3.2 (06 Aug 2008)
06 Aug 2008; Jesus Rivero <neurogeek@gentoo.org>
+files/pmw-1.3.2-install-no-docs.patch, pmw-1.2.ebuild, +pmw-1.3.2.ebuild:
Added PYTHON_MODNAME to pmw-1.2. Added pmw-1.3.2.ebuild. Fixes bug
#233638. Thanks to Necoro <gentoo@necoro.eu>
06 Jan 2007; Tiziano Müller <dev-zero@gentoo.org> -pmw-0.8.5.ebuild,
-pmw-1.1.ebuild:
Dropped old versions
27 Sep 2006; Marien Zwart <marienz@gentoo.org> pmw-0.8.5.ebuild,
pmw-1.1.ebuild, pmw-1.2.ebuild:
Clean up error message on missing Tkinter. Closes bug #149324, thanks to
Gerolf Ziegenhain <derverstand@web.de> for reporting.
02 Oct 2005; Aron Griffis <agriffis@gentoo.org> pmw-1.2.ebuild:
Mark 1.2 stable on ia64
26 Aug 2005; Aron Griffis <agriffis@gentoo.org> pmw-1.2.ebuild:
add ~ia64
24 Apr 2005; Simon Stelling <blubb@gentoo.org> pmw-1.2.ebuild:
stable on amd64
21 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> pmw-1.2.ebuild:
Stable on ppc.
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
09 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> pmw-1.2.ebuild:
Stable on alpha.
17 May 2004; Bryan Østergaard <kloeri@gentoo.org> pmw-1.2.ebuild:
Add ~alpha.
15 May 2004; Danny van Dyk <kugelfang@gentoo.org> pmw-1.2.ebuild:
Marked ~amd64.
04 May 2004; Bryan Østergaard <kloeri@gentoo.org> pmw-0.8.5.ebuild:
Add missing IUSE.
26 Feb 2004; Sven Blumenstein <bazik@gentoo.org> pmw-1.2.ebuild:
Stable on sparc.
*pmw-1.2 (12 Oct 2003)
12 Oct 2003; Alastair Tse <liquidx@gentoo.org> pmw-1.2.ebuild:
version bump
28 Apr 2003; Alastair Tse <liquidx@gentoo.org> pmw-1.1.ebuild:
be verbose about missing tk
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*pmw-1.1 (24 Oct 2002)
24 Oct 2002; Arcady Genkin <agenkin@gentoo.org> pmw-1.1.ebuild :
Updated to version 1.1
*pmw-0.8.5 (Mar 19 2002)
29 Jul 2002; George Shapovalov <george@gentoo.org> pmw-0.8.5.ebuild :
Added KEYWORDS,SLOT,LICENSE
headers clean-up
19 Mar 2002; Arcady Genkin <agenkin@thpoon.com> pmw-0.8.5.ebuild :
Initial version of the package.
|