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
110
111
112
113
114
115
116
|
# ChangeLog for dev-python/PyQt
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/ChangeLog,v 1.27 2004/02/26 00:31:12 kloeri Exp $
26 Feb 2004; <kloeri@gentoo.org> PyQt-3.10.ebuild,
files/PyQt-3.10-qt-3.3.patch:
Fix qt-3.3 related compile errors.
*PyQt-3.10 (17 Jan 2004)
17 Jan 2004; Rob Cakebread <pythonhead@gentoo.org> PyQt-3.10.ebuild:
Version bump. Bug# 38534. Thanks Carlo <current@myrealbox.com>
16 Dec 2003; Alastair Tse <liquidx@gentoo.org> PyQt-3.5-r1.ebuild,
PyQt-3.6-r1.ebuild, PyQt-3.6.ebuild, PyQt-3.7.ebuild, PyQt-3.8.1.ebuild,
PyQt-3.8.ebuild, files/license-3.5.diff, files/license-3.6.diff,
files/license-3.7.diff, files/license-3.8.diff:
change to Gentoo mirror for files
10 Nov 2003; Caleb Tennis <caleb@gentoo.org> PyQt-3.8.1.ebuild:
marking x86 stable
*PyQt-3.8.1 (03 Oct 2003)
03 Oct 2003; Caleb Tennis <caleb@gentoo.org> PyQt-3.8.1.ebuild:
new version
*PyQt-3.8 (27 Aug 2003)
27 Aug 2003; Caleb Tennis <caleb@gentoo.org> PyQt-3.8.ebuild:
Version bump
31 Jul 2003; Caleb Tennis <caleb@gentoo.org> PyQT-3.7.ebuild:
Upgrade dep on QScintilla-1.53
*PyQt-3.7 (30 Jul 2003)
30 Jul 2003; Caleb Tennis <caleb@gentoo.org> PyQt-3.7.ebuild:
Version bump. Removed version deps on qt and python as this product
can support almost all known (portage) version.
*PyQt-3.6-r1 (29 Apr 2003)
29 Apr 2003; Michele Balistreri <brain@gentoo.org> PyQt-3.6-r1.ebuild :
Adding dependencie to qscintilla package
*PyQt-3.6 (29 Apr 2003)
29 Apr 2003; Michele Balistreri <brain@gentoo.org> PyQt-3.6.ebuild :
Version bump
17 Apr 2003; Michele Balistreri <brain@gentoo.org> Changelog :
Added IUSE flag for policy compliance
17 Apr 2003; Michele Balistreri <brain@gentoo.org> Changelog :
Marked as stable on x86
12 Apr 2003; Michele Balistreri <brain@gentoo.org> ChangeLog :
Fix compilation bug with QT 3.1.2 (bug #19008)
26 Feb 2003; Dan Armak <danarmak@gentoo.org> ChangeLog :
Fix possible sandbox error as per bug #12393.
*PyQt-3.5-r1 (17 Feb 2003)
17 Feb 2003; Dan Armak <danarmak@gentoo.org> ChangeLog :
Install the .sip files as well. They are placed in /usr/share/sip/qt. .sip
files are like headers for sip-based packages, such as PyQT and PyKDE. This
closes bug #10060.
*PyQt-3.5 (14 Dec 2002)
14 Dec 2002; Bart Verwilst <verwilst@gentoo.org>
New version, + changed license to GPL
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*PyQt-3.4 (18 Sep 2002)
18 Sep 2002; Sascha Schwabbauer <cybersystem@gentoo.org> :
Added ppc to keywords.
*PyQt-3.4 (17 Sep 2002)
17 Sep 2002; Bart Verwilst <verwilst@gentoo.org>
*PyQt-3.3.2 (25 Jul 2002)
25 Jul 2002; Bart Verwilst <verwilst@gentoo.org>
13 Aug 2002; Bart Verwilst <verwilst@gentoo.org> ChangeLog :
Added "-c" flag to build.py, so the compilation time will be 80% less
from what it was before. More CPU/MEM usage though during compilation!
*PyQt-3.2.4 (5 Jul 2002)
05 Jul 2002; Bart Verwilst <verwilst@gentoo.org>
*PyQt-3.0 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|