zerochaos 14/11/18 02:45:27
Modified: mono-3.2.8.ebuild mono-3.2.3.ebuild
mono-2.10.9-r2.ebuild ChangeLog
Log:
fix for bug #513852, kernel checks should not be fatal
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key
DD11F94A)
Revision Changes Path
1.3 dev-lang/mono/mono-3.2.8.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.2.8.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.2.8.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.2.8.ebuild?r1=1.2&r2=1.3
Index: mono-3.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mono-3.2.8.ebuild 19 Mar 2014 09:29:38 -0000 1.2
+++ mono-3.2.8.ebuild 18 Nov 2014 02:45:27 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.8.ebuild,v 1.2
2014/03/19 09:29:38 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.8.ebuild,v 1.3
2014/11/18 02:45:27 zerochaos Exp $
EAPI="5"
AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
@@ -36,7 +36,7 @@
pkg_pretend() {
# If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang
while compiling.
# See http://bugs.gentoo.org/261869 for more info."
- CONFIG_CHECK="SYSVIPC"
+ CONFIG_CHECK="~SYSVIPC"
use kernel_linux && check_extra_config
}
1.3 dev-lang/mono/mono-3.2.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.2.3.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.2.3.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.2.3.ebuild?r1=1.2&r2=1.3
Index: mono-3.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mono-3.2.3.ebuild 26 Sep 2013 14:02:55 -0000 1.2
+++ mono-3.2.3.ebuild 18 Nov 2014 02:45:27 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.3.ebuild,v 1.2
2013/09/26 14:02:55 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.3.ebuild,v 1.3
2014/11/18 02:45:27 zerochaos Exp $
EAPI="5"
AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
@@ -36,7 +36,7 @@
pkg_pretend() {
# If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang
while compiling.
# See http://bugs.gentoo.org/261869 for more info."
- CONFIG_CHECK="SYSVIPC"
+ CONFIG_CHECK="~SYSVIPC"
use kernel_linux && check_extra_config
}
1.6 dev-lang/mono/mono-2.10.9-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild?r1=1.5&r2=1.6
Index: mono-2.10.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mono-2.10.9-r2.ebuild 23 Feb 2013 15:52:33 -0000 1.5
+++ mono-2.10.9-r2.ebuild 18 Nov 2014 02:45:27 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild,v 1.5
2013/02/23 15:52:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.10.9-r2.ebuild,v 1.6
2014/11/18 02:45:27 zerochaos Exp $
EAPI="4"
@@ -44,7 +44,7 @@
else
eerror "If CONFIG_SYSVIPC is not set in your
kernel .config, mono will hang while compiling."
eerror "See http://bugs.gentoo.org/261869 for
more info."
- die "Please set CONFIG_SYSVIPC in your kernel
.config"
+ eerror "Please set CONFIG_SYSVIPC in your
kernel .config if build fails."
fi
else
ewarn "Was unable to determine your kernel .config"
1.260 dev-lang/mono/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.260&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.260&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?r1=1.259&r2=1.260
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -r1.259 -r1.260
--- ChangeLog 19 Mar 2014 09:29:38 -0000 1.259
+++ ChangeLog 18 Nov 2014 02:45:27 -0000 1.260
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/mono
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.259 2014/03/19
09:29:38 tomwij Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.260 2014/11/18
02:45:27 zerochaos Exp $
+
+ 18 Nov 2014; Rick Farina <[email protected]> mono-2.10.9-r2.ebuild,
+ mono-3.2.3.ebuild, mono-3.2.8.ebuild:
+ fix for bug #513852, kernel checks should not be fatal
19 Mar 2014; Tom Wijsman <[email protected]>
+files/mono-3.2.8-disable-missing-test.patch, mono-3.2.8.ebuild: