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
|
# ChangeLog for dev-python/IcePy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/IcePy/ChangeLog,v 1.16 2010/06/11 22:50:24 arfrever Exp $
11 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
IcePy-3.2.1.ebuild:
Delete call to deprecated python_version().
08 Jun 2010; Tiziano Müller <dev-zero@gentoo.org> IcePy-3.2.1.ebuild:
Moved Ice from dev-cpp to dev-libs.
02 Jun 2010; Dirkjan Ochtman <djc@gentoo.org> metadata.xml:
python takes over maintainership for now.
02 Jun 2010; Torsten Veller <tove@gentoo.org> metadata.xml:
Remove caleb from metadata.xml (#317071)
10 Sep 2009; Patrick Lauer <patrick@gentoo.org> IcePy-3.2.1.ebuild,
+files/IcePy-3.2.1-python-2.6.diff:
Fixing py 2.6 and 2.7 detection. Fixes #280075, Patch by Lars Wendler.
17 Jan 2008; Caleb Tennis <caleb@gentoo.org> IcePy-3.2.1.ebuild:
set the PYTHON_VERSION environment variable so we pick the right version,
from bug #206199
25 Sep 2007; Christoph Mende <angelos@gentoo.org> IcePy-3.2.1.ebuild:
Stable on amd64 wrt bug #192139
25 Sep 2007; Caleb Tennis <caleb@gentoo.org> -IcePy-3.2.0.ebuild:
remove old version
25 Sep 2007; Caleb Tennis <caleb@gentoo.org> IcePy-3.2.1.ebuild:
sed magic for amd64 multilib strict, and clean up MAKE_RULES a little bit,
and try to quote all places needed
16 Sep 2007; Christian Faulhammer <opfer@gentoo.org> IcePy-3.2.1.ebuild:
stable x86, bug 192139
*IcePy-3.2.1 (15 Aug 2007)
15 Aug 2007; Caleb Tennis <caleb@gentoo.org>
+files/icepy-3.2.1-makefile.patch, +IcePy-3.2.1.ebuild:
version bump
24 Jul 2007; Caleb Tennis <caleb@gentoo.org>
-files/icepy-3.1.0-makefile.patch, -files/icepy-3.1.1-makefile.patch,
-IcePy-3.1.0.ebuild, -IcePy-3.1.1.ebuild:
remove old versions
*IcePy-3.2.0 (20 Jul 2007)
20 Jul 2007; Caleb Tennis <caleb@gentoo.org>
+files/icepy-3.2.0-makefile.patch, +IcePy-3.2.0.ebuild:
version bump from Sam Jacobson (#185972)
30 Oct 2006; Caleb Tennis <caleb@gentoo.org> IcePy-3.1.0.ebuild,
IcePy-3.1.1.ebuild:
Fix ice dep to Ice
*IcePy-3.1.1 (16 Oct 2006)
16 Oct 2006; Caleb Tennis <caleb@gentoo.org>
+files/icepy-3.1.1-makefile.patch, +IcePy-3.1.1.ebuild:
version bump
*IcePy-3.1.0 (11 Sep 2006)
11 Sep 2006; Caleb Tennis <caleb@gentoo.org>
+files/icepy-3.1.0-makefile.patch, +IcePy-3.1.0.ebuild:
initial import
|