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 games-util/nml
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-util/nml/ChangeLog,v 1.28 2015/04/08 18:12:06 mgorny Exp $
08 Apr 2015; Michał Górny <mgorny@gentoo.org> nml-0.3.1.ebuild:
Drop old Python implementations
27 Oct 2014; Michael Sterrett <mr_bones_@gentoo.org>
-files/nml-0.2.4-pillow.patch, -nml-0.2.4-r2.ebuild:
old
12 Oct 2014; Agostino Sarubbo <ago@gentoo.org> nml-0.3.1.ebuild:
Stable for x86, wrt bug #522104
10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> nml-0.3.1.ebuild:
Stable for amd64, wrt bug #522104
*nml-0.3.1 (11 Jun 2014)
11 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> +nml-0.3.1.ebuild,
-nml-0.3.0.ebuild:
version bump; remove broken version
*nml-0.3.0 (25 Apr 2014)
25 Apr 2014; Michael Sterrett <mr_bones_@gentoo.org> +nml-0.3.0.ebuild:
version bump
13 Dec 2013; Julian Ospald <hasufell@gentoo.org> nml-0.2.4-r2.ebuild:
add PYTHON_USEDEP to dev-python/ply wrt #494156
12 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> -nml-0.2.3.ebuild,
-nml-0.2.4-r1.ebuild:
old
16 Sep 2013; Michael Sterrett <mr_bones_@gentoo.org> nml-0.2.4-r2.ebuild:
virtual/python-imaging -> dev-python/pillow[zlib,] since the virtual is going
away (bug #484938)
05 Sep 2013; Michał Górny <mgorny@gentoo.org> nml-0.2.4-r1.ebuild,
nml-0.2.4-r2.ebuild:
Clean up PYTHON_COMPAT from old implementations.
18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> nml-0.2.4-r2.ebuild:
Stable for x86, wrt bug #478806
03 Aug 2013; Agostino Sarubbo <ago@gentoo.org> nml-0.2.4-r2.ebuild:
Stable for amd64, wrt bug #478806
*nml-0.2.4-r2 (30 Jul 2013)
30 Jul 2013; Julian Ospald <hasufell@gentoo.org> +nml-0.2.4-r2.ebuild:
revbump wrt #477448, don't overwrite distutils-r1_src_prepare
20 Jul 2013; Michael Sterrett <mr_bones_@gentoo.org>
+files/nml-0.2.4-pillow.patch, nml-0.2.4-r1.ebuild:
use virtual/python-imaging with patch from Jakob Kummerow (bug #471516)
25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> nml-0.2.4-r1.ebuild:
Stable for x86, wrt bug #458240
19 Feb 2013; Chema Alonso <nimiux@gentoo.org> nml-0.2.4-r1.ebuild:
Stable for amd64 wrt bug #458240
30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -nml-0.2.4.ebuild:
old
*nml-0.2.4-r1 (17 Jan 2013)
17 Jan 2013; Julian Ospald <hasufell@gentoo.org> +nml-0.2.4-r1.ebuild:
migrate to distutils-r1
31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> nml-0.2.3.ebuild:
Add ~ppc64, wrt bug #412329
29 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> nml-0.2.3.ebuild,
nml-0.2.4.ebuild:
Add dev-python/setuptools as dependency, wrt bug #449052. Thanks to Tuomo
Hartikainen for discovering this issue
*nml-0.2.4 (01 Nov 2012)
01 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> +nml-0.2.4.ebuild:
version bump
27 Jun 2012; Markus Meier <maekke@gentoo.org> nml-0.2.3.ebuild:
add ~arm, bug #412329
19 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> nml-0.2.3.ebuild:
silly python eclasses
19 Apr 2012; Agostino Sarubbo <ago@gentoo.org> nml-0.2.3.ebuild:
Stable for amd64, wrt bug #398161
19 Apr 2012; Andreas Schuerch <nativemad@gentoo.org> nml-0.2.3.ebuild:
x86 stable, see bug 398161
18 Apr 2012; Michael Sterrett <mr_bones_@gentoo.org> nml-0.2.3.ebuild:
call python_pkg_setup; tidy
18 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> nml-0.2.3.ebuild:
Aparently does not build with py3. Fixes bug#412527. Thanks to
hendrik<at>consetetur.de for the patch
*nml-0.2.3 (17 Apr 2012)
17 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> +metadata.xml,
+nml-0.2.3.ebuild:
Initial commit for new tool used to build OpenGFX files used by OpenTTD.
|