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-dotnet/nunit/, dev-dotnet/nunit/files/, dev-util/nunit/
Date: Sat, 30 Jul 2016 08:35:46
Message-Id: 1469604895.e8aaf7332db06cd9d965cfb8575ceed4573a8a6b.cynede@gentoo
1 commit: e8aaf7332db06cd9d965cfb8575ceed4573a8a6b
2 Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com>
3 AuthorDate: Wed Jul 27 07:34:55 2016 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 27 07:34:55 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=e8aaf733
7
8 initial content moved
9
10 dev-dotnet/nunit/files/nunit-2.6.4.nuspec | 24 ----------------
11 dev-dotnet/nunit/files/nunit.nuspec | 33 ----------------------
12 .../nunit/files/removing-2.0-compatibiility.patch | 29 -------------------
13 .../nunit/files/removing-tests-from-nproj.patch | 12 --------
14 dev-dotnet/nunit/metadata.xml | 12 --------
15 .../nunit/nunit-3.0.1.ebuild | 5 ++--
16 6 files changed, 3 insertions(+), 112 deletions(-)
17
18 diff --git a/dev-dotnet/nunit/files/nunit-2.6.4.nuspec b/dev-dotnet/nunit/files/nunit-2.6.4.nuspec
19 deleted file mode 100644
20 index 9e0bdf3..0000000
21 --- a/dev-dotnet/nunit/files/nunit-2.6.4.nuspec
22 +++ /dev/null
23 @@ -1,24 +0,0 @@
24 -<?xml version="1.0"?>
25 -<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
26 - <metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
27 - <id>NUnit</id>
28 - <version>2.6.4</version>
29 - <title>NUnit</title>
30 - <authors>Charlie Poole</authors>
31 - <owners>Charlie Poole</owners>
32 - <licenseUrl>http://nunit.org/nuget/license.html</licenseUrl>
33 - <projectUrl>http://nunit.org</projectUrl>
34 - <iconUrl>http://nunit.org/nuget/nunit_32x32.png</iconUrl>
35 - <requireLicenseAcceptance>false</requireLicenseAcceptance>
36 - <summary>NUnit is a unit-testing framework for all .Net languages with a strong TDD focus.</summary>
37 - <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>
38 - <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>
39 - <language>en-US</language>
40 - <tags>nunit test testing tdd framework fluent assert theory plugin addin</tags>
41 - </metadata>
42 - <files>
43 - <file src="license.txt" />
44 - <file src="bin/$Configuration$/framework/nunit.framework.dll" target="lib" />
45 - <file src="bin/$Configuration$/framework/nunit.framework.xml" target="lib" />
46 - </files>
47 -</package>
48 \ No newline at end of file
49
50 diff --git a/dev-dotnet/nunit/files/nunit.nuspec b/dev-dotnet/nunit/files/nunit.nuspec
51 deleted file mode 100644
52 index 32b9ac2..0000000
53 --- a/dev-dotnet/nunit/files/nunit.nuspec
54 +++ /dev/null
55 @@ -1,33 +0,0 @@
56 -<?xml version="1.0"?>
57 -<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
58 - <metadata>
59 - <id>NUnit</id>
60 - <title>NUnit Version 3</title>
61 - <version>3.0.0</version>
62 - <authors>Charlie Poole</authors>
63 - <owners>Charlie Poole</owners>
64 - <licenseUrl>http://nunit.org/nuget/nunit3-license.txt</licenseUrl>
65 - <projectUrl>http://nunit.org</projectUrl>
66 - <iconUrl>http://nunit.org/nuget/nunitv3_32x32.png</iconUrl>
67 - <requireLicenseAcceptance>false</requireLicenseAcceptance>
68 - <summary>NUnit is a unit-testing framework for all .Net languages with a strong TDD focus.</summary>
69 - <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>
70 - <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>
71 - <language>en-US</language>
72 - <tags>nunit test testing tdd framework fluent assert theory plugin addin</tags>
73 - <copyright>Copyright (c) 2015 Charlie Poole</copyright>
74 - </metadata>
75 - <files>
76 - <file src="LICENSE.txt" />
77 - <file src="NOTICES.txt" />
78 - <file src="CHANGES.txt" />
79 -<!--
80 - <file src="bin/$Configuration$/net-2.0/nunit.framework.dll" target="lib/net20" />
81 - <file src="bin/$Configuration$/net-2.0/nunit.framework.xml" target="lib/net20" />
82 - <file src="bin/$Configuration$/net-4.0/nunit.framework.dll" target="lib/net40" />
83 - <file src="bin/$Configuration$/net-4.0/nunit.framework.xml" target="lib/net40" />
84 --->
85 - <file src="bin/$Configuration$/net-4.5/nunit.framework.dll" target="lib/net45" />
86 - <file src="bin/$Configuration$/net-4.5/nunit.framework.xml" target="lib/net45" />
87 - </files>
88 -</package>
89
90 diff --git a/dev-dotnet/nunit/files/removing-2.0-compatibiility.patch b/dev-dotnet/nunit/files/removing-2.0-compatibiility.patch
91 deleted file mode 100644
92 index 56ff347..0000000
93 --- a/dev-dotnet/nunit/files/removing-2.0-compatibiility.patch
94 +++ /dev/null
95 @@ -1,29 +0,0 @@
96 -diff --git a/src/NUnitEngine/mono-addins/Mono.Addins.csproj b/src/NUnitEngine/mono-addins/Mono.Addins.csproj
97 -index cb09546..7536d46 100644
98 ---- a/src/NUnitEngine/mono-addins/Mono.Addins.csproj
99 -+++ b/src/NUnitEngine/mono-addins/Mono.Addins.csproj
100 -@@ -43,24 +41,6 @@
101 - </ItemGroup>
102 - <ItemGroup>
103 - <Compile Include="AssemblyInfo.cs" />
104 -- <Compile Include="Compatibility\Check.cs" />
105 -- <Compile Include="Compatibility\Enumerable.cs" />
106 -- <Compile Include="Compatibility\ExtensionAttribute.cs" />
107 -- <Compile Include="Compatibility\Funcs.cs" />
108 -- <Compile Include="Compatibility\Grouping.cs" />
109 -- <Compile Include="Compatibility\HashPrimeNumbers.cs" />
110 -- <Compile Include="Compatibility\HashSet.cs" />
111 -- <Compile Include="Compatibility\IGrouping.cs" />
112 -- <Compile Include="Compatibility\ILookup_T.cs" />
113 -- <Compile Include="Compatibility\IOrderedEnumerable_T.cs" />
114 -- <Compile Include="Compatibility\Lookup.cs" />
115 -- <Compile Include="Compatibility\OrderedEnumerable.cs" />
116 -- <Compile Include="Compatibility\OrderedSequence.cs" />
117 -- <Compile Include="Compatibility\QuickSort.cs" />
118 -- <Compile Include="Compatibility\SortContext.cs" />
119 -- <Compile Include="Compatibility\SortDirection.cs" />
120 -- <Compile Include="Compatibility\SortSequenceContext.cs" />
121 -- <Compile Include="Compatibility\Tuple.cs" />
122 - <Compile Include="Mono.Addins\ExtensionNode.cs" />
123 - <Compile Include="Mono.Addins\ExtensionTree.cs" />
124 - <Compile Include="Mono.Addins\TreeNode.cs" />
125
126 diff --git a/dev-dotnet/nunit/files/removing-tests-from-nproj.patch b/dev-dotnet/nunit/files/removing-tests-from-nproj.patch
127 deleted file mode 100644
128 index 8c117eb..0000000
129 --- a/dev-dotnet/nunit/files/removing-tests-from-nproj.patch
130 +++ /dev/null
131 @@ -1,12 +0,0 @@
132 -diff --git a/NUnit.proj b/NUnit.proj
133 -index 31e4dab..a964b88 100644
134 ---- a/NUnit.proj
135 -+++ b/NUnit.proj
136 -@@ -659,7 +659,6 @@
137 -
138 - <!-- Addin tests -->
139 - <EngineProjects Include="$(AddinSrcDir)\addin-tests\addin-tests.csproj" />
140 -- <EngineProjects Include="$(AddinSrcDir)\nunit.v2.driver.tests\nunit.v2.driver.tests.csproj" />
141 -
142 - </ItemGroup>
143 -
144
145 diff --git a/dev-dotnet/nunit/metadata.xml b/dev-dotnet/nunit/metadata.xml
146 deleted file mode 100644
147 index b855da0..0000000
148 --- a/dev-dotnet/nunit/metadata.xml
149 +++ /dev/null
150 @@ -1,12 +0,0 @@
151 -<?xml version="1.0" encoding="UTF-8"?>
152 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
153 -<pkgmetadata>
154 - <maintainer type="project">
155 - <email>dotnet@g.o</email>
156 - <description>Gentoo Dotnet Project</description>
157 - </maintainer>
158 - <use>
159 - <flag name='developer'>enables debug information for any of debug and release builds</flag>
160 - <flag name='nupkg'>creates local nuget package</flag>
161 - </use>
162 -</pkgmetadata>
163
164 diff --git a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild b/dev-util/nunit/nunit-3.0.1.ebuild
165 similarity index 92%
166 rename from dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
167 rename to dev-util/nunit/nunit-3.0.1.ebuild
168 index 437759c..75496e5 100644
169 --- a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild
170 +++ b/dev-util/nunit/nunit-3.0.1.ebuild
171 @@ -8,8 +8,9 @@ inherit mono-env nuget dotnet
172 NAME="nunit"
173 HOMEPAGE="https://github.com/nunit/${NAME}"
174
175 -EGIT_COMMIT="f8fe36f7aa806016a0d26e370774c7f5bb79d647"
176 -SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${PF}.zip"
177 +EGIT_COMMIT="dd39deaa2c805783cb069878b58b0447d0849849"
178 +SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${PF}.tar.gz"
179 +RESTRICT="mirror"
180 S="${WORKDIR}/${NAME}-${EGIT_COMMIT}"
181
182 SLOT="3"