commit: e8aaf7332db06cd9d965cfb8575ceed4573a8a6b Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com> AuthorDate: Wed Jul 27 07:34:55 2016 +0000 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org> CommitDate: Wed Jul 27 07:34:55 2016 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=e8aaf733
initial content moved dev-dotnet/nunit/files/nunit-2.6.4.nuspec | 24 ---------------- dev-dotnet/nunit/files/nunit.nuspec | 33 ---------------------- .../nunit/files/removing-2.0-compatibiility.patch | 29 ------------------- .../nunit/files/removing-tests-from-nproj.patch | 12 -------- dev-dotnet/nunit/metadata.xml | 12 -------- .../nunit/nunit-3.0.1.ebuild | 5 ++-- 6 files changed, 3 insertions(+), 112 deletions(-) diff --git a/dev-dotnet/nunit/files/nunit-2.6.4.nuspec b/dev-dotnet/nunit/files/nunit-2.6.4.nuspec deleted file mode 100644 index 9e0bdf3..0000000 --- a/dev-dotnet/nunit/files/nunit-2.6.4.nuspec +++ /dev/null @@ -1,24 +0,0 @@ -<?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. Version 2.6 is the seventh major release of this well-known and well-tested programming tool. 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. 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. 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/files/nunit.nuspec b/dev-dotnet/nunit/files/nunit.nuspec deleted file mode 100644 index 32b9ac2..0000000 --- a/dev-dotnet/nunit/files/nunit.nuspec +++ /dev/null @@ -1,33 +0,0 @@ -<?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. 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. 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. 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 deleted file mode 100644 index 56ff347..0000000 --- a/dev-dotnet/nunit/files/removing-2.0-compatibiility.patch +++ /dev/null @@ -1,29 +0,0 @@ -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/files/removing-tests-from-nproj.patch b/dev-dotnet/nunit/files/removing-tests-from-nproj.patch deleted file mode 100644 index 8c117eb..0000000 --- a/dev-dotnet/nunit/files/removing-tests-from-nproj.patch +++ /dev/null @@ -1,12 +0,0 @@ -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/metadata.xml b/dev-dotnet/nunit/metadata.xml deleted file mode 100644 index b855da0..0000000 --- a/dev-dotnet/nunit/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <description>Gentoo Dotnet Project</description> - </maintainer> - <use> - <flag name='developer'>enables debug information for any of debug and release builds</flag> - <flag name='nupkg'>creates local nuget package</flag> - </use> -</pkgmetadata> diff --git a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild b/dev-util/nunit/nunit-3.0.1.ebuild similarity index 92% rename from dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild rename to dev-util/nunit/nunit-3.0.1.ebuild index 437759c..75496e5 100644 --- a/dev-dotnet/nunit/nunit-3.0.0_beta3-r201508190.ebuild +++ b/dev-util/nunit/nunit-3.0.1.ebuild @@ -8,8 +8,9 @@ inherit mono-env nuget dotnet NAME="nunit" HOMEPAGE="https://github.com/nunit/${NAME}" -EGIT_COMMIT="f8fe36f7aa806016a0d26e370774c7f5bb79d647" -SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${PF}.zip" +EGIT_COMMIT="dd39deaa2c805783cb069878b58b0447d0849849" +SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.tar.gz -> ${PF}.tar.gz" +RESTRICT="mirror" S="${WORKDIR}/${NAME}-${EGIT_COMMIT}" SLOT="3"
