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
|
# ChangeLog for dev-dotnet/nant
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.17 2007/12/31 16:32:28 jurek Exp $
31 Dec 2007; Jurek Bartuszek <jurek@gentoo.org>
+files/nant-0.85-threadingfix.patch, nant-0.85.ebuild:
Fixed threading issue (bug #199748)
10 Aug 2007; Steve Dibb <beandog@gentoo.org> nant-0.85.ebuild:
amd64 stable, bug 186686
29 Jul 2007; Tobias Scherbaum <dertobi123@gentoo.org> nant-0.85.ebuild:
ppc stable, bug #186686
27 Jul 2007; Christian Faulhammer <opfer@gentoo.org> nant-0.85.ebuild:
stable x86, bug 186686
24 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org>
-files/nant-0.85-rc2-is-unix.diff, -files/nant-0.85-rc2-profile.diff,
-files/nant-0.85-rc3-mono-1.1.7-compat.diff,
-files/nant-0.85_rc3-assignfix.diff, -nant-0.85_rc3.ebuild,
-nant-0.85_rc3-r1.ebuild:
prune old versions
24 Feb 2007; Saleem Abdulrasool <compnerd@gentoo.org>
+files/nant-0.85-obselencense.patch, nant-0.85.ebuild:
Fix for current mono releases
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
18 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> nant-0.85.ebuild:
Fix mono dependency as per bug #158284
10 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> nant-0.85.ebuild:
Add MONO_NO_UNLOAD on ppc to allow it to build (bug #120550)
*nant-0.85 (10 Dec 2006)
10 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> +nant-0.85.ebuild:
Version bump from upstream (bug #137443)
16 Sep 2006; Peter Johanson <latexer@gentoo.org>
+files/nant-0.85_rc3-assignfix.diff, -nant-0.85_rc2.ebuild,
nant-0.85_rc3-r1.ebuild:
Add a compilation fix on newer mono versions (bug #146131), and remove one
older version.
*nant-0.85_rc3-r1 (19 Jan 2006)
19 Jan 2006; Peter Johanson <latexer@gentoo.org> +nant-0.85_rc3-r1.ebuild:
Add a revision bump to fix bug #113712. This is actually a nightly snapshot
uploaded to gentoo mirrors, but ebuild naming conventions left me with no
choice but to call this an -r1.
03 Jun 2005; David Holm <dholm@gentoo.org> nant-0.85_rc3.ebuild:
Added to ~ppc.
19 May 2005; Tom Martin <slarti@gentoo.org> nant-0.85_rc3.ebuild:
Marked ~amd64.
13 May 2005; Peter Johanson <latexer@gentoo.org> nant-0.85_rc3.ebuild:
Upping the mono dep to at least 1.1.4. nant has issues on mono-1.0.x
*nant-0.85_rc3 (13 May 2005)
13 May 2005; Peter Johanson <latexer@gentoo.org>
+files/nant-0.85-rc3-mono-1.1.7-compat.diff, +nant-0.85_rc3.ebuild:
Bump. Includes fixes to make nant compile on mono-1.1.7, and now builds
with the 2.0 profile if on mono-1.1.x
*nant-0.85_rc2 (16 Mar 2005)
16 Mar 2005; Peter Johanson <latexer@gentoo.org> +metadata.xml,
+files/nant-0.85-rc2-is-unix.diff, +files/nant-0.85-rc2-profile.diff,
+nant-0.85_rc2.ebuild:
Initial import. Ebuild by yours truly, but lots of help from everyone on bug
#63758.
|