Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mono: mono-2.2-r5.ebuild ChangeLog mono-2.4.ebuild mono-2.0.1-r1.ebuild
Date: Mon, 20 Apr 2009 05:01:48
Message-Id: E1LvldZ-0005xX-U7@stork.gentoo.org
1 loki_val 09/04/20 05:01:45
2
3 Modified: mono-2.2-r5.ebuild ChangeLog mono-2.4.ebuild
4 mono-2.0.1-r1.ebuild
5 Log:
6 Do not require kernel sources, warn if sources not found.
7 (Portage version: 2.2_rc28/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-lang/mono/mono-2.2-r5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.2-r5.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.2-r5.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.2-r5.ebuild?r1=1.3&r2=1.4
15
16 Index: mono-2.2-r5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.2-r5.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- mono-2.2-r5.ebuild 17 Apr 2009 01:29:22 -0000 1.3
23 +++ mono-2.2-r5.ebuild 20 Apr 2009 05:01:45 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.2-r5.ebuild,v 1.3 2009/04/17 01:29:22 loki_val Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.2-r5.ebuild,v 1.4 2009/04/20 05:01:45 loki_val Exp $
29
30 EAPI=2
31
32 @@ -42,19 +42,24 @@
33 "${FILESDIR}/mono-2.2-r123987-bless-crash.patch"
34 "${FILESDIR}/mono-2.2-freebsd-elf_common.patch"
35 )
36 -
37 pkg_setup() {
38 if use kernel_linux
39 then
40 get_version
41 - require_configured_kernel
42 - if linux_chkconfig_present SYSVIPC
43 + if linux_config_exists
44 then
45 - einfo "CONFIG_SYSVIPC is set, looking good."
46 + if linux_chkconfig_present SYSVIPC
47 + then
48 + einfo "CONFIG_SYSVIPC is set, looking good."
49 + else
50 + eerror "If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling."
51 + eerror "See http://bugs.gentoo.org/261869 for more info."
52 + die "Please set CONFIG_SYSVIPC in your kernel .config"
53 + fi
54 else
55 - eerror "If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling."
56 - eerror "See http://bugs.gentoo.org/261869 for more info."
57 - die "Please set CONFIG_SYSVIPC in your kernel .config"
58 + ewarn "Was unable to determine your kernel .config"
59 + ewarn "Please note that if CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling."
60 + ewarn "See http://bugs.gentoo.org/261869 for more info."
61 fi
62 fi
63 }
64
65
66
67 1.164 dev-lang/mono/ChangeLog
68
69 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.164&view=markup
70 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.164&content-type=text/plain
71 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/ChangeLog?r1=1.163&r2=1.164
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v
76 retrieving revision 1.163
77 retrieving revision 1.164
78 diff -u -r1.163 -r1.164
79 --- ChangeLog 17 Apr 2009 01:29:22 -0000 1.163
80 +++ ChangeLog 20 Apr 2009 05:01:45 -0000 1.164
81 @@ -1,6 +1,10 @@
82 # ChangeLog for dev-lang/mono
83 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.163 2009/04/17 01:29:22 loki_val Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.164 2009/04/20 05:01:45 loki_val Exp $
86 +
87 + 20 Apr 2009; Peter Alfredsen <loki_val@g.o> mono-2.0.1-r1,
88 + mono-2.2-r5, mono-2.4:
89 + Do not require kernel sources, warn if sources not found.
90
91 17 Apr 2009; Peter Alfredsen <loki_val@g.o> mono-2.0.1-r1.ebuild,
92 mono-2.2-r5.ebuild, mono-2.4.ebuild:
93
94
95
96 1.5 dev-lang/mono/mono-2.4.ebuild
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.4.ebuild?rev=1.5&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.4.ebuild?rev=1.5&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.4.ebuild?r1=1.4&r2=1.5
101
102 Index: mono-2.4.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.4.ebuild,v
105 retrieving revision 1.4
106 retrieving revision 1.5
107 diff -u -r1.4 -r1.5
108 --- mono-2.4.ebuild 17 Apr 2009 01:29:22 -0000 1.4
109 +++ mono-2.4.ebuild 20 Apr 2009 05:01:45 -0000 1.5
110 @@ -1,6 +1,6 @@
111 # Copyright 1999-2009 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.4.ebuild,v 1.4 2009/04/17 01:29:22 loki_val Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.4.ebuild,v 1.5 2009/04/20 05:01:45 loki_val Exp $
115
116 EAPI=2
117
118 @@ -45,14 +45,20 @@
119 if use kernel_linux
120 then
121 get_version
122 - require_configured_kernel
123 - if linux_chkconfig_present SYSVIPC
124 + if linux_config_exists
125 then
126 - einfo "CONFIG_SYSVIPC is set, looking good."
127 + if linux_chkconfig_present SYSVIPC
128 + then
129 + einfo "CONFIG_SYSVIPC is set, looking good."
130 + else
131 + eerror "If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling."
132 + eerror "See http://bugs.gentoo.org/261869 for more info."
133 + die "Please set CONFIG_SYSVIPC in your kernel .config"
134 + fi
135 else
136 - eerror "If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling."
137 - eerror "See http://bugs.gentoo.org/261869 for more info."
138 - die "Please set CONFIG_SYSVIPC in your kernel .config"
139 + ewarn "Was unable to determine your kernel .config"
140 + ewarn "Please note that if CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling."
141 + ewarn "See http://bugs.gentoo.org/261869 for more info."
142 fi
143 fi
144 }
145
146
147
148 1.6 dev-lang/mono/mono-2.0.1-r1.ebuild
149
150 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.0.1-r1.ebuild?rev=1.6&view=markup
151 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.0.1-r1.ebuild?rev=1.6&content-type=text/plain
152 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/mono-2.0.1-r1.ebuild?r1=1.5&r2=1.6
153
154 Index: mono-2.0.1-r1.ebuild
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.0.1-r1.ebuild,v
157 retrieving revision 1.5
158 retrieving revision 1.6
159 diff -u -r1.5 -r1.6
160 --- mono-2.0.1-r1.ebuild 17 Apr 2009 01:29:22 -0000 1.5
161 +++ mono-2.0.1-r1.ebuild 20 Apr 2009 05:01:45 -0000 1.6
162 @@ -1,6 +1,6 @@
163 # Copyright 1999-2009 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.0.1-r1.ebuild,v 1.5 2009/04/17 01:29:22 loki_val Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.0.1-r1.ebuild,v 1.6 2009/04/20 05:01:45 loki_val Exp $
167
168 EAPI=2
169
170 @@ -40,14 +40,20 @@
171 if use kernel_linux
172 then
173 get_version
174 - require_configured_kernel
175 - if linux_chkconfig_present SYSVIPC
176 + if linux_config_exists
177 then
178 - einfo "CONFIG_SYSVIPC is set, looking good."
179 + if linux_chkconfig_present SYSVIPC
180 + then
181 + einfo "CONFIG_SYSVIPC is set, looking good."
182 + else
183 + eerror "If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling."
184 + eerror "See http://bugs.gentoo.org/261869 for more info."
185 + die "Please set CONFIG_SYSVIPC in your kernel .config"
186 + fi
187 else
188 - eerror "If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling."
189 - eerror "See http://bugs.gentoo.org/261869 for more info."
190 - die "Please set CONFIG_SYSVIPC in your kernel .config"
191 + ewarn "Was unable to determine your kernel .config"
192 + ewarn "Please note that if CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling."
193 + ewarn "See http://bugs.gentoo.org/261869 for more info."
194 fi
195 fi
196 }