public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/files/, dev-dotnet/nunit/
@ 2015-08-18  9:35 Heather Cynede
  0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-08-18  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     6edc7e0e9182cc3c8b99385ef75ead5dcdae95d1
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Tue Aug 18 08:18:23 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:26:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=6edc7e0e

teting projects was removed

 dev-dotnet/nunit/files/nunit.linux.sln.nuspec      | 31 ++++++++++++++++++++++
 .../nunit/files/removing-2.0-compatibiility.patch  | 29 ++++++++++++++++++++
 ...508170.ebuild => nunit-3.0.0-r201508180.ebuild} |  7 +++--
 3 files changed, 65 insertions(+), 2 deletions(-)

diff --git a/dev-dotnet/nunit/files/nunit.linux.sln.nuspec b/dev-dotnet/nunit/files/nunit.linux.sln.nuspec
new file mode 100644
index 0000000..cc30807
--- /dev/null
+++ b/dev-dotnet/nunit/files/nunit.linux.sln.nuspec
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+  <metadata>
+    <id>NUnit</id>
+    <title>NUnit Version 3</title>
+    <version>3.0.0</version>
+    <authors>Charlie Poole</authors>
+    <owners>Charlie Poole</owners>
+    <licenseUrl>http://nunit.org/nuget/nunit3-license.txt</licenseUrl>
+    <projectUrl>http://nunit.org</projectUrl>
+    <iconUrl>http://nunit.org/nuget/nunitv3_32x32.png</iconUrl>
+    <requireLicenseAcceptance>false</requireLicenseAcceptance>
+    <summary>NUnit is a unit-testing framework for all .Net languages with a strong TDD focus.</summary>
+    <description>NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests.&#10;&#13;This package includes the NUnit 3.0 framework assembly, which is referenced by your tests. You will need to install version 3.0 of the nunit-console program or a third-party runner that supports NUnit 3.0 in order to execute tests. Runners intended for use with NUnit 2.x will not run 3.0 tests correctly.&#10;&#13;This is an beta release, but is ready for production use for people with prior NUnit experience.</description>
+    <releaseNotes>This package includes the NUnit 3.0 framework assembly, which is referenced by your tests. You will need to install version 3.0 of the nunit-console program or a third-party runner that supports NUnit 3.0 in order to execute tests. Runners intended for use with NUnit 2.x will not run 3.0 tests correctly.&#10;&#13;This is an beta release, but is ready for production use for people with prior NUnit experience.</releaseNotes>
+    <language>en-US</language>
+    <tags>nunit test testing tdd framework fluent assert theory plugin addin</tags>
+    <copyright>Copyright (c) 2015 Charlie Poole</copyright>
+  </metadata>
+  <files>
+    <file src="LICENSE.txt" />
+    <file src="NOTICES.txt" />
+    <file src="CHANGES.txt" />
+    <file src="bin/$Configuration$/net-2.0/nunit.framework.dll" target="lib/net20" />
+    <file src="bin/$Configuration$/net-2.0/nunit.framework.xml" target="lib/net20" />
+    <file src="bin/$Configuration$/net-4.0/nunit.framework.dll" target="lib/net40" />
+    <file src="bin/$Configuration$/net-4.0/nunit.framework.xml" target="lib/net40" />
+    <file src="bin/$Configuration$/net-4.5/nunit.framework.dll" target="lib/net45" />
+    <file src="bin/$Configuration$/net-4.5/nunit.framework.xml" target="lib/net45" />
+  </files>
+</package>

diff --git a/dev-dotnet/nunit/files/removing-2.0-compatibiility.patch b/dev-dotnet/nunit/files/removing-2.0-compatibiility.patch
new file mode 100644
index 0000000..56ff347
--- /dev/null
+++ b/dev-dotnet/nunit/files/removing-2.0-compatibiility.patch
@@ -0,0 +1,29 @@
+diff --git a/src/NUnitEngine/mono-addins/Mono.Addins.csproj b/src/NUnitEngine/mono-addins/Mono.Addins.csproj
+index cb09546..7536d46 100644
+--- a/src/NUnitEngine/mono-addins/Mono.Addins.csproj
++++ b/src/NUnitEngine/mono-addins/Mono.Addins.csproj
+@@ -43,24 +41,6 @@
+   </ItemGroup>
+   <ItemGroup>
+     <Compile Include="AssemblyInfo.cs" />
+-    <Compile Include="Compatibility\Check.cs" />
+-    <Compile Include="Compatibility\Enumerable.cs" />
+-    <Compile Include="Compatibility\ExtensionAttribute.cs" />
+-    <Compile Include="Compatibility\Funcs.cs" />
+-    <Compile Include="Compatibility\Grouping.cs" />
+-    <Compile Include="Compatibility\HashPrimeNumbers.cs" />
+-    <Compile Include="Compatibility\HashSet.cs" />
+-    <Compile Include="Compatibility\IGrouping.cs" />
+-    <Compile Include="Compatibility\ILookup_T.cs" />
+-    <Compile Include="Compatibility\IOrderedEnumerable_T.cs" />
+-    <Compile Include="Compatibility\Lookup.cs" />
+-    <Compile Include="Compatibility\OrderedEnumerable.cs" />
+-    <Compile Include="Compatibility\OrderedSequence.cs" />
+-    <Compile Include="Compatibility\QuickSort.cs" />
+-    <Compile Include="Compatibility\SortContext.cs" />
+-    <Compile Include="Compatibility\SortDirection.cs" />
+-    <Compile Include="Compatibility\SortSequenceContext.cs" />
+-    <Compile Include="Compatibility\Tuple.cs" />
+     <Compile Include="Mono.Addins\ExtensionNode.cs" />
+     <Compile Include="Mono.Addins\ExtensionTree.cs" />
+     <Compile Include="Mono.Addins\TreeNode.cs" />

diff --git a/dev-dotnet/nunit/nunit-3.0.0-r201508170.ebuild b/dev-dotnet/nunit/nunit-3.0.0-r201508180.ebuild
similarity index 88%
rename from dev-dotnet/nunit/nunit-3.0.0-r201508170.ebuild
rename to dev-dotnet/nunit/nunit-3.0.0-r201508180.ebuild
index bbce6fd..56111fe 100644
--- a/dev-dotnet/nunit/nunit-3.0.0-r201508170.ebuild
+++ b/dev-dotnet/nunit/nunit-3.0.0-r201508180.ebuild
@@ -8,7 +8,7 @@ inherit mono-env nuget dotnet
 NAME="nunit"
 HOMEPAGE="https://github.com/nunit/${NAME}"
 
-EGIT_COMMIT="f23c6a0c27c37472e12dfc6703998fbab7ed6505"
+EGIT_COMMIT="1a9cf07e4010f81ba3242cd19f40c73884a19ff4"
 SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${PF}.zip"
 S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
 
@@ -25,6 +25,8 @@ RDEPEND=">=dev-lang/mono-4.0.2.5
 DEPEND="${RDEPEND}
 "
 
+FRAMEWORK=4.5
+
 S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
 SLN_FILE=nunit.linux.sln
 METAFILETOBUILD="${S}/${SLN_FILE}"
@@ -32,6 +34,7 @@ METAFILETOBUILD="${S}/${SLN_FILE}"
 src_prepare() {
 	chmod -R +rw "${S}" || die
 	epatch "${FILESDIR}/removing-tests.patch"
+	epatch "${FILESDIR}/removing-2.0-compatibiility.patch"
 	enuget_restore "${METAFILETOBUILD}"
 }
 
@@ -49,7 +52,7 @@ src_install() {
 	fi
 
 	insinto "/usr/share/nunit/"
-	doins build/${DIR}/*
+	doins bin/${DIR}/*
 
 	make_wrapper nunit "mono /usr/share/nunit/NUnit.exe"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/files/, dev-dotnet/nunit/
@ 2015-08-18  9:35 Heather Cynede
  0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-08-18  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d9891fccaef9190758350b0d080f9eb0619f08fe
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Mon Aug 17 17:09:24 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 08:26:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d9891fcc

removed some test projects which require external packages

 dev-dotnet/nunit/files/removing-tests.patch    | 213 +++++++++++++++++++++++++
 dev-dotnet/nunit/nunit-3.0.0-r201508170.ebuild |   2 +
 2 files changed, 215 insertions(+)

diff --git a/dev-dotnet/nunit/files/removing-tests.patch b/dev-dotnet/nunit/files/removing-tests.patch
new file mode 100644
index 0000000..7d5deed
--- /dev/null
+++ b/dev-dotnet/nunit/files/removing-tests.patch
@@ -0,0 +1,213 @@
+diff --git a/nunit.linux.sln b/nunit.linux.sln
+index 2049c3f..9594bdc 100644
+--- a/nunit.linux.sln
++++ b/nunit.linux.sln
+@@ -9,12 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework-2.0", "src\
+ EndProject
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mock-nunit-assembly-2.0", "src\NUnitFramework\mock-assembly\mock-nunit-assembly-2.0.csproj", "{2E368281-3BA8-4050-B05E-0E0E43F8F446}"
+ EndProject
+-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.testdata-2.0", "src\NUnitFramework\testdata\nunit.testdata-2.0.csproj", "{15B64946-4989-4873-915C-3E181772FA03}"
+-EndProject
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "slow-nunit-tests-2.0", "src\NUnitFramework\slow-tests\slow-nunit-tests-2.0.csproj", "{B0791F6D-5D14-40DD-A2CB-5D2A97892693}"
+ EndProject
+-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework.tests-2.0", "src\NUnitFramework\tests\nunit.framework.tests-2.0.csproj", "{EA9871E3-9972-4476-821E-3961C28125E8}"
+-EndProject
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite.runner-2.0", "src\NUnitFramework\nunitlite.runner\nunitlite.runner-2.0.csproj", "{28C7B9D6-BE1F-45E5-952C-0D5C9CA3EFDF}"
+ EndProject
+ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NET-4.0", "NET-4.0", "{83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}"
+@@ -25,10 +21,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mock-nunit-assembly-4.0", "
+ EndProject
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "slow-nunit-tests-4.0", "src\NUnitFramework\slow-tests\slow-nunit-tests-4.0.csproj", "{1D38AEC8-F5C0-4B1C-A0AE-18F4015A2E78}"
+ EndProject
+-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.testdata-4.0", "src\NUnitFramework\testdata\nunit.testdata-4.0.csproj", "{A35E6AD6-6D46-41E1-8DB1-A41086793893}"
+-EndProject
+-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework.tests-4.0", "src\NUnitFramework\tests\nunit.framework.tests-4.0.csproj", "{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}"
+-EndProject
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite.runner-4.0", "src\NUnitFramework\nunitlite.runner\nunitlite.runner-4.0.csproj", "{DBD0C8B0-BE4E-4CBF-AAD4-44BEA2EA830B}"
+ EndProject
+ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NET-4.5", "NET-4.5", "{7B573D52-181D-482F-A61C-82E543B3E958}"
+@@ -39,10 +31,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mock-nunit-assembly-4.5", "
+ EndProject
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "slow-nunit-tests-4.5", "src\NUnitFramework\slow-tests\slow-nunit-tests-4.5.csproj", "{705FBD41-77A9-4FE7-A6C1-85026F2DDA09}"
+ EndProject
+-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.testdata-4.5", "src\NUnitFramework\testdata\nunit.testdata-4.5.csproj", "{E7541163-D7BB-4E9A-A722-D7737B7A2995}"
+-EndProject
+-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework.tests-4.5", "src\NUnitFramework\tests\nunit.framework.tests-4.5.csproj", "{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}"
+-EndProject
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite.runner-4.5", "src\NUnitFramework\nunitlite.runner\nunitlite.runner-4.5.csproj", "{46EC0BC1-8F51-4B4D-B967-2EE452EA68FC}"
+ EndProject
+ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49D441DF-39FD-4F4D-AECA-86CF8EFE23AF}"
+@@ -87,8 +75,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "addin-tests", "src\NUnitEng
+ EndProject
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.v2.driver", "src\NUnitEngine\Addins\nunit.v2.driver\nunit.v2.driver.csproj", "{379058E2-E834-4CC7-B5CD-AC8DFCF82AEA}"
+ EndProject
+-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.v2.driver.tests", "src\NUnitEngine\Addins\nunit.v2.driver.tests\nunit.v2.driver.tests.csproj", "{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}"
+-EndProject
+ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NUnitConsole", "NUnitConsole", "{576DB1E6-C5EC-4FEF-A826-EC19D8BEE572}"
+ EndProject
+ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit-console", "src\NUnitConsole\nunit-console\nunit-console.csproj", "{0DE218CA-AFB8-423A-9CD2-E22DEAC55C46}"
+@@ -107,18 +93,6 @@ Global
+ 		Release|x64 = Release|x64
+ 	EndGlobalSection
+ 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|Any CPU.Build.0 = Debug|Any CPU
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|Win32.ActiveCfg = Debug|Any CPU
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|x64.ActiveCfg = Debug|Any CPU
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|Any CPU.ActiveCfg = Release|Any CPU
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|Any CPU.Build.0 = Release|Any CPU
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|Win32.ActiveCfg = Release|Any CPU
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|x64.ActiveCfg = Release|Any CPU
+ 		{0DE218CA-AFB8-423A-9CD2-E22DEAC55C46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ 		{0DE218CA-AFB8-423A-9CD2-E22DEAC55C46}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ 		{0DE218CA-AFB8-423A-9CD2-E22DEAC55C46}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+@@ -143,18 +117,6 @@ Global
+ 		{12B66B03-90F1-4992-BD33-BDF3C69AE49E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ 		{12B66B03-90F1-4992-BD33-BDF3C69AE49E}.Release|Win32.ActiveCfg = Release|Any CPU
+ 		{12B66B03-90F1-4992-BD33-BDF3C69AE49E}.Release|x64.ActiveCfg = Release|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Debug|Any CPU.Build.0 = Debug|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Debug|Win32.ActiveCfg = Debug|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Debug|x64.ActiveCfg = Debug|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Release|Any CPU.ActiveCfg = Release|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Release|Any CPU.Build.0 = Release|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Release|Win32.ActiveCfg = Release|Any CPU
+-		{15B64946-4989-4873-915C-3E181772FA03}.Release|x64.ActiveCfg = Release|Any CPU
+ 		{1D38AEC8-F5C0-4B1C-A0AE-18F4015A2E78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ 		{1D38AEC8-F5C0-4B1C-A0AE-18F4015A2E78}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ 		{1D38AEC8-F5C0-4B1C-A0AE-18F4015A2E78}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+@@ -251,18 +213,6 @@ Global
+ 		{46EC0BC1-8F51-4B4D-B967-2EE452EA68FC}.Release|Win32.Build.0 = Release|Any CPU
+ 		{46EC0BC1-8F51-4B4D-B967-2EE452EA68FC}.Release|x64.ActiveCfg = Release|Any CPU
+ 		{46EC0BC1-8F51-4B4D-B967-2EE452EA68FC}.Release|x64.Build.0 = Release|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|Win32.ActiveCfg = Debug|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|x64.ActiveCfg = Debug|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|Any CPU.Build.0 = Release|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|Win32.ActiveCfg = Release|Any CPU
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|x64.ActiveCfg = Release|Any CPU
+ 		{6A281C98-B74D-403B-8536-966871B992E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ 		{6A281C98-B74D-403B-8536-966871B992E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ 		{6A281C98-B74D-403B-8536-966871B992E3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+@@ -347,18 +297,6 @@ Global
+ 		{96181317-7B6F-49F0-B283-6E804D41C8AF}.Release|Win32.Build.0 = Release|Any CPU
+ 		{96181317-7B6F-49F0-B283-6E804D41C8AF}.Release|x64.ActiveCfg = Release|Any CPU
+ 		{96181317-7B6F-49F0-B283-6E804D41C8AF}.Release|x64.Build.0 = Release|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|Any CPU.Build.0 = Debug|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|Win32.ActiveCfg = Debug|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|x64.ActiveCfg = Debug|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|Any CPU.ActiveCfg = Release|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|Any CPU.Build.0 = Release|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|Win32.ActiveCfg = Release|Any CPU
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|x64.ActiveCfg = Release|Any CPU
+ 		{AECFA3FB-E55A-4151-9DEA-F715FBB972BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ 		{AECFA3FB-E55A-4151-9DEA-F715FBB972BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ 		{AECFA3FB-E55A-4151-9DEA-F715FBB972BA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+@@ -399,22 +337,6 @@ Global
+ 		{B310A760-8AE1-41CA-81F8-03B12E2FCE30}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+ 		{B310A760-8AE1-41CA-81F8-03B12E2FCE30}.Release|Win32.ActiveCfg = Release|Any CPU
+ 		{B310A760-8AE1-41CA-81F8-03B12E2FCE30}.Release|x64.ActiveCfg = Release|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Win32.ActiveCfg = Debug|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Win32.Build.0 = Debug|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|x64.ActiveCfg = Debug|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|x64.Build.0 = Debug|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Any CPU.Build.0 = Release|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Win32.ActiveCfg = Release|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Win32.Build.0 = Release|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|x64.ActiveCfg = Release|Any CPU
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|x64.Build.0 = Release|Any CPU
+ 		{C2A8FC7A-FA64-46EA-AF6D-73D6B371DBF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ 		{C2A8FC7A-FA64-46EA-AF6D-73D6B371DBF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ 		{C2A8FC7A-FA64-46EA-AF6D-73D6B371DBF8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+@@ -507,30 +429,6 @@ Global
+ 		{E71A76CA-0089-4E1A-A7FB-210429DBED6E}.Release|Win32.Build.0 = Release|Any CPU
+ 		{E71A76CA-0089-4E1A-A7FB-210429DBED6E}.Release|x64.ActiveCfg = Release|Any CPU
+ 		{E71A76CA-0089-4E1A-A7FB-210429DBED6E}.Release|x64.Build.0 = Release|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|Any CPU.Build.0 = Debug|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|Win32.ActiveCfg = Debug|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|x64.ActiveCfg = Debug|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|Any CPU.ActiveCfg = Release|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|Any CPU.Build.0 = Release|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|Win32.ActiveCfg = Release|Any CPU
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|x64.ActiveCfg = Release|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Win32.ActiveCfg = Debug|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|x64.ActiveCfg = Debug|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|Any CPU.Build.0 = Release|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|Win32.ActiveCfg = Release|Any CPU
+-		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|x64.ActiveCfg = Release|Any CPU
+ 	EndGlobalSection
+ 	GlobalSection(NestedProjects) = preSolution
+ 		{64FE69B2-CE0B-4A47-83A3-9DE803851447} = {5D8A9D62-C11C-45B2-8965-43DE8160B558}
+@@ -538,21 +436,15 @@ Global
+ 		{7B573D52-181D-482F-A61C-82E543B3E958} = {5D8A9D62-C11C-45B2-8965-43DE8160B558}
+ 		{12B66B03-90F1-4992-BD33-BDF3C69AE49E} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
+ 		{2E368281-3BA8-4050-B05E-0E0E43F8F446} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
+-		{15B64946-4989-4873-915C-3E181772FA03} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
+ 		{B0791F6D-5D14-40DD-A2CB-5D2A97892693} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
+-		{EA9871E3-9972-4476-821E-3961C28125E8} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
+ 		{28C7B9D6-BE1F-45E5-952C-0D5C9CA3EFDF} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
+ 		{6A281C98-B74D-403B-8536-966871B992E3} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
+ 		{DDCE1AE3-AA0D-4E2D-AD1B-8CA322AFA7DD} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
+ 		{1D38AEC8-F5C0-4B1C-A0AE-18F4015A2E78} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
+-		{A35E6AD6-6D46-41E1-8DB1-A41086793893} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
+-		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
+ 		{DBD0C8B0-BE4E-4CBF-AAD4-44BEA2EA830B} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
+ 		{D209C368-1277-4EA6-A887-AA6EBA51AB99} = {7B573D52-181D-482F-A61C-82E543B3E958}
+ 		{C3264FF3-E2D7-48D7-93A7-CDC9A827AD9D} = {7B573D52-181D-482F-A61C-82E543B3E958}
+ 		{705FBD41-77A9-4FE7-A6C1-85026F2DDA09} = {7B573D52-181D-482F-A61C-82E543B3E958}
+-		{E7541163-D7BB-4E9A-A722-D7737B7A2995} = {7B573D52-181D-482F-A61C-82E543B3E958}
+-		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC} = {7B573D52-181D-482F-A61C-82E543B3E958}
+ 		{46EC0BC1-8F51-4B4D-B967-2EE452EA68FC} = {7B573D52-181D-482F-A61C-82E543B3E958}
+ 		{A972031D-2F61-4183-AF75-99EE1A9F6B32} = {49D441DF-39FD-4F4D-AECA-86CF8EFE23AF}
+ 		{775FAD50-3623-4922-97C4-DFB29A8BE4C7} = {31B45C4C-206F-4F31-9CC6-33BF11DFEE39}
+@@ -567,12 +459,10 @@ Global
+ 		{AECFA3FB-E55A-4151-9DEA-F715FBB972BA} = {2F9A950B-4B3D-4864-8595-116F46ECC53C}
+ 		{793CEC1B-D44D-4162-BE03-913BF1FDB458} = {2F9A950B-4B3D-4864-8595-116F46ECC53C}
+ 		{379058E2-E834-4CC7-B5CD-AC8DFCF82AEA} = {2F9A950B-4B3D-4864-8595-116F46ECC53C}
+-		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8} = {2F9A950B-4B3D-4864-8595-116F46ECC53C}
+ 		{0DE218CA-AFB8-423A-9CD2-E22DEAC55C46} = {576DB1E6-C5EC-4FEF-A826-EC19D8BEE572}
+ 		{B310A760-8AE1-41CA-81F8-03B12E2FCE30} = {576DB1E6-C5EC-4FEF-A826-EC19D8BEE572}
+ 	EndGlobalSection
+ 	GlobalSection(MonoDevelopProperties) = preSolution
+-		StartupItem = src\NUnitConsole\nunit-console\nunit-console.csproj
+ 		{28B605B2-E2E9-417E-8369-49E263F1F31B} = {31B45C4C-206F-4F31-9CC6-33BF11DFEE39}
+ 		{FFF45826-991F-465B-8A03-0E1DB7E8F38C} = {31B45C4C-206F-4F31-9CC6-33BF11DFEE39}
+ 		{11640C9F-03A3-456B-848D-9B4A126F9506} = {31B45C4C-206F-4F31-9CC6-33BF11DFEE39}

diff --git a/dev-dotnet/nunit/nunit-3.0.0-r201508170.ebuild b/dev-dotnet/nunit/nunit-3.0.0-r201508170.ebuild
index dd4cbbe..bbce6fd 100644
--- a/dev-dotnet/nunit/nunit-3.0.0-r201508170.ebuild
+++ b/dev-dotnet/nunit/nunit-3.0.0-r201508170.ebuild
@@ -30,6 +30,8 @@ SLN_FILE=nunit.linux.sln
 METAFILETOBUILD="${S}/${SLN_FILE}"
 
 src_prepare() {
+	chmod -R +rw "${S}" || die
+	epatch "${FILESDIR}/removing-tests.patch"
 	enuget_restore "${METAFILETOBUILD}"
 }
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/files/, dev-dotnet/nunit/
@ 2015-08-20 12:30 Heather Cynede
  0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-08-20 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8d952ffcbcef32c7546c491c6e9338e2494229a7
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Aug 19 11:19:31 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 11:19:31 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=8d952ffc

cut tests from NUnit.proj

 dev-dotnet/nunit/files/nunit.nuspec                |   2 +
 .../nunit/files/removing-tests-from-nproj.patch    |  12 ++
 dev-dotnet/nunit/files/removing-tests.patch        | 213 ---------------------
 .../nunit/nunit-3.0.0_beta3-r201508190.ebuild      |   5 +-
 4 files changed, 17 insertions(+), 215 deletions(-)

diff --git a/dev-dotnet/nunit/files/nunit.nuspec b/dev-dotnet/nunit/files/nunit.nuspec
index cc30807..32b9ac2 100644
--- a/dev-dotnet/nunit/files/nunit.nuspec
+++ b/dev-dotnet/nunit/files/nunit.nuspec
@@ -21,10 +21,12 @@
     <file src="LICENSE.txt" />
     <file src="NOTICES.txt" />
     <file src="CHANGES.txt" />
+<!--
     <file src="bin/$Configuration$/net-2.0/nunit.framework.dll" target="lib/net20" />
     <file src="bin/$Configuration$/net-2.0/nunit.framework.xml" target="lib/net20" />
     <file src="bin/$Configuration$/net-4.0/nunit.framework.dll" target="lib/net40" />
     <file src="bin/$Configuration$/net-4.0/nunit.framework.xml" target="lib/net40" />
+-->
     <file src="bin/$Configuration$/net-4.5/nunit.framework.dll" target="lib/net45" />
     <file src="bin/$Configuration$/net-4.5/nunit.framework.xml" target="lib/net45" />
   </files>

diff --git a/dev-dotnet/nunit/files/removing-tests-from-nproj.patch b/dev-dotnet/nunit/files/removing-tests-from-nproj.patch
new file mode 100644
index 0000000..8c117eb
--- /dev/null
+++ b/dev-dotnet/nunit/files/removing-tests-from-nproj.patch
@@ -0,0 +1,12 @@
+diff --git a/NUnit.proj b/NUnit.proj
+index 31e4dab..a964b88 100644
+--- a/NUnit.proj
++++ b/NUnit.proj
+@@ -659,7 +659,6 @@
+ 
+     <!-- Addin tests -->
+     <EngineProjects Include="$(AddinSrcDir)\addin-tests\addin-tests.csproj" />
+-    <EngineProjects Include="$(AddinSrcDir)\nunit.v2.driver.tests\nunit.v2.driver.tests.csproj" />
+ 
+   </ItemGroup>
+ 

diff --git a/dev-dotnet/nunit/files/removing-tests.patch b/dev-dotnet/nunit/files/removing-tests.patch
deleted file mode 100644
index 7d5deed..0000000
--- a/dev-dotnet/nunit/files/removing-tests.patch
+++ /dev/null
@@ -1,213 +0,0 @@
-diff --git a/nunit.linux.sln b/nunit.linux.sln
-index 2049c3f..9594bdc 100644
---- a/nunit.linux.sln
-+++ b/nunit.linux.sln
-@@ -9,12 +9,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework-2.0", "src\
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mock-nunit-assembly-2.0", "src\NUnitFramework\mock-assembly\mock-nunit-assembly-2.0.csproj", "{2E368281-3BA8-4050-B05E-0E0E43F8F446}"
- EndProject
--Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.testdata-2.0", "src\NUnitFramework\testdata\nunit.testdata-2.0.csproj", "{15B64946-4989-4873-915C-3E181772FA03}"
--EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "slow-nunit-tests-2.0", "src\NUnitFramework\slow-tests\slow-nunit-tests-2.0.csproj", "{B0791F6D-5D14-40DD-A2CB-5D2A97892693}"
- EndProject
--Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework.tests-2.0", "src\NUnitFramework\tests\nunit.framework.tests-2.0.csproj", "{EA9871E3-9972-4476-821E-3961C28125E8}"
--EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite.runner-2.0", "src\NUnitFramework\nunitlite.runner\nunitlite.runner-2.0.csproj", "{28C7B9D6-BE1F-45E5-952C-0D5C9CA3EFDF}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NET-4.0", "NET-4.0", "{83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}"
-@@ -25,10 +21,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mock-nunit-assembly-4.0", "
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "slow-nunit-tests-4.0", "src\NUnitFramework\slow-tests\slow-nunit-tests-4.0.csproj", "{1D38AEC8-F5C0-4B1C-A0AE-18F4015A2E78}"
- EndProject
--Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.testdata-4.0", "src\NUnitFramework\testdata\nunit.testdata-4.0.csproj", "{A35E6AD6-6D46-41E1-8DB1-A41086793893}"
--EndProject
--Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework.tests-4.0", "src\NUnitFramework\tests\nunit.framework.tests-4.0.csproj", "{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}"
--EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite.runner-4.0", "src\NUnitFramework\nunitlite.runner\nunitlite.runner-4.0.csproj", "{DBD0C8B0-BE4E-4CBF-AAD4-44BEA2EA830B}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NET-4.5", "NET-4.5", "{7B573D52-181D-482F-A61C-82E543B3E958}"
-@@ -39,10 +31,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mock-nunit-assembly-4.5", "
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "slow-nunit-tests-4.5", "src\NUnitFramework\slow-tests\slow-nunit-tests-4.5.csproj", "{705FBD41-77A9-4FE7-A6C1-85026F2DDA09}"
- EndProject
--Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.testdata-4.5", "src\NUnitFramework\testdata\nunit.testdata-4.5.csproj", "{E7541163-D7BB-4E9A-A722-D7737B7A2995}"
--EndProject
--Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework.tests-4.5", "src\NUnitFramework\tests\nunit.framework.tests-4.5.csproj", "{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}"
--EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite.runner-4.5", "src\NUnitFramework\nunitlite.runner\nunitlite.runner-4.5.csproj", "{46EC0BC1-8F51-4B4D-B967-2EE452EA68FC}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49D441DF-39FD-4F4D-AECA-86CF8EFE23AF}"
-@@ -87,8 +75,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "addin-tests", "src\NUnitEng
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.v2.driver", "src\NUnitEngine\Addins\nunit.v2.driver\nunit.v2.driver.csproj", "{379058E2-E834-4CC7-B5CD-AC8DFCF82AEA}"
- EndProject
--Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.v2.driver.tests", "src\NUnitEngine\Addins\nunit.v2.driver.tests\nunit.v2.driver.tests.csproj", "{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}"
--EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NUnitConsole", "NUnitConsole", "{576DB1E6-C5EC-4FEF-A826-EC19D8BEE572}"
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit-console", "src\NUnitConsole\nunit-console\nunit-console.csproj", "{0DE218CA-AFB8-423A-9CD2-E22DEAC55C46}"
-@@ -107,18 +93,6 @@ Global
- 		Release|x64 = Release|x64
- 	EndGlobalSection
- 	GlobalSection(ProjectConfigurationPlatforms) = postSolution
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|Any CPU.Build.0 = Debug|Any CPU
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|Win32.ActiveCfg = Debug|Any CPU
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Debug|x64.ActiveCfg = Debug|Any CPU
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|Any CPU.ActiveCfg = Release|Any CPU
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|Any CPU.Build.0 = Release|Any CPU
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|Mixed Platforms.Build.0 = Release|Any CPU
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|Win32.ActiveCfg = Release|Any CPU
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46}.Release|x64.ActiveCfg = Release|Any CPU
- 		{0DE218CA-AFB8-423A-9CD2-E22DEAC55C46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- 		{0DE218CA-AFB8-423A-9CD2-E22DEAC55C46}.Debug|Any CPU.Build.0 = Debug|Any CPU
- 		{0DE218CA-AFB8-423A-9CD2-E22DEAC55C46}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
-@@ -143,18 +117,6 @@ Global
- 		{12B66B03-90F1-4992-BD33-BDF3C69AE49E}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- 		{12B66B03-90F1-4992-BD33-BDF3C69AE49E}.Release|Win32.ActiveCfg = Release|Any CPU
- 		{12B66B03-90F1-4992-BD33-BDF3C69AE49E}.Release|x64.ActiveCfg = Release|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Debug|Any CPU.Build.0 = Debug|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Debug|Win32.ActiveCfg = Debug|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Debug|x64.ActiveCfg = Debug|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Release|Any CPU.ActiveCfg = Release|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Release|Any CPU.Build.0 = Release|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Release|Mixed Platforms.Build.0 = Release|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Release|Win32.ActiveCfg = Release|Any CPU
--		{15B64946-4989-4873-915C-3E181772FA03}.Release|x64.ActiveCfg = Release|Any CPU
- 		{1D38AEC8-F5C0-4B1C-A0AE-18F4015A2E78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- 		{1D38AEC8-F5C0-4B1C-A0AE-18F4015A2E78}.Debug|Any CPU.Build.0 = Debug|Any CPU
- 		{1D38AEC8-F5C0-4B1C-A0AE-18F4015A2E78}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
-@@ -251,18 +213,6 @@ Global
- 		{46EC0BC1-8F51-4B4D-B967-2EE452EA68FC}.Release|Win32.Build.0 = Release|Any CPU
- 		{46EC0BC1-8F51-4B4D-B967-2EE452EA68FC}.Release|x64.ActiveCfg = Release|Any CPU
- 		{46EC0BC1-8F51-4B4D-B967-2EE452EA68FC}.Release|x64.Build.0 = Release|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|Win32.ActiveCfg = Debug|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Debug|x64.ActiveCfg = Debug|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|Any CPU.Build.0 = Release|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|Win32.ActiveCfg = Release|Any CPU
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC}.Release|x64.ActiveCfg = Release|Any CPU
- 		{6A281C98-B74D-403B-8536-966871B992E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- 		{6A281C98-B74D-403B-8536-966871B992E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
- 		{6A281C98-B74D-403B-8536-966871B992E3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
-@@ -347,18 +297,6 @@ Global
- 		{96181317-7B6F-49F0-B283-6E804D41C8AF}.Release|Win32.Build.0 = Release|Any CPU
- 		{96181317-7B6F-49F0-B283-6E804D41C8AF}.Release|x64.ActiveCfg = Release|Any CPU
- 		{96181317-7B6F-49F0-B283-6E804D41C8AF}.Release|x64.Build.0 = Release|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|Any CPU.Build.0 = Debug|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|Win32.ActiveCfg = Debug|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Debug|x64.ActiveCfg = Debug|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|Any CPU.ActiveCfg = Release|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|Any CPU.Build.0 = Release|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|Mixed Platforms.Build.0 = Release|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|Win32.ActiveCfg = Release|Any CPU
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893}.Release|x64.ActiveCfg = Release|Any CPU
- 		{AECFA3FB-E55A-4151-9DEA-F715FBB972BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- 		{AECFA3FB-E55A-4151-9DEA-F715FBB972BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
- 		{AECFA3FB-E55A-4151-9DEA-F715FBB972BA}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
-@@ -399,22 +337,6 @@ Global
- 		{B310A760-8AE1-41CA-81F8-03B12E2FCE30}.Release|Mixed Platforms.Build.0 = Release|Any CPU
- 		{B310A760-8AE1-41CA-81F8-03B12E2FCE30}.Release|Win32.ActiveCfg = Release|Any CPU
- 		{B310A760-8AE1-41CA-81F8-03B12E2FCE30}.Release|x64.ActiveCfg = Release|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Win32.ActiveCfg = Debug|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|Win32.Build.0 = Debug|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|x64.ActiveCfg = Debug|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Debug|x64.Build.0 = Debug|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Any CPU.ActiveCfg = Release|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Any CPU.Build.0 = Release|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Win32.ActiveCfg = Release|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|Win32.Build.0 = Release|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|x64.ActiveCfg = Release|Any CPU
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8}.Release|x64.Build.0 = Release|Any CPU
- 		{C2A8FC7A-FA64-46EA-AF6D-73D6B371DBF8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- 		{C2A8FC7A-FA64-46EA-AF6D-73D6B371DBF8}.Debug|Any CPU.Build.0 = Debug|Any CPU
- 		{C2A8FC7A-FA64-46EA-AF6D-73D6B371DBF8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
-@@ -507,30 +429,6 @@ Global
- 		{E71A76CA-0089-4E1A-A7FB-210429DBED6E}.Release|Win32.Build.0 = Release|Any CPU
- 		{E71A76CA-0089-4E1A-A7FB-210429DBED6E}.Release|x64.ActiveCfg = Release|Any CPU
- 		{E71A76CA-0089-4E1A-A7FB-210429DBED6E}.Release|x64.Build.0 = Release|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|Any CPU.Build.0 = Debug|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|Win32.ActiveCfg = Debug|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Debug|x64.ActiveCfg = Debug|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|Any CPU.ActiveCfg = Release|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|Any CPU.Build.0 = Release|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|Mixed Platforms.Build.0 = Release|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|Win32.ActiveCfg = Release|Any CPU
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995}.Release|x64.ActiveCfg = Release|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Win32.ActiveCfg = Debug|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Debug|x64.ActiveCfg = Debug|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|Any CPU.Build.0 = Release|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|Win32.ActiveCfg = Release|Any CPU
--		{EA9871E3-9972-4476-821E-3961C28125E8}.Release|x64.ActiveCfg = Release|Any CPU
- 	EndGlobalSection
- 	GlobalSection(NestedProjects) = preSolution
- 		{64FE69B2-CE0B-4A47-83A3-9DE803851447} = {5D8A9D62-C11C-45B2-8965-43DE8160B558}
-@@ -538,21 +436,15 @@ Global
- 		{7B573D52-181D-482F-A61C-82E543B3E958} = {5D8A9D62-C11C-45B2-8965-43DE8160B558}
- 		{12B66B03-90F1-4992-BD33-BDF3C69AE49E} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
- 		{2E368281-3BA8-4050-B05E-0E0E43F8F446} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
--		{15B64946-4989-4873-915C-3E181772FA03} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
- 		{B0791F6D-5D14-40DD-A2CB-5D2A97892693} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
--		{EA9871E3-9972-4476-821E-3961C28125E8} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
- 		{28C7B9D6-BE1F-45E5-952C-0D5C9CA3EFDF} = {64FE69B2-CE0B-4A47-83A3-9DE803851447}
- 		{6A281C98-B74D-403B-8536-966871B992E3} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
- 		{DDCE1AE3-AA0D-4E2D-AD1B-8CA322AFA7DD} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
- 		{1D38AEC8-F5C0-4B1C-A0AE-18F4015A2E78} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
--		{A35E6AD6-6D46-41E1-8DB1-A41086793893} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
--		{08D0F53A-CD37-4060-B5A2-BCC202F0DE46} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
- 		{DBD0C8B0-BE4E-4CBF-AAD4-44BEA2EA830B} = {83154E24-B0DD-48E7-8BB5-55CF3D7B0FE3}
- 		{D209C368-1277-4EA6-A887-AA6EBA51AB99} = {7B573D52-181D-482F-A61C-82E543B3E958}
- 		{C3264FF3-E2D7-48D7-93A7-CDC9A827AD9D} = {7B573D52-181D-482F-A61C-82E543B3E958}
- 		{705FBD41-77A9-4FE7-A6C1-85026F2DDA09} = {7B573D52-181D-482F-A61C-82E543B3E958}
--		{E7541163-D7BB-4E9A-A722-D7737B7A2995} = {7B573D52-181D-482F-A61C-82E543B3E958}
--		{5B8B0EAB-3E74-48BB-8231-26E73B2019DC} = {7B573D52-181D-482F-A61C-82E543B3E958}
- 		{46EC0BC1-8F51-4B4D-B967-2EE452EA68FC} = {7B573D52-181D-482F-A61C-82E543B3E958}
- 		{A972031D-2F61-4183-AF75-99EE1A9F6B32} = {49D441DF-39FD-4F4D-AECA-86CF8EFE23AF}
- 		{775FAD50-3623-4922-97C4-DFB29A8BE4C7} = {31B45C4C-206F-4F31-9CC6-33BF11DFEE39}
-@@ -567,12 +459,10 @@ Global
- 		{AECFA3FB-E55A-4151-9DEA-F715FBB972BA} = {2F9A950B-4B3D-4864-8595-116F46ECC53C}
- 		{793CEC1B-D44D-4162-BE03-913BF1FDB458} = {2F9A950B-4B3D-4864-8595-116F46ECC53C}
- 		{379058E2-E834-4CC7-B5CD-AC8DFCF82AEA} = {2F9A950B-4B3D-4864-8595-116F46ECC53C}
--		{B6D3AEAE-ECDA-4047-A9BA-CC6DA3EBEDF8} = {2F9A950B-4B3D-4864-8595-116F46ECC53C}
- 		{0DE218CA-AFB8-423A-9CD2-E22DEAC55C46} = {576DB1E6-C5EC-4FEF-A826-EC19D8BEE572}
- 		{B310A760-8AE1-41CA-81F8-03B12E2FCE30} = {576DB1E6-C5EC-4FEF-A826-EC19D8BEE572}
- 	EndGlobalSection
- 	GlobalSection(MonoDevelopProperties) = preSolution
--		StartupItem = src\NUnitConsole\nunit-console\nunit-console.csproj
- 		{28B605B2-E2E9-417E-8369-49E263F1F31B} = {31B45C4C-206F-4F31-9CC6-33BF11DFEE39}
- 		{FFF45826-991F-465B-8A03-0E1DB7E8F38C} = {31B45C4C-206F-4F31-9CC6-33BF11DFEE39}
- 		{11640C9F-03A3-456B-848D-9B4A126F9506} = {31B45C4C-206F-4F31-9CC6-33BF11DFEE39}

diff --git a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
index bd40d60..754344d 100644
--- a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
+++ b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
@@ -34,7 +34,8 @@ METAFILETOBUILD="${S}/${FILE_TO_BUILD}"
 
 src_prepare() {
 	chmod -R +rw "${S}" || die
-	epatch "${FILESDIR}/removing-tests.patch"
+	#epatch "${FILESDIR}/removing-tests.patch"
+	epatch "${FILESDIR}/removing-tests-from-nproj.patch"
 	epatch "${FILESDIR}/removing-2.0-compatibiility.patch"
 	enuget_restore "${METAFILETOBUILD}"
 }
@@ -58,7 +59,7 @@ src_install() {
 	doins bin/${DIR}/*.{config,dll,exe}
 	# install: cannot stat 'bin/Release/*.mdb': No such file or directory
 	if use developer; then
-		doins bin/${DIR}/*.{mdb}
+		doins bin/${DIR}/*.mdb
 	fi
 
 #	into /usr


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/files/, dev-dotnet/nunit/
@ 2015-08-20 12:30 Heather Cynede
  0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-08-20 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     151eb68d1df495dbc9ba742026ae63e32e23b55c
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Aug 19 12:17:59 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 12:17:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=151eb68d

2.6.4 first attempt

 dev-dotnet/nunit/files/nunit-2.6.4.nuspec      | 24 ++++++++
 dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild | 76 ++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)

diff --git a/dev-dotnet/nunit/files/nunit-2.6.4.nuspec b/dev-dotnet/nunit/files/nunit-2.6.4.nuspec
new file mode 100644
index 0000000..9e0bdf3
--- /dev/null
+++ b/dev-dotnet/nunit/files/nunit-2.6.4.nuspec
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+		<id>NUnit</id>
+		<version>2.6.4</version>
+		<title>NUnit</title>
+		<authors>Charlie Poole</authors>
+		<owners>Charlie Poole</owners>
+		<licenseUrl>http://nunit.org/nuget/license.html</licenseUrl>
+		<projectUrl>http://nunit.org</projectUrl>
+		<iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl>
+		<requireLicenseAcceptance>false</requireLicenseAcceptance>
+		<summary>NUnit is a unit-testing framework for all .Net languages with a strong TDD focus.</summary>
+		<description>NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. A number of runners, both from the NUnit project and by third parties, are able to execute NUnit tests.&#10;&#13;Version 2.6 is the seventh major release of this well-known and well-tested programming tool.&#10;&#13;This package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.</description>
+		<releaseNotes>Version 2.6 is the seventh major release of NUnit.&#10;&#13;Unlike earlier versions, this package includes only the framework assembly. You will need to install the NUnit.Runners package unless you are using a third-party runner.&#10;&#13;The nunit.mocks assembly is now provided by the NUnit.Mocks package. The pnunit.framework assembly is provided by the pNUnit package.</releaseNotes>
+		<language>en-US</language>
+		<tags>nunit test testing tdd framework fluent assert theory plugin addin</tags>
+	</metadata>
+	<files>
+		<file src="license.txt" />
+		<file src="bin/$Configuration$/framework/nunit.framework.dll" target="lib" />
+		<file src="bin/$Configuration$/framework/nunit.framework.xml" target="lib" />
+	</files>
+</package>
\ No newline at end of file

diff --git a/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild b/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild
new file mode 100644
index 0000000..3f28217
--- /dev/null
+++ b/dev-dotnet/nunit/nunit-2.6.4-r201501110.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit mono-env nuget dotnet
+
+NAME="nunitv2"
+HOMEPAGE="https://github.com/nunit/${NAME}"
+
+EGIT_COMMIT="1b549f4f8b067518c7b54a5b263679adb83ccda4"
+SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${PF}.zip"
+S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
+
+SLOT="2" # NUnit V2 IS NO LONGER MAINTAINED OR UPDATED.
+
+DESCRIPTION="NUnit test suite for mono applications"
+LICENSE="BSD" # actually not, it is NUnit license - http://nunit.org/nuget/license.html
+KEYWORDS="~amd64 ~ppc ~x86"
+#USE_DOTNET="net20 net40 net45"
+USE_DOTNET="net45"
+IUSE="developer nupkg debug doc net45"
+USE="${USE} net45" # force FRAMEWORK=4.5
+
+RDEPEND=">=dev-lang/mono-4.0.2.5
+	dev-dotnet/nant[nupkg]
+"
+DEPEND="${RDEPEND}
+"
+
+S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
+FILE_TO_BUILD=nunit.sln
+METAFILETOBUILD="${S}/${FILE_TO_BUILD}"
+
+src_prepare() {
+	chmod -R +rw "${S}" || die
+	enuget_restore "${METAFILETOBUILD}"
+}
+
+src_compile() {
+	exbuild "${METAFILETOBUILD}"
+	enuspec "${FILESDIR}/${PN}-${PV}.nuspec"
+	# PN = Package name, for example vim.
+	# PV = Package version (excluding revision, if any), for example 6.3.
+}
+
+src_install() {
+	DIR=""
+	if use debug; then
+		DIR="Debug"
+	else
+		DIR="Release"
+	fi
+
+	SLOTTEDDIR="/usr/share/nunit-${SLOT}/"
+	insinto "${SLOTTEDDIR}"
+	doins bin/${DIR}/*.{config,dll,exe}
+	# install: cannot stat 'bin/Release/*.mdb': No such file or directory
+	if use developer; then
+		doins bin/${DIR}/*.mdb
+	fi
+
+#	into /usr
+#	dobin ${FILESDIR}/nunit-console
+	make_wrapper nunit264 "mono ${SLOTTEDDIR}/nunit-console.exe"
+
+	if use doc; then
+#		dodoc ${WORKDIR}/doc/*.txt
+#		dohtml ${WORKDIR}/doc/*.html
+#		insinto /usr/share/${P}/samples
+#		doins -r ${WORKDIR}/samples/*
+		doins license.txt
+	fi
+
+	enupkg "${WORKDIR}/NUnit.${PV}.nupkg"
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/files/, dev-dotnet/nunit/
@ 2015-08-20 12:30 Heather Cynede
  0 siblings, 0 replies; 5+ messages in thread
From: Heather Cynede @ 2015-08-20 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     106d8e45d1f15cdc22aa87f7945369f79f5f5641
Author:     ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
AuthorDate: Wed Aug 19 10:48:34 2015 +0000
Commit:     Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 10:52:22 2015 +0000
URL:        https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=106d8e45

some changes from comments

 .../files/{nunit.linux.sln.nuspec => nunit.nuspec} |  0
 .../nunit/nunit-3.0.0_beta3-r201508190.ebuild      | 39 ++++++++++++++++------
 2 files changed, 28 insertions(+), 11 deletions(-)

diff --git a/dev-dotnet/nunit/files/nunit.linux.sln.nuspec b/dev-dotnet/nunit/files/nunit.nuspec
similarity index 100%
rename from dev-dotnet/nunit/files/nunit.linux.sln.nuspec
rename to dev-dotnet/nunit/files/nunit.nuspec

diff --git a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
index 56111fe..bd40d60 100644
--- a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
+++ b/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
@@ -8,16 +8,19 @@ inherit mono-env nuget dotnet
 NAME="nunit"
 HOMEPAGE="https://github.com/nunit/${NAME}"
 
-EGIT_COMMIT="1a9cf07e4010f81ba3242cd19f40c73884a19ff4"
+EGIT_COMMIT="f8fe36f7aa806016a0d26e370774c7f5bb79d647"
 SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${PF}.zip"
 S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
 
-SLOT="0"
+SLOT="3"
 
 DESCRIPTION="NUnit test suite for mono applications"
 LICENSE="MIT" # https://github.com/nunit/nunit/blob/master/LICENSE.txt
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="developer nupkg debug"
+#USE_DOTNET="net20 net40 net45"
+USE_DOTNET="net45"
+IUSE="developer nupkg debug doc net45"
+USE="${USE} net45" # force FRAMEWORK=4.5
 
 RDEPEND=">=dev-lang/mono-4.0.2.5
 	dev-dotnet/nant[nupkg]
@@ -25,11 +28,9 @@ RDEPEND=">=dev-lang/mono-4.0.2.5
 DEPEND="${RDEPEND}
 "
 
-FRAMEWORK=4.5
-
 S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
-SLN_FILE=nunit.linux.sln
-METAFILETOBUILD="${S}/${SLN_FILE}"
+FILE_TO_BUILD=NUnit.proj
+METAFILETOBUILD="${S}/${FILE_TO_BUILD}"
 
 src_prepare() {
 	chmod -R +rw "${S}" || die
@@ -40,7 +41,8 @@ src_prepare() {
 
 src_compile() {
 	exbuild "${METAFILETOBUILD}"
-	enuspec "${FILESDIR}/${SLN_FILE}.nuspec"
+	enuspec "${FILESDIR}/${PN}.nuspec"
+	# PN = Package name, for example vim.
 }
 
 src_install() {
@@ -51,10 +53,25 @@ src_install() {
 		DIR="Release"
 	fi
 
-	insinto "/usr/share/nunit/"
-	doins bin/${DIR}/*
+	SLOTTEDDIR="/usr/share/nunit-${SLOT}/"
+	insinto "${SLOTTEDDIR}"
+	doins bin/${DIR}/*.{config,dll,exe}
+	# install: cannot stat 'bin/Release/*.mdb': No such file or directory
+	if use developer; then
+		doins bin/${DIR}/*.{mdb}
+	fi
+
+#	into /usr
+#	dobin ${FILESDIR}/nunit-console
+	make_wrapper nunit "mono ${SLOTTEDDIR}/nunit-console.exe"
 
-	make_wrapper nunit "mono /usr/share/nunit/NUnit.exe"
+	if use doc; then
+#		dodoc ${WORKDIR}/doc/*.txt
+#		dohtml ${WORKDIR}/doc/*.html
+#		insinto /usr/share/${P}/samples
+#		doins -r ${WORKDIR}/samples/*
+		dodoc LICENSE.txt NOTICES.txt CHANGES.txt
+	fi
 
 	enupkg "${WORKDIR}/NUnit.3.0.0.nupkg"
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-08-20 12:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 12:30 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/nunit/files/, dev-dotnet/nunit/ Heather Cynede
  -- strict thread matches above, loose matches on Subject: below --
2015-08-20 12:30 Heather Cynede
2015-08-20 12:30 Heather Cynede
2015-08-18  9:35 Heather Cynede
2015-08-18  9:35 Heather Cynede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox