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-lang/mono: ChangeLog mono-1.9.ebuild mono-1.9.1.ebuild
Date: Sat, 31 May 2008 12:31:21
Message-Id: E1K2QEs-0001TR-Sy@stork.gentoo.org
1 jurek 08/05/31 12:31:14
2
3 Modified: ChangeLog mono-1.9.ebuild mono-1.9.1.ebuild
4 Log:
5 dev-lang/mono: Fixed path to BigInteger patch
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.140 dev-lang/mono/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.140&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.140&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/ChangeLog?r1=1.139&r2=1.140
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v
18 retrieving revision 1.139
19 retrieving revision 1.140
20 diff -u -r1.139 -r1.140
21 --- ChangeLog 31 May 2008 12:25:23 -0000 1.139
22 +++ ChangeLog 31 May 2008 12:31:14 -0000 1.140
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-lang/mono
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.139 2008/05/31 12:25:23 jurek Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.140 2008/05/31 12:31:14 jurek Exp $
28 +
29 + 31 May 2008; Jurek Bartuszek <jurek@g.o> mono-1.9.ebuild,
30 + mono-1.9.1.ebuild:
31 + Fixed path to BigInteger patch
32
33 *mono-1.9.1 (31 May 2008)
34 *mono-1.9 (31 May 2008)
35
36
37
38 1.2 dev-lang/mono/mono-1.9.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.9.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.9.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.9.ebuild?r1=1.1&r2=1.2
43
44 Index: mono-1.9.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.9.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- mono-1.9.ebuild 31 May 2008 12:25:23 -0000 1.1
51 +++ mono-1.9.ebuild 31 May 2008 12:31:14 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.9.ebuild,v 1.1 2008/05/31 12:25:23 jurek Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.9.ebuild,v 1.2 2008/05/31 12:31:14 jurek Exp $
57
58 inherit eutils flag-o-matic multilib autotools
59
60 @@ -54,7 +54,7 @@
61 # Remove dummy ltconfig and let libtool handle it
62 rm -f "${S}"/libgc/ltconfig
63
64 - epatch "${FILESDIR}/${PN}-bigint_overflow.patch"
65 + epatch "${FILESDIR}/${PN}-biginteger_overflow.diff"
66
67 einfo "Regenerating the build files, this will take some time..."
68 eautoreconf
69
70
71
72 1.2 dev-lang/mono/mono-1.9.1.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.9.1.ebuild?rev=1.2&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.9.1.ebuild?rev=1.2&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-1.9.1.ebuild?r1=1.1&r2=1.2
77
78 Index: mono-1.9.1.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.9.1.ebuild,v
81 retrieving revision 1.1
82 retrieving revision 1.2
83 diff -u -r1.1 -r1.2
84 --- mono-1.9.1.ebuild 31 May 2008 12:25:23 -0000 1.1
85 +++ mono-1.9.1.ebuild 31 May 2008 12:31:14 -0000 1.2
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2008 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.9.1.ebuild,v 1.1 2008/05/31 12:25:23 jurek Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-1.9.1.ebuild,v 1.2 2008/05/31 12:31:14 jurek Exp $
91
92 inherit eutils flag-o-matic multilib autotools
93
94 @@ -54,7 +54,7 @@
95 # Remove dummy ltconfig and let libtool handle it
96 rm -f "${S}"/libgc/ltconfig
97
98 - epatch "${FILESDIR}/${PN}-bigint_overflow.patch"
99 + epatch "${FILESDIR}/${PN}-biginteger_overflow.diff"
100
101 einfo "Regenerating the build files, this will take some time..."
102 eautoreconf
103
104
105
106 --
107 gentoo-commits@l.g.o mailing list