From f300354de9fe5d997850456a9e1f400193e6544f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 26 Aug 2024 12:00:09 +0100 Subject: gentoo auto-resync : 26:08:2024 - 12:00:09 --- dev-dotnet/fsautocomplete/Manifest | 2 - .../fsautocomplete-0.68.0-paket-dependencies.patch | 20 -- .../files/fsautocomplete-0.71.0-net8.0-only.patch | 395 --------------------- 3 files changed, 417 deletions(-) delete mode 100644 dev-dotnet/fsautocomplete/files/fsautocomplete-0.68.0-paket-dependencies.patch delete mode 100644 dev-dotnet/fsautocomplete/files/fsautocomplete-0.71.0-net8.0-only.patch (limited to 'dev-dotnet/fsautocomplete') diff --git a/dev-dotnet/fsautocomplete/Manifest b/dev-dotnet/fsautocomplete/Manifest index 3b6e44774e1d..8034aa7bcc87 100644 --- a/dev-dotnet/fsautocomplete/Manifest +++ b/dev-dotnet/fsautocomplete/Manifest @@ -1,5 +1,3 @@ -AUX fsautocomplete-0.68.0-paket-dependencies.patch 594 BLAKE2B 9cf2b5af7833c998c24640626677d41af4d852eef11b024b2210d2cb397442a2684362338d9cc123f8995e62da75c27c63c6a99560d0c6dc04fbca96c531edc8 SHA512 bf4138a5f3e48c6e65749dbc2754f5991d80aa20f2bade6743f06697df3d376fd80bae9ec2301a13363dd569aa3065ac6774b050227b9648ecf2f31d494dcdd1 -AUX fsautocomplete-0.71.0-net8.0-only.patch 14794 BLAKE2B 76b7fdff481877a3a6abc8b01973d67606bb6305eca4481bb9af5a7803d0133fa8300d673f2441a69cc286dc0174e22381f0c7b4d8a6e162e1dd7dbbf9c3864f SHA512 967bff74c4d002834eed693631bdab8d8f9d2a08e3021f4801790c8a81ac0e0e2641431b735b2540fa242afc8b30297a48c77bea132e9140a7b6161555abfe14 AUX fsautocomplete-0.73.0-paket-dependencies.patch 391 BLAKE2B 1e6449c2e7d5247bcbeaebca392bd49940f71a6525086171b7459ba8cafc7626b790816882330a656b6d8c48f2f2a66cea8a9a09681d87bf7947d43de8eb6982 SHA512 5a58b6e1d4df3a119b4c31f7db793d4ce97e7b51e7f7d4c742ec7303ca03034677700d9a27287c5d3e04a29077df42a576ad7a22c04a085a4bf1bf5f663d82e1 DIST System.Security.Cryptography.OpenSsl.5.0.0.nupkg 350364 BLAKE2B bb8a0171160d496e1520298639412ac74c7f54427865349726e46845b622a4b44f125f1ec69213e709d9c43f1afc4c800413d356b57d12d4e190d7d86f073a8c SHA512 fbc3f8128f4731c91ed55e1b3cae898c16878a523930060b72a3ca5477296c9996dceeaa382c6eb419848ae4f77ba099be4f1c138bf6c2a0b9277c28c6a105fd DIST altcover.8.3.838.nupkg 6777876 BLAKE2B ce94bcdb55b9658cd5431ad9fe96eef93cb754ae71a75d24ca2c471c2465881d40a25a8e728a628761e1ec0e06950b7e927779dccc72cf4d1670c8f7a6a140f6 SHA512 a5a28519dfecfc49f4ba1bcc80cda6823324f26012cd0c43e89b5ac593346cdc3c944cf295671beb573ed12f1d467b024a693048c20753225e9ae2dece3d0ffa diff --git a/dev-dotnet/fsautocomplete/files/fsautocomplete-0.68.0-paket-dependencies.patch b/dev-dotnet/fsautocomplete/files/fsautocomplete-0.68.0-paket-dependencies.patch deleted file mode 100644 index d1e8ffa95890..000000000000 --- a/dev-dotnet/fsautocomplete/files/fsautocomplete-0.68.0-paket-dependencies.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/paket.dependencies -+++ b/paket.dependencies -@@ -2,7 +2,7 @@ version 7.2.1 - - framework: netstandard2.0, netstandard2.1, net6.0, net7.0, net8.0 - --source https://api.nuget.org/v3/index.json -+source: @NUGET_PACKAGES@ - # this is the FCS nightly feed, re-enable at your own risk! - # source: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json - #source: ./libs -@@ -60,7 +60,7 @@ nuget System.Security.Cryptography.Pkcs 6.0.4 - - - group Build -- source https://api.nuget.org/v3/index.json -+ source: @NUGET_PACKAGES@ - storage: none - - framework: net6.0, net7.0 diff --git a/dev-dotnet/fsautocomplete/files/fsautocomplete-0.71.0-net8.0-only.patch b/dev-dotnet/fsautocomplete/files/fsautocomplete-0.71.0-net8.0-only.patch deleted file mode 100644 index 6b429feccbcc..000000000000 --- a/dev-dotnet/fsautocomplete/files/fsautocomplete-0.71.0-net8.0-only.patch +++ /dev/null @@ -1,395 +0,0 @@ ---- a/benchmarks/benchmarks.fsproj -+++ b/benchmarks/benchmarks.fsproj -@@ -2,7 +2,7 @@ - - - Exe -- net6.0;net7.0 -+ net8.0 - - - ---- a/build/build.fsproj -+++ b/build/build.fsproj -@@ -2,8 +2,8 @@ - - - Exe -- net7.0 -+ net8.0 - false - - - ---- a/paket.dependencies -+++ b/paket.dependencies -@@ -1,6 +1,6 @@ - version 7.2.1 - --framework: netstandard2.0, netstandard2.1, net6.0, net7.0, net8.0 -+framework: net8.0 - - source https://api.nuget.org/v3/index.json - # this is the FCS nightly feed, re-enable at your own risk! ---- a/src/FsAutoComplete.Core/FsAutoComplete.Core.fsproj -+++ b/src/FsAutoComplete.Core/FsAutoComplete.Core.fsproj -@@ -1,8 +1,6 @@ - - -- net6.0 -- net6.0;net7.0 -- net6.0;net7.0;net8.0 -+ net8.0 - false - - ---- a/src/FsAutoComplete.Logging/FsAutoComplete.Logging.fsproj -+++ b/src/FsAutoComplete.Logging/FsAutoComplete.Logging.fsproj -@@ -1,9 +1,7 @@ -  - - -- net6.0 -- net6.0;net7.0 -- net6.0;net7.0;net8.0 -+ net8.0 - false - - ---- a/src/FsAutoComplete/FsAutoComplete.fsproj -+++ b/src/FsAutoComplete/FsAutoComplete.fsproj -@@ -2,9 +2,7 @@ - - - Exe -- net6.0 -- net6.0;net7.0 -- net6.0;net7.0;net8.0 -+ net8.0 - fsautocomplete - true - true ---- a/test/FsAutoComplete.DependencyManager.Dummy/FsAutoComplete.DependencyManager.Dummy.fsproj -+++ b/test/FsAutoComplete.DependencyManager.Dummy/FsAutoComplete.DependencyManager.Dummy.fsproj -@@ -1,16 +1,16 @@ -- -- -- -- netstandard2.0 -- -- -- -- -- -- -- -- -- -- -- -- -+ -+ -+ -+ net8.0 -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ ---- a/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/FsAutoComplete.Tests.Lsp.fsproj -@@ -1,9 +1,7 @@ - - - Exe -- net6.0 -- net6.0;net7.0 -- net6.0;net7.0;net8.0 -+ net8.0 - false - LatestMajor - true ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/AutocompleteTest/AutocompleteTest.fsproj -@@ -1,7 +1,7 @@ - - - -- net6.0 -+ net8.0 - false - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/CloseTests/Workspace/Workspace.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/CloseTests/Workspace/Workspace.fsproj -@@ -1,7 +1,7 @@ -  - - -- net6.0 -+ net8.0 - true - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/CodeFixTests/RenameParamToMatchSignature/RenameParamToMatchSignature.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/CodeFixTests/RenameParamToMatchSignature/RenameParamToMatchSignature.fsproj -@@ -1,7 +1,7 @@ - - - -- net6.0 -+ net8.0 - - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net6.0/App/App.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net6.0/App/App.fsproj -@@ -2,7 +2,7 @@ - - - Exe -- net6.0 -+ net8.0 - - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net6.0/Library1/Library1.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net6.0/Library1/Library1.fsproj -@@ -1,7 +1,7 @@ -  - - -- net6.0 -+ net8.0 - true - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net7.0/App/App.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net7.0/App/App.fsproj -@@ -2,7 +2,7 @@ - - - Exe -- net7.0 -+ net8.0 - - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net7.0/Library1/Library1.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/CrossProject-net7.0/Library1/Library1.fsproj -@@ -1,7 +1,7 @@ -  - - -- net7.0 -+ net8.0 - true - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/SameProject/SameProject.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/DependentFileChecking/SameProject/SameProject.fsproj -@@ -1,7 +1,7 @@ -  - - -- net6.0 -+ net8.0 - true - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/ExpectoTests/ExpectoTests.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/ExpectoTests/ExpectoTests.fsproj -@@ -2,7 +2,7 @@ - - - Exe -- net6.0 -+ net8.0 - false - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/A/A.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/A/A.fsproj -@@ -1,7 +1,7 @@ -  - - -- net6.0 -+ net8.0 - - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/B/B.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/B/B.fsproj -@@ -1,7 +1,7 @@ - - - -- net6.0 -+ net8.0 - - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/C/C.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FindReferences/Solution/C/C.fsproj -@@ -1,7 +1,7 @@ -  - - -- net6.0 -+ net8.0 - - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/FoldingTests/FoldingTests.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FoldingTests/FoldingTests.fsproj -@@ -1,11 +1,11 @@ -- -- -- -- netstandard2.0 -- -- -- -- -- -- -- -+ -+ -+ -+ net8.0 -+ -+ -+ -+ -+ -+ -+ ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/FsdnTest/BasicTest.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FsdnTest/BasicTest.fsproj -@@ -1,7 +1,7 @@ - - - -- net6.0 -+ net8.0 - false - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/FullNameExternalAutocompleteTest/FullNameExternalAutocompleteTest.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/FullNameExternalAutocompleteTest/FullNameExternalAutocompleteTest.fsproj -@@ -1,7 +1,7 @@ - - - -- net6.0 -+ net8.0 - false - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/GoToTests/GoToTests.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/GoToTests/GoToTests.fsproj -@@ -1,6 +1,6 @@ - - -- netstandard2.0 -+ net8.0 - - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/NUnitTests/NUnitTests.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/NUnitTests/NUnitTests.fsproj -@@ -1,7 +1,7 @@ - - - -- net6.0 -+ net8.0 - - false - false ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/CrossProject/LibA/LibA.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/CrossProject/LibA/LibA.fsproj -@@ -1,7 +1,7 @@ -  - - -- net6.0 -+ net8.0 - true - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/CrossProject/LibB/LibB.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/CrossProject/LibB/LibB.fsproj -@@ -1,7 +1,7 @@ -  - - -- net6.0 -+ net8.0 - true - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/SameProject/RenameTest.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/RenameTest/SameProject/RenameTest.fsproj -@@ -2,7 +2,7 @@ - - - Exe -- net6.0 -+ net8.0 - - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/ServerTests/Project/Project.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/ServerTests/Project/Project.fsproj -@@ -2,7 +2,7 @@ - - - Exe -- net6.0 -+ net8.0 - - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/UnusedDeclarations/UnusedDeclarations.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/UnusedDeclarations/UnusedDeclarations.fsproj -@@ -1,7 +1,7 @@ -  - - -- net6.0 -+ net8.0 - - - ---- a/test/FsAutoComplete.Tests.Lsp/TestCases/XUnitTests/XUnitTests.fsproj -+++ b/test/FsAutoComplete.Tests.Lsp/TestCases/XUnitTests/XUnitTests.fsproj -@@ -1,7 +1,7 @@ - - - -- net6.0 -+ net8.0 - - false - false ---- a/test/OptionAnalyzer/OptionAnalyzer.fsproj -+++ b/test/OptionAnalyzer/OptionAnalyzer.fsproj -@@ -1,6 +1,6 @@ - - -- net6.0 -+ net8.0 - - - -- cgit v1.2.3