From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A40AD1384B3 for ; Sat, 1 Aug 2015 13:22:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DCE01404D; Sat, 1 Aug 2015 13:21:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5932014050 for ; Sat, 1 Aug 2015 13:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C0EF340914 for ; Sat, 1 Aug 2015 13:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 558D8117 for ; Sat, 1 Aug 2015 13:21:55 +0000 (UTC) From: "Heather Cynede" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Heather Cynede" Message-ID: <1438428043.c90561cfd076f44422b831985c49e07c1a34ad13.cynede@gentoo> Subject: [gentoo-commits] proj/dotnet:master commit in: dev-lang/mono/ X-VCS-Repository: proj/dotnet X-VCS-Files: dev-lang/mono/mono-4.0.2.5.ebuild X-VCS-Directories: dev-lang/mono/ X-VCS-Committer: cynede X-VCS-Committer-Name: Heather Cynede X-VCS-Revision: c90561cfd076f44422b831985c49e07c1a34ad13 X-VCS-Branch: master Date: Sat, 1 Aug 2015 13:21:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8a2344bf-5257-44a7-82c0-c8a5e6bac260 X-Archives-Hash: 611e068b53116141306ce70cef33bacb commit: c90561cfd076f44422b831985c49e07c1a34ad13 Author: Ron MacNeil hotmail com> AuthorDate: Sat Aug 1 10:10:35 2015 +0000 Commit: Heather Cynede gentoo org> CommitDate: Sat Aug 1 11:20:43 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=c90561cf mono-4.0.2.5: Compute ${S} with versionator instead of hard-coding dev-lang/mono/mono-4.0.2.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/mono/mono-4.0.2.5.ebuild b/dev-lang/mono/mono-4.0.2.5.ebuild index 8a028fe..6e9779d 100644 --- a/dev-lang/mono/mono-4.0.2.5.ebuild +++ b/dev-lang/mono/mono-4.0.2.5.ebuild @@ -6,7 +6,7 @@ EAPI=5 AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" AUTOTOOLS_AUTORECONF=1 -inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils +inherit eutils linux-info mono-env flag-o-matic pax-utils autotools-utils versionator DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" HOMEPAGE="http://www.mono-project.com/Main_Page" @@ -34,7 +34,7 @@ DEPEND="${COMMONDEPEND} " MAKEOPTS="${MAKEOPTS} -j1" #nowarn -S="${WORKDIR}/${PN}-4.0.2" +S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)" pkg_pretend() { # If CONFIG_SYSVIPC is not set in your kernel .config, mono will hang while compiling.