tomwij      14/03/19 09:29:38

  Modified:             mono-3.2.8.ebuild ChangeLog
  Log:
  Temporarily remove broken test 883; fixes bug #504108, reported by eroen.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.2.8.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.2.8.ebuild?r1=1.1&r2=1.2

Index: mono-3.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mono-3.2.8.ebuild   27 Feb 2014 06:38:21 -0000      1.1
+++ mono-3.2.8.ebuild   19 Mar 2014 09:29:38 -0000      1.2
@@ -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.1 
2014/02/27 06:38:21 cynede Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.2.8.ebuild,v 1.2 
2014/03/19 09:29:38 tomwij Exp $
 
 EAPI="5"
 AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
@@ -62,6 +62,10 @@
        # Remove this at your own peril. Mono will barf in unexpected ways.
        append-flags -fno-strict-aliasing
 
+       # Bug #504108, dlls/test-883.il unexisting; TODO: Figure out how to 
make it.
+       epatch "${FILESDIR}"/${P}-disable-missing-test.patch
+       rm mcs/tests/test-883{,-lib}.cs|| die
+
        autotools-utils_src_prepare
 }
 



1.259                dev-lang/mono/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.259&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.259&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?r1=1.258&r2=1.259

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v
retrieving revision 1.258
retrieving revision 1.259
diff -u -r1.258 -r1.259
--- ChangeLog   27 Feb 2014 06:38:21 -0000      1.258
+++ ChangeLog   19 Mar 2014 09:29:38 -0000      1.259
@@ -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.258 2014/02/27 
06:38:21 cynede Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.259 2014/03/19 
09:29:38 tomwij Exp $
+
+  19 Mar 2014; Tom Wijsman <tom...@gentoo.org>
+  +files/mono-3.2.8-disable-missing-test.patch, mono-3.2.8.ebuild:
+  Temporarily remove broken test 883; fixes bug #504108, reported by eroen.
 
 *mono-3.2.8 (27 Feb 2014)
 




Reply via email to