Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/nant: nant-0.85.ebuild ChangeLog
Date: Sun, 01 Jun 2008 11:21:15
Message-Id: E1K2lcb-0002Os-JT@stork.gentoo.org
1 jurek 08/06/01 11:21:09
2
3 Modified: nant-0.85.ebuild ChangeLog
4 Log:
5 dev-dotnet/nant: Fixed mono-1.9 compatibility issues - removed usage of deprecated method (bug #218613)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.10 dev-dotnet/nant/nant-0.85.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild?r1=1.9&r2=1.10
14
15 Index: nant-0.85.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- nant-0.85.ebuild 30 May 2008 23:05:34 -0000 1.9
22 +++ nant-0.85.ebuild 1 Jun 2008 11:21:09 -0000 1.10
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild,v 1.9 2008/05/30 23:05:34 jurek Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/nant-0.85.ebuild,v 1.10 2008/06/01 11:21:09 jurek Exp $
28
29 inherit mono eutils
30
31 @@ -37,7 +37,7 @@
32 epatch "${FILESDIR}"/${P}-threadingfix.patch
33
34 # Patch to allow building on current mono releases
35 - epatch "${FILESDIR}"/${PN}-0.85-obselencense.patch
36 + epatch "${FILESDIR}"/${P}-obselencense.patch
37 }
38
39 src_compile() {
40
41
42
43 1.20 dev-dotnet/nant/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.20&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/ChangeLog?rev=1.20&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/nant/ChangeLog?r1=1.19&r2=1.20
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v
52 retrieving revision 1.19
53 retrieving revision 1.20
54 diff -u -r1.19 -r1.20
55 --- ChangeLog 30 May 2008 23:05:34 -0000 1.19
56 +++ ChangeLog 1 Jun 2008 11:21:09 -0000 1.20
57 @@ -1,6 +1,11 @@
58 # ChangeLog for dev-dotnet/nant
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.19 2008/05/30 23:05:34 jurek Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/nant/ChangeLog,v 1.20 2008/06/01 11:21:09 jurek Exp $
62 +
63 + 01 Jun 2008; Jurek Bartuszek <jurek@g.o>
64 + files/nant-0.85-obselencense.patch, nant-0.85.ebuild:
65 + Fixed mono-1.9 compatibility issues - removed usage of deprecated method
66 + (bug #218613)
67
68 30 May 2008; Jurek Bartuszek <jurek@g.o> nant-0.85.ebuild:
69 Added dev-util/pkgconfig dependency (bug #216416)
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list