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:00
Message-Id: 1438428043.c90561cfd076f44422b831985c49e07c1a34ad13.cynede@gentoo
1 commit: c90561cfd076f44422b831985c49e07c1a34ad13
2 Author: Ron MacNeil <macro <AT> hotmail <DOT> com>
3 AuthorDate: Sat Aug 1 10:10:35 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 11:20:43 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c90561cf
7
8 mono-4.0.2.5: Compute ${S} with versionator instead of hard-coding
9
10 dev-lang/mono/mono-4.0.2.5.ebuild | 4 ++--
11 1 file changed, 2 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 8a028fe..6e9779d 100644
15 --- a/dev-lang/mono/mono-4.0.2.5.ebuild
16 +++ b/dev-lang/mono/mono-4.0.2.5.ebuild
17 @@ -6,7 +6,7 @@ EAPI=5
18 AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
19 AUTOTOOLS_AUTORECONF=1
20
21 -inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils
22 +inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils versionator
23
24 DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter"
25 HOMEPAGE="http://www.mono-project.com/Main_Page"
26 @@ -34,7 +34,7 @@ DEPEND="${COMMONDEPEND}
27 "
28
29 MAKEOPTS="${MAKEOPTS} -j1" #nowarn
30 -S="${WORKDIR}/${PN}-4.0.2"
31 +S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"
32
33 pkg_pretend() {
34 # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling.