Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-util/nunit/
Date: Fri, 02 Jun 2017 08:20:00
Message-Id: 1495989314.9cc12ede54f7a784c30bce704bc7d06c82963b42.cynede@gentoo
1 commit: 9cc12ede54f7a784c30bce704bc7d06c82963b42
2 Author: ArsenShnurkov <ArsenShnurkov <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun May 28 16:35:14 2017 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 16:35:14 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=9cc12ede
7
8 name of exe in wrapper fixed
9
10 dev-util/nunit/nunit-3.0.1-r2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-util/nunit/nunit-3.0.1-r2.ebuild b/dev-util/nunit/nunit-3.0.1-r2.ebuild
14 index af165c1..a5cd7fd 100644
15 --- a/dev-util/nunit/nunit-3.0.1-r2.ebuild
16 +++ b/dev-util/nunit/nunit-3.0.1-r2.ebuild
17 @@ -100,7 +100,7 @@ src_install() {
18 doins bin/${DIR}/*.mdb
19 fi
20
21 - make_wrapper nunit "mono ${SLOTTEDDIR}/nunit-console.exe"
22 + make_wrapper nunit "mono ${SLOTTEDDIR}/nunit3-console.exe"
23
24 # https://stackoverflow.com/questions/36430417/is-there-a-nunit-console-runner-dll-for-nunit-3-0
25 # egacinstall "${S}/bin/${DIR}/nunit-console-runner.dll"