Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mono: mono-3.0.7.ebuild ChangeLog
Date: Mon, 26 Aug 2013 12:04:47
Message-Id: 20130826120431.14B722004C@flycatcher.gentoo.org
1 patrick 13/08/26 12:04:31
2
3 Modified: mono-3.0.7.ebuild ChangeLog
4 Log:
5 Neuter futile kernel check so that things make a little more sense
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 dev-lang/mono/mono-3.0.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild?r1=1.2&r2=1.3
15
16 Index: mono-3.0.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mono-3.0.7.ebuild 24 May 2013 19:58:52 -0000 1.2
23 +++ mono-3.0.7.ebuild 26 Aug 2013 12:04:30 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild,v 1.2 2013/05/24 19:58:52 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild,v 1.3 2013/08/26 12:04:30 patrick Exp $
29
30 EAPI="5"
31 AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
32 @@ -33,7 +33,7 @@
33 pkg_pretend() {
34 # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling.
35 # See http://bugs.gentoo.org/261869 for more info."
36 - CONFIG_CHECK="SYSVIPC"
37 + CONFIG_CHECK="~SYSVIPC"
38 use kernel_linux && check_extra_config
39 }
40
41
42
43
44 1.255 dev-lang/mono/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.255&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?rev=1.255&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/mono/ChangeLog?r1=1.254&r2=1.255
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v
53 retrieving revision 1.254
54 retrieving revision 1.255
55 diff -u -r1.254 -r1.255
56 --- ChangeLog 24 May 2013 19:58:52 -0000 1.254
57 +++ ChangeLog 26 Aug 2013 12:04:30 -0000 1.255
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-lang/mono
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.254 2013/05/24 19:58:52 pacho Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.255 2013/08/26 12:04:30 patrick Exp $
63 +
64 + 26 Aug 2013; Patrick Lauer <patrick@g.o> mono-3.0.7.ebuild:
65 + Neuter futile kernel check so that things make a little more sense
66
67 24 May 2013; Pacho Ramos <pacho@g.o> mono-3.0.7.ebuild:
68 Drop all .la files again