Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/
Date: Sat, 01 Aug 2015 13:22:13
Message-Id: 1438431626.f93d2eaf5f5c1e260f8d4f7d6ea7812a2966f783.cynede@gentoo
1 commit: f93d2eaf5f5c1e260f8d4f7d6ea7812a2966f783
2 Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
3 AuthorDate: Sat Aug 1 12:20:26 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 12:20:26 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=f93d2eaf
7
8 mono-4.0.2.5: Minor whitespace and comment tidy-up
9
10 dev-lang/mono/mono-4.0.2.5.ebuild | 7 +++++--
11 1 file changed, 5 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild
14 index 6a73568..7ee376d 100644
15 --- a/dev-lang/mono/mono-4.0.2.5.ebuild
16 +++ b/dev-lang/mono/mono-4.0.2.5.ebuild
17 @@ -21,7 +21,7 @@ IUSE="nls minimal pax_kernel xen doc"
18
19 COMMONDEPEND="
20 !minimal? ( >=dev-dotnet/libgdiplus-2.10 )
21 - ia64? ( sys-libs/libunwind )
22 + ia64? ( sys-libs/libunwind )
23 nls? ( sys-devel/gettext )
24 "
25 RDEPEND="${COMMONDEPEND}
26 @@ -34,6 +34,7 @@ DEPEND="${COMMONDEPEND}
27 "
28
29 MAKEOPTS="${MAKEOPTS} -j1" #nowarn
30 +
31 S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
32
33 pkg_pretend() {
34 @@ -62,7 +63,8 @@ src_prepare() {
35 # mono build system can fail otherwise
36 strip-flags
37
38 - #fix vb targets http://osdir.com/ml/general/2015-05/msg20808.html
39 + # Fix VB targets
40 + # http://osdir.com/ml/general/2015-05/msg20808.html
41 epatch "${FILESDIR}/add_missing_vb_portable_targets.patch"
42
43 # Fix build on big-endian machines
44 @@ -74,6 +76,7 @@ src_prepare() {
45 epatch "${FILESDIR}/${P}-fix-mono-dis-makefile-am-when-without-sgen.patch"
46
47 autotools-utils_src_prepare
48 +
49 epatch "${FILESDIR}/systemweb3.patch"
50 }